#E9A9D1

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

Shades of Lavender Pink #E9A9D1

Tints of Lavender Pink #E9A9D1

Color information

#E9A9D1 (or 0xE9A9D1) is unknown color: approx Lavender Pink. HEX triplet: E9, A9 and D1. RGB value is (233,169,209). Sum of RGB (Red+Green+Blue) = 233+169+209=611 (80% of max value = 765). Red value is 233 (91.41% from 255 or 38.13% from 611); Green value is 169 (66.41% from 255 or 27.66% from 611); Blue value is 209 (82.03% from 255 or 34.21% from 611); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A9D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E9A9D1 is #16562E. Grayscale: #C0C0C0. Windows color (decimal): -1463855 or 13740521. OLE color: 13740521.

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

Color convert

RGB233169209-
CMYK00.270.100.09
HSL322.5º59.26%78.82%-
HSV(B)322.5º27.47%91.37%-
XYZ59.350.366.91-
YUV192.7137.2156.75-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 38.13%
GREEN value IS 169 (66.41% from 255) = 27.66%
BLUE value IS 209 (82.03% from 255) = 34.21%
R=38.13%
G=27.66%
B=34.21%

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
Decimal23316920900.270.100.09322.559.2678.82
HexE9A9D101BA91423b4f
Octal351251321033121150273117
Binary111010011010100111010001011011101010011010000101110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9A9D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9A9D1; }

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

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

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

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

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

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

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

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