#E9AAD1

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

Shades of Lavender Pink #E9AAD1

Tints of Lavender Pink #E9AAD1

Color information

#E9AAD1 (or 0xE9AAD1) is unknown color: approx Lavender Pink. HEX triplet: E9, AA and D1. RGB value is (233,170,209). Sum of RGB (Red+Green+Blue) = 233+170+209=612 (81% of max value = 765). Red value is 233 (91.41% from 255 or 38.07% from 612); Green value is 170 (66.80% from 255 or 27.78% from 612); Blue value is 209 (82.03% from 255 or 34.15% from 612); Max value from RGB is 233 - color contains mainly: red. Hex color #E9AAD1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E9AAD1 is #16552E. Grayscale: #C1C1C1. Windows color (decimal): -1463599 or 13740777. OLE color: 13740777.

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

Color convert

RGB233170209-
CMYK00.270.100.09
HSL322.86º58.88%79.02%-
HSV(B)322.86º27.04%91.37%-
XYZ59.4950.6866.97-
YUV193.28136.87156.33-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 38.07%
GREEN value IS 170 (66.80% from 255) = 27.78%
BLUE value IS 209 (82.03% from 255) = 34.15%
R=38.07%
G=27.78%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.10
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23317020900.270.100.09322.8658.8879.02
HexE9AAD101BA91433b4f
Octal351252321033121150373117
Binary111010011010101011010001011011101010011010000111110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9AAD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9AAD1; }

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

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

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

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

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

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

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

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