#EAABCC

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

Shades of Lavender Pink #EAABCC

Tints of Lavender Pink #EAABCC

Color information

#EAABCC (or 0xEAABCC) is unknown color: approx Lavender Pink. HEX triplet: EA, AB and CC. RGB value is (234,171,204). Sum of RGB (Red+Green+Blue) = 234+171+204=609 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.42% from 609); Green value is 171 (67.19% from 255 or 28.08% from 609); Blue value is 204 (80.08% from 255 or 33.50% from 609); Max value from RGB is 234 - color contains mainly: red. Hex color #EAABCC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAABCC is #155433. Grayscale: #C1C1C1. Windows color (decimal): -1397812 or 13413354. OLE color: 13413354.

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

Color convert

RGB234171204-
CMYK00.270.130.08
HSL328.57º60%79.41%-
HSV(B)328.57º26.92%91.76%-
XYZ59.3950.9863.84-
YUV193.6133.87156.82-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.42%
GREEN value IS 171 (67.19% from 255) = 28.08%
BLUE value IS 204 (80.08% from 255) = 33.50%
R=38.42%
G=28.08%
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.08
SystemRedGreenBlueCMYKHSL
Decimal23417120400.270.130.08328.576079.41
HexEAABCC01BD81493c4f
Octal352253314033151051174117
Binary111010101010101111001100011011110110001010010011111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAABCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAABCC; }

 p { color: rgb(234,171,204); }

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

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

 a { background-color: rgb(234,171,204); }

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

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

 span { border-color: rgb(234,171,204); }

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