#E9ABCD

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

Shades of Lavender Pink #E9ABCD

Tints of Lavender Pink #E9ABCD

Color information

#E9ABCD (or 0xE9ABCD) is unknown color: approx Lavender Pink. HEX triplet: E9, AB and CD. RGB value is (233,171,205). Sum of RGB (Red+Green+Blue) = 233+171+205=609 (80% of max value = 765). Red value is 233 (91.41% from 255 or 38.26% from 609); Green value is 171 (67.19% from 255 or 28.08% from 609); Blue value is 205 (80.47% from 255 or 33.66% from 609); Max value from RGB is 233 - color contains mainly: red. Hex color #E9ABCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E9ABCD is #165432. Grayscale: #C1C1C1. Windows color (decimal): -1463347 or 13478889. OLE color: 13478889.

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

Color convert

RGB233171205-
CMYK00.270.120.09
HSL327.1º58.49%79.22%-
HSV(B)327.1º26.61%91.37%-
XYZ59.1950.8664.45-
YUV193.41134.54156.24-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 38.26%
GREEN value IS 171 (67.19% from 255) = 28.08%
BLUE value IS 205 (80.47% from 255) = 33.66%
R=38.26%
G=28.08%
B=33.66%

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
Decimal23317120500.270.120.09327.158.4979.22
HexE9ABCD01BC91473a4f
Octal351253315033141150772117
Binary111010011010101111001101011011110010011010001111110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9ABCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9ABCD; }

 p { color: rgb(233,171,205); }

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

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

 a { background-color: rgb(233,171,205); }

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

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

 span { border-color: rgb(233,171,205); }

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