Color Hex Logo

#ee196e Color Hex

#EE196E
(238,25,110)
0 Favorites   0 Comments

Color spaces of #ee196e

RGB 23825110
HSL0.930.860.52
HSV336°89°93°
CMYK 0.000.890.54   0.07
XYZ38.422019.998216.5868
Yxy19.99820.51220.2666
Hunter Lab44.719375.10499.3124
CIE-Lab51.835277.307910.1425

#ee196e color RGB value is (238,25,110).

#ee196e hex color red value is 238, green value is 25 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #ee196e hue: 0.93 , saturation: 0.86 and the lightness value of ee196e is 0.52.

The process color (four color CMYK) of #ee196e color hex is 0.00, 0.89, 0.54, 0.07. Web safe color of #ee196e is #ff0066. Color #ee196e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 00011001 01101110
Octal 356 31 156
Decimal 238 25 110
Hex EE 19 6E

RGB Percentages of Color #ee196e

%63.81
%6.70
%29.49

CMYK Percentages of Color #ee196e

%0
%89
%54
%7

Triadic Colors of #ee196e

#ee196e #6eee19 #196eee

Analogous Colors of #ee196e

#ee196e #ee2f19 #ee19d9

Monochromatic Colors of #ee196e

#ee196e

Complementary Color

#ee196e #19ee99

#ee196e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee196e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee196e Color CSS Codes

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

#ee196e Text Font Color

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

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


#ee196e Background Color

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

This div background color is #ee196e


#ee196e Border Color

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

This div border color is #ee196e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee196e


Comments

No comments written yet.

Please login to write comment.