#EAB5EE

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

Shades of French Lilac #EAB5EE

Tints of French Lilac #EAB5EE

Color information

#EAB5EE (or 0xEAB5EE) is unknown color: approx French Lilac. HEX triplet: EA, B5 and EE. RGB value is (234,181,238). Sum of RGB (Red+Green+Blue) = 234+181+238=653 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.83% from 653); Green value is 181 (71.09% from 255 or 27.72% from 653); Blue value is 238 (93.36% from 255 or 36.45% from 653); Max value from RGB is 238 - color contains mainly: blue. Hex color #EAB5EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAB5EE is #154A11. Grayscale: #CBCBCB. Windows color (decimal): -1395218 or 15644138. OLE color: 15644138.

HSL color Cylindrical-coordinate representation of color #EAB5EE: hue angle of 295.79º degrees, saturation: 0.63, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EAB5EE is Cyan = 0.02, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB234181238-
CMYK0.020.2400.07
HSL295.79º62.64%82.16%-
HSV(B)295.79º23.95%93.33%-
XYZ65.8956.7188.36-
YUV203.34147.56149.87-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.83%
GREEN value IS 181 (71.09% from 255) = 27.72%
BLUE value IS 238 (93.36% from 255) = 36.45%
R=35.83%
G=27.72%
B=36.45%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2341812380.020.2400.07295.7962.6482.16
HexEAB5EE218071283f52
Octal3522653562300745077122
Binary111010101011010111101110101100001111001010001111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB5EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB5EE; }

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

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

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

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

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

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

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

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