#E9AECB

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

Shades of Lavender Pink #E9AECB

Tints of Lavender Pink #E9AECB

Color information

#E9AECB (or 0xE9AECB) is unknown color: approx Lavender Pink. HEX triplet: E9, AE and CB. RGB value is (233,174,203). Sum of RGB (Red+Green+Blue) = 233+174+203=610 (80% of max value = 765). Red value is 233 (91.41% from 255 or 38.20% from 610); Green value is 174 (68.36% from 255 or 28.52% from 610); Blue value is 203 (79.69% from 255 or 33.28% from 610); Max value from RGB is 233 - color contains mainly: red. Hex color #E9AECB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E9AECB is #165134. Grayscale: #C2C2C2. Windows color (decimal): -1462581 or 13348585. OLE color: 13348585.

HSL color Cylindrical-coordinate representation of color #E9AECB: hue angle of 330.51º degrees, saturation: 0.57, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E9AECB is Cyan = 0, Magento = 0.25, Yellow = 0.13 and Black (K on CMYK) = 0.09.

Color convert

RGB233174203-
CMYK00.250.130.09
HSL330.51º57.28%79.8%-
HSV(B)330.51º25.32%91.37%-
XYZ59.5251.9163.38-
YUV194.95132.55155.14-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 38.20%
GREEN value IS 174 (68.36% from 255) = 28.52%
BLUE value IS 203 (79.69% from 255) = 33.28%
R=38.20%
G=28.52%
B=33.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.13
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23317420300.250.130.09330.5157.2879.8
HexE9AECB019D914b3950
Octal351256313031151151371120
Binary111010011010111011001011011001110110011010010111110011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9AECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9AECB; }

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

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

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

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

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

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

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

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