#EAB9EA

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

Shades of French Lilac #EAB9EA

Tints of French Lilac #EAB9EA

Color information

#EAB9EA (or 0xEAB9EA) is unknown color: approx French Lilac. HEX triplet: EA, B9 and EA. RGB value is (234,185,234). Sum of RGB (Red+Green+Blue) = 234+185+234=653 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.83% from 653); Green value is 185 (72.66% from 255 or 28.33% from 653); Blue value is 234 (91.80% from 255 or 35.83% from 653); Max value from RGB is 234 - color contains mainly: red, blue. Hex color #EAB9EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAB9EA is #154615. Grayscale: #CDCDCD. Windows color (decimal): -1394198 or 15383018. OLE color: 15383018.

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

Color convert

RGB234185234-
CMYK00.2100.08
HSL300º53.85%82.16%-
HSV(B)300º20.94%91.76%-
XYZ66.1358.1385.58-
YUV205.24144.23148.52-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.83%
GREEN value IS 185 (72.66% from 255) = 28.33%
BLUE value IS 234 (91.80% from 255) = 35.83%
R=35.83%
G=28.33%
B=35.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418523400.2100.0830053.8582.16
HexEAB9EA0150812c3652
Octal35227135202501045466122
Binary111010101011100111101010010101010001001011001101101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB9EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB9EA; }

 p { color: rgb(234,185,234); }

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

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

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

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

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

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

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