#E9AAD0

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

Shades of Lavender Pink #E9AAD0

Tints of Lavender Pink #E9AAD0

Color information

#E9AAD0 (or 0xE9AAD0) is unknown color: approx Lavender Pink. HEX triplet: E9, AA and D0. RGB value is (233,170,208). Sum of RGB (Red+Green+Blue) = 233+170+208=611 (80% of max value = 765). Red value is 233 (91.41% from 255 or 38.13% from 611); Green value is 170 (66.80% from 255 or 27.82% from 611); Blue value is 208 (81.64% from 255 or 34.04% from 611); Max value from RGB is 233 - color contains mainly: red. Hex color #E9AAD0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E9AAD0 is #16552F. Grayscale: #C1C1C1. Windows color (decimal): -1463600 or 13675241. OLE color: 13675241.

HSL color Cylindrical-coordinate representation of color #E9AAD0: hue angle of 323.81º 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 #E9AAD0 is Cyan = 0, Magento = 0.27, Yellow = 0.11 and Black (K on CMYK) = 0.09.

Color convert

RGB233170208-
CMYK00.270.110.09
HSL323.81º58.88%79.02%-
HSV(B)323.81º27.04%91.37%-
XYZ59.3650.6366.32-
YUV193.17136.37156.41-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 38.13%
GREEN value IS 170 (66.80% from 255) = 27.82%
BLUE value IS 208 (81.64% from 255) = 34.04%
R=38.13%
G=27.82%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.11
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23317020800.270.110.09323.8158.8879.02
HexE9AAD001BB91443b4f
Octal351252320033131150473117
Binary111010011010101011010000011011101110011010001001110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9AAD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9AAD0; }

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

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

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

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

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

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

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

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