#EAB1CC

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

Shades of Lavender Pink #EAB1CC

Tints of Lavender Pink #EAB1CC

Color information

#EAB1CC (or 0xEAB1CC) is unknown color: approx Lavender Pink. HEX triplet: EA, B1 and CC. RGB value is (234,177,204). Sum of RGB (Red+Green+Blue) = 234+177+204=615 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.05% from 615); Green value is 177 (69.53% from 255 or 28.78% from 615); Blue value is 204 (80.08% from 255 or 33.17% from 615); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB1CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAB1CC is #154E33. Grayscale: #C5C5C5. Windows color (decimal): -1396276 or 13414890. OLE color: 13414890.

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

Color convert

RGB234177204-
CMYK00.240.130.08
HSL331.58º57.58%80.59%-
HSV(B)331.58º24.36%91.76%-
XYZ60.5553.364.22-
YUV197.12131.88154.3-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.05%
GREEN value IS 177 (69.53% from 255) = 28.78%
BLUE value IS 204 (80.08% from 255) = 33.17%
R=38.05%
G=28.78%
B=33.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.13
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417720400.240.130.08331.5857.5880.59
HexEAB1CC018D814c3a51
Octal352261314030151051472121
Binary111010101011000111001100011000110110001010011001110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB1CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB1CC; }

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

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

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

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

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

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

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

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