#E9AACE

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

Shades of Lavender Pink #E9AACE

Tints of Lavender Pink #E9AACE

Color information

#E9AACE (or 0xE9AACE) is unknown color: approx Lavender Pink. HEX triplet: E9, AA and CE. RGB value is (233,170,206). Sum of RGB (Red+Green+Blue) = 233+170+206=609 (80% of max value = 765). Red value is 233 (91.41% from 255 or 38.26% from 609); Green value is 170 (66.80% from 255 or 27.91% from 609); Blue value is 206 (80.86% from 255 or 33.83% from 609); Max value from RGB is 233 - color contains mainly: red. Hex color #E9AACE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E9AACE is #165531. Grayscale: #C0C0C0. Windows color (decimal): -1463602 or 13544169. OLE color: 13544169.

HSL color Cylindrical-coordinate representation of color #E9AACE: hue angle of 325.71º degrees, saturation: 0.59, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E9AACE is Cyan = 0, Magento = 0.27, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB233170206-
CMYK00.270.120.09
HSL325.71º58.88%79.02%-
HSV(B)325.71º27.04%91.37%-
XYZ59.1250.5365.03-
YUV192.94135.37156.57-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 38.26%
GREEN value IS 170 (66.80% from 255) = 27.91%
BLUE value IS 206 (80.86% from 255) = 33.83%
R=38.26%
G=27.91%
B=33.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23317020600.270.120.09325.7158.8879.02
HexE9AACE01BC91463b4f
Octal351252316033141150673117
Binary111010011010101011001110011011110010011010001101110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9AACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9AACE; }

 p { color: rgb(233,170,206); }

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

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

 a { background-color: rgb(233,170,206); }

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

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

 span { border-color: rgb(233,170,206); }

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