Color Hex Logo

#ee196d Color Hex

#EE196D
(238,25,109)
0 Favorites   0 Comments

Color spaces of #ee196d

RGB 23825109
HSL0.930.860.52
HSV336°89°93°
CMYK 0.000.890.54   0.07
XYZ38.367819.976516.3016
Yxy19.97650.51400.2676
Hunter Lab44.695175.01429.6618
CIE-Lab51.810677.239810.7160

#ee196d color RGB value is (238,25,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 00011001 01101101
Octal 356 31 155
Decimal 238 25 109
Hex EE 19 6D

RGB Percentages of Color #ee196d

%63.98
%6.72
%29.30

CMYK Percentages of Color #ee196d

%0
%89
%54
%7

Triadic Colors of #ee196d

#ee196d #6dee19 #196dee

Analogous Colors of #ee196d

#ee196d #ee3019 #ee19d8

Monochromatic Colors of #ee196d

#ee196d

Complementary Color

#ee196d #19ee9a

#ee196d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee196d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee196d Color CSS Codes

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

#ee196d Text Font Color

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

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


#ee196d Background Color

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

This div background color is #ee196d


#ee196d Border Color

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

This div border color is #ee196d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee196d


Comments

No comments written yet.

Please login to write comment.