Hex #ee3b3b Color

#ee3b3b
equivalent to

RGB

(238, 59, 59)

Details of #ee3b3b

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
238
37.6133
0.00
0.00
53.6224
21.6208
46.4982
59
21.6208
0.84
0.75
66.9922
0.5737
75°
63.0202
59
6.3285
0.58
0.75   0.07
42.5669
0.3298
93°
24.4815

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
11101110
356
238
EE
Green
111011
73
59
3B
Blue
111011
73
59
3B

RGB in % of #ee3b3b

%66.85
%16.57
%16.57

CMYK in % of #ee3b3b

%0
%75
%75
%7

Triads of color #ee3b3b

#ee3b3b #3b3bee #3bee3b

Similar Colors to #ee3b3b

#ee3b3b #ee3b95 #ee953b

Preview Color #ee3b3b on black ground

#ee3b3b is very interesting for text.

Preview Color #ee3b3b on white ground

#ee3b3b is very interesting for text.

CSS Codes #ee3b3b color

.mybgcolor {background-color:#ee3b3b; }
.myforecolor {color:#ee3b3b; }
.mybordercolor {border:3px solid #ee3b3b; }

Text Font Color #ee3b3b

<p style="color:#ee3b3b">Text here</p>

This sample text font color is #ee3b3b
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


Background Color #ee3b3b

<div style="background-color:#ee3b3b">
Div content here</div>

This div background color is #ee3b3b


Border Color #ee3b3b

<div style="border:3px solid #ee3b3b">
Div here</div>

The color of this border is #ee3b3b


Examples Css3

.textShadowRgb {text-shadow: 4px 4px 2px rgba(0,0,0, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #ee3b3b; }
.divShadow {
-moz-box-shadow: 1px 1px 3px 2px #ee3b3b;
-webkit-box-shadow: 1px 1px 3px 2px #ee3b3b;
box-shadow:         1px 1px 3px 2px #ee3b3b; }
				

Text Shadow using RGB

<p style="text-shadow: 4px 4px 2px rgba(0,0,0, 0.8);">Text here</p>
				

The shadow of this text using RGB.


Text Shadow using Hex

<p style="text-shadow: 4px 4px 2px #ee3b3b">Text here</p>
				

The shadow of this text using hex.


Shadow of Div

<div style="-moz-box-shadow: 1px 1px 3px 2px #ee3b3b;
  -webkit-box-shadow: 1px 1px 3px 2px #ee3b3b;
  box-shadow:         1px 1px 3px 2px #ee3b3b;">
Div content here</div>

The shadow of div box using color #ee3b3b