#EAB5E4

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

Shades of French Lilac #EAB5E4

Tints of French Lilac #EAB5E4

Color information

#EAB5E4 (or 0xEAB5E4) is unknown color: approx French Lilac. HEX triplet: EA, B5 and E4. RGB value is (234,181,228). Sum of RGB (Red+Green+Blue) = 234+181+228=643 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.39% from 643); Green value is 181 (71.09% from 255 or 28.15% from 643); Blue value is 228 (89.45% from 255 or 35.46% from 643); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB5E4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAB5E4 is #154A1B. Grayscale: #CACACA. Windows color (decimal): -1395228 or 14988778. OLE color: 14988778.

HSL color Cylindrical-coordinate representation of color #EAB5E4: hue angle of 306.79º degrees, saturation: 0.56, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EAB5E4 is Cyan = 0, Magento = 0.23, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB234181228-
CMYK00.230.030.08
HSL306.79º55.79%81.37%-
HSV(B)306.79º22.65%91.76%-
XYZ64.4656.1480.84-
YUV202.2142.56150.68-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.39%
GREEN value IS 181 (71.09% from 255) = 28.15%
BLUE value IS 228 (89.45% from 255) = 35.46%
R=36.39%
G=28.15%
B=35.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418122800.230.030.08306.7955.7981.37
HexEAB5E4017381333851
Octal35226534402731046370121
Binary1110101010110101111001000101111110001001100111110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB5E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB5E4; }

 p { color: rgb(234,181,228); }

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

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

 a { background-color: rgb(234,181,228); }

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

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

 span { border-color: rgb(234,181,228); }

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