Color Hex Logo

#e99aaa Color Hex

#E99AAA
(233,154,170)
0 Favorites   0 Comments

Color spaces of #e99aaa

RGB 233154170
HSL0.970.640.76
HSV348°34°91°
CMYK 0.000.340.27   0.09
XYZ52.415643.337143.6325
Yxy43.33710.37600.3109
Hunter Lab65.830926.92046.7844
CIE-Lab71.783231.64963.8997

#e99aaa color RGB value is (233,154,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 10011010 10101010
Octal 351 232 252
Decimal 233 154 170
Hex E9 9A AA

RGB Percentages of Color #e99aaa

%41.83
%27.65
%30.52

CMYK Percentages of Color #e99aaa

%0
%34
%27
%9

Triadic Colors of #e99aaa

#e99aaa #aae99a #9aaae9

Analogous Colors of #e99aaa

#e99aaa #e9b29a #e99ad2

Monochromatic Colors of #e99aaa

#e99aaa

Complementary Color

#e99aaa #9ae9d9

#e99aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e99aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e99aaa Color CSS Codes

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

#e99aaa Text Font Color

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

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


#e99aaa Background Color

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

This div background color is #e99aaa


#e99aaa Border Color

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

This div border color is #e99aaa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(233,154,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 #e99aaa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e99aaa


Comments

No comments written yet.

Please login to write comment.