#EAB3CF

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

Shades of Lavender Pink #EAB3CF

Tints of Lavender Pink #EAB3CF

Color information

#EAB3CF (or 0xEAB3CF) is unknown color: approx Lavender Pink. HEX triplet: EA, B3 and CF. RGB value is (234,179,207). Sum of RGB (Red+Green+Blue) = 234+179+207=620 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.74% from 620); Green value is 179 (70.31% from 255 or 28.87% from 620); Blue value is 207 (81.25% from 255 or 33.39% from 620); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB3CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAB3CF is #154C30. Grayscale: #C6C6C6. Windows color (decimal): -1395761 or 13612010. OLE color: 13612010.

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

Color convert

RGB234179207-
CMYK00.240.120.08
HSL329.45º56.7%80.98%-
HSV(B)329.45º23.5%91.76%-
XYZ61.3154.2466.27-
YUV198.64132.72153.22-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.74%
GREEN value IS 179 (70.31% from 255) = 28.87%
BLUE value IS 207 (81.25% from 255) = 33.39%
R=37.74%
G=28.87%
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
Decimal23417920700.240.120.08329.4556.780.98
HexEAB3CF018C81493951
Octal352263317030141051171121
Binary111010101011001111001111011000110010001010010011110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB3CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB3CF; }

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

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

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

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

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

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

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

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