Hex #ee1289 Color

#ee1289
equivalent to

RGB

(238, 18, 137)

Details of #ee1289

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
238
39.9916
0.91
0.00
52.3042
20.4159
328°
45.1840
18
20.4159
0.87
0.92
80.2533
0.4655
92°
78.9154
137
25.4998
0.50
0.42   0.07
-5.5130
0.2377
93°
-1.8202

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
11101110
356
238
EE
Green
10010
22
18
12
Blue
10001001
211
137
89

RGB in % of #ee1289

%60.56
%4.58
%34.86

CMYK in % of #ee1289

%0
%92
%42
%7

Triads of color #ee1289

#ee1289 #1289ee #89ee89

Similar Colors to #ee1289

#ee1289 #e512ee #ee121b

Preview Color #ee1289 on black ground

#ee1289 is very interesting for text.

Preview Color #ee1289 on white ground

#ee1289 is very interesting for text.

CSS Codes #ee1289 color

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

Text Font Color #ee1289

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

This sample text font color is #ee1289
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 #ee1289

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

This div background color is #ee1289


Border Color #ee1289

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

The color of this border is #ee1289


Examples Css3

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

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 #ee1289">Text here</p>
				

The shadow of this text using hex.


Shadow of Div

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

The shadow of div box using color #ee1289