#E9AACB

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

Shades of Lavender Pink #E9AACB

Tints of Lavender Pink #E9AACB

Color information

#E9AACB (or 0xE9AACB) is unknown color: approx Lavender Pink. HEX triplet: E9, AA and CB. RGB value is (233,170,203). Sum of RGB (Red+Green+Blue) = 233+170+203=606 (80% of max value = 765). Red value is 233 (91.41% from 255 or 38.45% from 606); Green value is 170 (66.80% from 255 or 28.05% from 606); Blue value is 203 (79.69% from 255 or 33.50% from 606); Max value from RGB is 233 - color contains mainly: red. Hex color #E9AACB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E9AACB is #165534. Grayscale: #C0C0C0. Windows color (decimal): -1463605 or 13347561. OLE color: 13347561.

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

Color convert

RGB233170203-
CMYK00.270.130.09
HSL328.57º58.88%79.02%-
HSV(B)328.57º27.04%91.37%-
XYZ58.7650.3863.13-
YUV192.6133.87156.82-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 38.45%
GREEN value IS 170 (66.80% from 255) = 28.05%
BLUE value IS 203 (79.69% from 255) = 33.50%
R=38.45%
G=28.05%
B=33.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.13
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23317020300.270.130.09328.5758.8879.02
HexE9AACB01BD91493b4f
Octal351252313033151151173117
Binary111010011010101011001011011011110110011010010011110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9AACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9AACB; }

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

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

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

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

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

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

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

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