Color Hex Logo

#ee199d Color Hex

#EE199D
(238,25,157)
0 Favorites   0 Comments

Color spaces of #ee199d

RGB 23825157
HSL0.900.860.52
HSV323°89°93°
CMYK 0.000.890.34   0.07
XYZ41.693321.306733.8134
Yxy21.30670.43070.2201
Hunter Lab46.159280.4516-11.1208
CIE-Lab53.283581.2728-15.9833

#ee199d color RGB value is (238,25,157).

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

The process color (four color CMYK) of #ee199d color hex is 0.00, 0.89, 0.34, 0.07. Web safe color of #ee199d is #ff0099. Color #ee199d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 00011001 10011101
Octal 356 31 235
Decimal 238 25 157
Hex EE 19 9D

RGB Percentages of Color #ee199d

%56.67
%5.95
%37.38

CMYK Percentages of Color #ee199d

%0
%89
%34
%7

Triadic Colors of #ee199d

#ee199d #9dee19 #199dee

Analogous Colors of #ee199d

#ee199d #ee1932 #d519ee

Monochromatic Colors of #ee199d

#ee199d

Complementary Color

#ee199d #19ee6a

#ee199d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee199d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee199d Color CSS Codes

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

#ee199d Text Font Color

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

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


#ee199d Background Color

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

This div background color is #ee199d


#ee199d Border Color

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

This div border color is #ee199d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee199d


Comments

No comments written yet.

Please login to write comment.