#EAA9CE

Color #EAA9CE Lavender Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Pink #EAA9CE

Tints of Lavender Pink #EAA9CE

Color information

#EAA9CE (or 0xEAA9CE) is unknown color: approx Lavender Pink. HEX triplet: EA, A9 and CE. RGB value is (234,169,206). Sum of RGB (Red+Green+Blue) = 234+169+206=609 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.42% from 609); Green value is 169 (66.41% from 255 or 27.75% from 609); Blue value is 206 (80.86% from 255 or 33.83% from 609); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA9CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAA9CE is #155631. Grayscale: #C0C0C0. Windows color (decimal): -1398322 or 13543914. OLE color: 13543914.

HSL color Cylindrical-coordinate representation of color #EAA9CE: hue angle of 325.85º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EAA9CE is Cyan = 0, Magento = 0.28, Yellow = 0.12 and Black (K on CMYK) = 0.08.

Color convert

RGB234169206-
CMYK00.280.120.08
HSL325.85º60.75%79.02%-
HSV(B)325.85º27.78%91.76%-
XYZ59.2650.3264.98-
YUV192.65135.53157.49-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 234 (91.80% from 255) = 38.42%
GREEN value IS 169 (66.41% from 255) = 27.75%
BLUE value IS 206 (80.86% from 255) = 33.83%
R=38.42%
G=27.75%
B=33.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.12
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23416920600.280.120.08325.8560.7579.02
HexEAA9CE01CC81463d4f
Octal352251316034141050675117
Binary111010101010100111001110011100110010001010001101111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAA9CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAA9CE; }

 p { color: rgb(234,169,206); }

 H1.HeaderClassName
 {
   color: #EAA9CE;
 }
 .AnyTagClassName
 {
   color: #EAA9CE;
 }
</style>
background-color css

<style>
 a { background-color: #EAA9CE; }

 a { background-color: rgb(234,169,206); }

 div.DivClassName
 {
   background-color: #EAA9CE;
 }
 .BgClassName
 {
   background-color: #EAA9CE;
 }
</style>
border-color css

<style>
 span { border-color: #EAA9CE; }

 span { border-color: rgb(234,169,206); }

 td.TdClassName
 {
   border-color: #EAA9CE;
 }
 .TagClassName
 {
   border-color: #EAA9CE;
 }
</style>