#EAB1CE

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

Shades of Lavender Pink #EAB1CE

Tints of Lavender Pink #EAB1CE

Color information

#EAB1CE (or 0xEAB1CE) is unknown color: approx Lavender Pink. HEX triplet: EA, B1 and CE. RGB value is (234,177,206). Sum of RGB (Red+Green+Blue) = 234+177+206=617 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.93% from 617); Green value is 177 (69.53% from 255 or 28.69% from 617); Blue value is 206 (80.86% from 255 or 33.39% from 617); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB1CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAB1CE is #154E31. Grayscale: #C5C5C5. Windows color (decimal): -1396274 or 13545962. OLE color: 13545962.

HSL color Cylindrical-coordinate representation of color #EAB1CE: hue angle of 329.47º 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 #EAB1CE is Cyan = 0, Magento = 0.24, Yellow = 0.12 and Black (K on CMYK) = 0.08.

Color convert

RGB234177206-
CMYK00.240.120.08
HSL329.47º57.58%80.59%-
HSV(B)329.47º24.36%91.76%-
XYZ60.7953.3965.49-
YUV197.35132.88154.14-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.93%
GREEN value IS 177 (69.53% from 255) = 28.69%
BLUE value IS 206 (80.86% from 255) = 33.39%
R=37.93%
G=28.69%
B=33.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.12
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417720600.240.120.08329.4757.5880.59
HexEAB1CE018C81493a51
Octal352261316030141051172121
Binary111010101011000111001110011000110010001010010011110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB1CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB1CE; }

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

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

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

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

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

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

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

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