#EAA9CB

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

Shades of Lavender Pink #EAA9CB

Tints of Lavender Pink #EAA9CB

Color information

#EAA9CB (or 0xEAA9CB) is unknown color: approx Lavender Pink. HEX triplet: EA, A9 and CB. RGB value is (234,169,203). Sum of RGB (Red+Green+Blue) = 234+169+203=606 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.61% from 606); Green value is 169 (66.41% from 255 or 27.89% from 606); Blue value is 203 (79.69% from 255 or 33.50% from 606); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA9CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAA9CB is #155634. Grayscale: #C0C0C0. Windows color (decimal): -1398325 or 13347306. OLE color: 13347306.

HSL color Cylindrical-coordinate representation of color #EAA9CB: hue angle of 328.62º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EAA9CB is Cyan = 0, Magento = 0.28, Yellow = 0.13 and Black (K on CMYK) = 0.08.

Color convert

RGB234169203-
CMYK00.280.130.08
HSL328.62º60.75%79.02%-
HSV(B)328.62º27.78%91.76%-
XYZ58.950.1863.08-
YUV192.31134.03157.74-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.61%
GREEN value IS 169 (66.41% from 255) = 27.89%
BLUE value IS 203 (79.69% from 255) = 33.50%
R=38.61%
G=27.89%
B=33.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.13
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23416920300.280.130.08328.6260.7579.02
HexEAA9CB01CD81493d4f
Octal352251313034151051175117
Binary111010101010100111001011011100110110001010010011111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAA9CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAA9CB; }

 p { color: rgb(234,169,203); }

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

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

 a { background-color: rgb(234,169,203); }

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

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

 span { border-color: rgb(234,169,203); }

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