Color Hex Logo

#ee018a Color Hex

#EE018A
(238,1,138)
0 Favorites   0 Comments

Color spaces of #ee018a

RGB 2381138
HSL0.900.990.47
HSV325°100°93°
CMYK 0.001.000.42   0.07
XYZ39.858220.033825.8109
Yxy20.03380.46510.2338
Hunter Lab44.759180.6265-2.8589
CIE-Lab51.875481.6847-6.7517

#ee018a color RGB value is (238,1,138).

#ee018a hex color red value is 238, green value is 1 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #ee018a hue: 0.90 , saturation: 0.99 and the lightness value of ee018a is 0.47.

The process color (four color CMYK) of #ee018a color hex is 0.00, 1.00, 0.42, 0.07. Web safe color of #ee018a is #ff0099. Color #ee018a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 00000001 10001010
Octal 356 1 212
Decimal 238 1 138
Hex EE 1 8A

RGB Percentages of Color #ee018a

%63.13
%0.27
%36.60

CMYK Percentages of Color #ee018a

%0
%100
%42
%7

Triadic Colors of #ee018a

#ee018a #8aee01 #018aee

Analogous Colors of #ee018a

#ee018a #ee0113 #dc01ee

Monochromatic Colors of #ee018a

#ee018a

Complementary Color

#ee018a #01ee65

#ee018a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee018a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee018a Color CSS Codes

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

#ee018a Text Font Color

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

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


#ee018a Background Color

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

This div background color is #ee018a


#ee018a Border Color

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

This div border color is #ee018a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee018a


Comments

No comments written yet.

Please login to write comment.