#E9A4D1

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

Shades of Lavender Pink #E9A4D1

Tints of Lavender Pink #E9A4D1

Color information

#E9A4D1 (or 0xE9A4D1) is unknown color: approx Lavender Pink. HEX triplet: E9, A4 and D1. RGB value is (233,164,209). Sum of RGB (Red+Green+Blue) = 233+164+209=606 (80% of max value = 765). Red value is 233 (91.41% from 255 or 38.45% from 606); Green value is 164 (64.45% from 255 or 27.06% from 606); Blue value is 209 (82.03% from 255 or 34.49% from 606); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A4D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E9A4D1 is #165B2E. Grayscale: #BDBDBD. Windows color (decimal): -1465135 or 13739241. OLE color: 13739241.

HSL color Cylindrical-coordinate representation of color #E9A4D1: hue angle of 320.87º degrees, saturation: 0.61, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E9A4D1 is Cyan = 0, Magento = 0.30, Yellow = 0.10 and Black (K on CMYK) = 0.09.

Color convert

RGB233164209-
CMYK00.300.100.09
HSL320.87º61.06%77.84%-
HSV(B)320.87º29.61%91.37%-
XYZ58.3948.4866.6-
YUV189.76138.86158.84-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 38.45%
GREEN value IS 164 (64.45% from 255) = 27.06%
BLUE value IS 209 (82.03% from 255) = 34.49%
R=38.45%
G=27.06%
B=34.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.10
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23316420900.300.100.09320.8761.0677.84
HexE9A4D101EA91413d4e
Octal351244321036121150175116
Binary111010011010010011010001011110101010011010000011111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9A4D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9A4D1; }

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

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

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

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

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

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

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

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