Color Hex Logo

#e99eaa Color Hex

#E99EAA
(233,158,170)
0 Favorites   0 Comments

Color spaces of #e99eaa

RGB 233158170
HSL0.970.630.77
HSV350°32°91°
CMYK 0.000.320.27   0.09
XYZ53.086844.679643.8563
Yxy44.67960.37480.3155
Hunter Lab66.842824.79057.8891
CIE-Lab72.680429.52495.1950

#e99eaa color RGB value is (233,158,170).

#e99eaa hex color red value is 233, green value is 158 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #e99eaa hue: 0.97 , saturation: 0.63 and the lightness value of e99eaa is 0.77.

The process color (four color CMYK) of #e99eaa color hex is 0.00, 0.32, 0.27, 0.09. Web safe color of #e99eaa is #ff9999. Color #e99eaa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 10011110 10101010
Octal 351 236 252
Decimal 233 158 170
Hex E9 9E AA

RGB Percentages of Color #e99eaa

%41.53
%28.16
%30.30

CMYK Percentages of Color #e99eaa

%0
%32
%27
%9

Triadic Colors of #e99eaa

#e99eaa #aae99e #9eaae9

Analogous Colors of #e99eaa

#e99eaa #e9b89e #e99ed0

Monochromatic Colors of #e99eaa

#e99eaa

Complementary Color

#e99eaa #9ee9dd

#e99eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e99eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e99eaa Color CSS Codes

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

#e99eaa Text Font Color

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

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


#e99eaa Background Color

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

This div background color is #e99eaa


#e99eaa Border Color

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

This div border color is #e99eaa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(233,158,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e99eaa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e99eaa;
  -webkit-box-shadow: 1px 1px 3px 2px #e99eaa;
  box-shadow:         1px 1px 3px 2px #e99eaa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(233,158,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e99eaa


Comments

No comments written yet.

Please login to write comment.