#EAB7E0

Color #EAB7E0 French Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of French Lilac #EAB7E0

Tints of French Lilac #EAB7E0

Color information

#EAB7E0 (or 0xEAB7E0) is unknown color: approx French Lilac. HEX triplet: EA, B7 and E0. RGB value is (234,183,224). Sum of RGB (Red+Green+Blue) = 234+183+224=641 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.51% from 641); Green value is 183 (71.88% from 255 or 28.55% from 641); Blue value is 224 (87.89% from 255 or 34.95% from 641); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB7E0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAB7E0 is #15481F. Grayscale: #CACACA. Windows color (decimal): -1394720 or 14727146. OLE color: 14727146.

HSL color Cylindrical-coordinate representation of color #EAB7E0: hue angle of 311.76º degrees, saturation: 0.55, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EAB7E0 is Cyan = 0, Magento = 0.22, Yellow = 0.04 and Black (K on CMYK) = 0.08.

Color convert

RGB234183224-
CMYK00.220.040.08
HSL311.76º54.84%81.76%-
HSV(B)311.76º21.79%91.76%-
XYZ64.3256.7478.08-
YUV202.92139.9150.17-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.51%
GREEN value IS 183 (71.88% from 255) = 28.55%
BLUE value IS 224 (87.89% from 255) = 34.95%
R=36.51%
G=28.55%
B=34.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.04
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418322400.220.040.08311.7654.8481.76
HexEAB7E0016481383752
Octal35226734002641047067122
Binary11101010101101111110000001011010010001001110001101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB7E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB7E0; }

 p { color: rgb(234,183,224); }

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

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

 a { background-color: rgb(234,183,224); }

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

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

 span { border-color: rgb(234,183,224); }

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