#EAB3CE

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

Shades of Lavender Pink #EAB3CE

Tints of Lavender Pink #EAB3CE

Color information

#EAB3CE (or 0xEAB3CE) is unknown color: approx Lavender Pink. HEX triplet: EA, B3 and CE. RGB value is (234,179,206). Sum of RGB (Red+Green+Blue) = 234+179+206=619 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.80% from 619); Green value is 179 (70.31% from 255 or 28.92% from 619); Blue value is 206 (80.86% from 255 or 33.28% from 619); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB3CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAB3CE is #154C31. Grayscale: #C6C6C6. Windows color (decimal): -1395762 or 13546474. OLE color: 13546474.

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

Color convert

RGB234179206-
CMYK00.240.120.08
HSL330.55º56.7%80.98%-
HSV(B)330.55º23.5%91.76%-
XYZ61.1954.1965.63-
YUV198.52132.22153.3-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.80%
GREEN value IS 179 (70.31% from 255) = 28.92%
BLUE value IS 206 (80.86% from 255) = 33.28%
R=37.80%
G=28.92%
B=33.28%

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
Decimal23417920600.240.120.08330.5556.780.98
HexEAB3CE018C814b3951
Octal352263316030141051371121
Binary111010101011001111001110011000110010001010010111110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB3CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB3CE; }

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

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

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

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

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

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

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

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