#EAB0CE

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

Shades of Lavender Pink #EAB0CE

Tints of Lavender Pink #EAB0CE

Color information

#EAB0CE (or 0xEAB0CE) is unknown color: approx Lavender Pink. HEX triplet: EA, B0 and CE. RGB value is (234,176,206). Sum of RGB (Red+Green+Blue) = 234+176+206=616 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.99% from 616); Green value is 176 (69.14% from 255 or 28.57% from 616); Blue value is 206 (80.86% from 255 or 33.44% from 616); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB0CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAB0CE is #154F31. Grayscale: #C4C4C4. Windows color (decimal): -1396530 or 13545706. OLE color: 13545706.

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

Color convert

RGB234176206-
CMYK00.250.120.08
HSL328.97º58%80.39%-
HSV(B)328.97º24.79%91.76%-
XYZ60.65365.43-
YUV196.76133.22154.56-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.99%
GREEN value IS 176 (69.14% from 255) = 28.57%
BLUE value IS 206 (80.86% from 255) = 33.44%
R=37.99%
G=28.57%
B=33.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.12
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417620600.250.120.08328.975880.39
HexEAB0CE019C81493a50
Octal352260316031141051172120
Binary111010101011000011001110011001110010001010010011110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB0CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB0CE; }

 p { color: rgb(234,176,206); }

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

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

 a { background-color: rgb(234,176,206); }

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

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

 span { border-color: rgb(234,176,206); }

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