#EAB5EB

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

Shades of French Lilac #EAB5EB

Tints of French Lilac #EAB5EB

Color information

#EAB5EB (or 0xEAB5EB) is unknown color: approx French Lilac. HEX triplet: EA, B5 and EB. RGB value is (234,181,235). Sum of RGB (Red+Green+Blue) = 234+181+235=650 (86% of max value = 765). Red value is 234 (91.80% from 255 or 36% from 650); Green value is 181 (71.09% from 255 or 27.85% from 650); Blue value is 235 (92.19% from 255 or 36.15% from 650); Max value from RGB is 235 - color contains mainly: blue. Hex color #EAB5EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAB5EB is #154A14. Grayscale: #CACACA. Windows color (decimal): -1395221 or 15447530. OLE color: 15447530.

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

Color convert

RGB234181235-
CMYK0.000.2300.08
HSL298.89º57.45%81.57%-
HSV(B)298.89º22.98%92.16%-
XYZ65.4556.5486.06-
YUV203146.06150.11-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36%
GREEN value IS 181 (71.09% from 255) = 27.85%
BLUE value IS 235 (92.19% from 255) = 36.15%
R=36%
G=27.85%
B=36.15%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341812350.000.2300.08298.8957.4581.57
HexEAB5EB0170812b3952
Octal35226535302701045371122
Binary111010101011010111101011010111010001001010111110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB5EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB5EB; }

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

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

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

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

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

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

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

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