Color Hex Logo

#ee169f Color Hex

#EE169F
(238,22,159)
0 Favorites   0 Comments

Color spaces of #ee169f

RGB 23822159
HSL0.890.860.51
HSV322°91°93°
CMYK 0.000.910.33   0.07
XYZ41.804821.254234.7000
Yxy21.25420.42760.2174
Hunter Lab46.102381.1819-12.3545
CIE-Lab53.226681.8567-17.2551

#ee169f color RGB value is (238,22,159).

#ee169f hex color red value is 238, green value is 22 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #ee169f hue: 0.89 , saturation: 0.86 and the lightness value of ee169f is 0.51.

The process color (four color CMYK) of #ee169f color hex is 0.00, 0.91, 0.33, 0.07. Web safe color of #ee169f is #ff0099. Color #ee169f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 00010110 10011111
Octal 356 26 237
Decimal 238 22 159
Hex EE 16 9F

RGB Percentages of Color #ee169f

%56.80
%5.25
%37.95

CMYK Percentages of Color #ee169f

%0
%91
%33
%7

Triadic Colors of #ee169f

#ee169f #9fee16 #169fee

Analogous Colors of #ee169f

#ee169f #ee1633 #d116ee

Monochromatic Colors of #ee169f

#ee169f

Complementary Color

#ee169f #16ee65

#ee169f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee169f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee169f Color CSS Codes

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

#ee169f Text Font Color

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

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


#ee169f Background Color

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

This div background color is #ee169f


#ee169f Border Color

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

This div border color is #ee169f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee169f


Comments

No comments written yet.

Please login to write comment.