#EAB8EA

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

Shades of French Lilac #EAB8EA

Tints of French Lilac #EAB8EA

Color information

#EAB8EA (or 0xEAB8EA) is unknown color: approx French Lilac. HEX triplet: EA, B8 and EA. RGB value is (234,184,234). Sum of RGB (Red+Green+Blue) = 234+184+234=652 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.89% from 652); Green value is 184 (72.27% from 255 or 28.22% from 652); Blue value is 234 (91.80% from 255 or 35.89% from 652); Max value from RGB is 234 - color contains mainly: red, blue. Hex color #EAB8EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAB8EA is #154715. Grayscale: #CCCCCC. Windows color (decimal): -1394454 or 15382762. OLE color: 15382762.

HSL color Cylindrical-coordinate representation of color #EAB8EA: 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 #EAB8EA is Cyan = 0, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB234184234-
CMYK00.2100.08
HSL300º54.35%81.96%-
HSV(B)300º21.37%91.76%-
XYZ65.9257.7185.51-
YUV204.65144.56148.93-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.89%
GREEN value IS 184 (72.27% from 255) = 28.22%
BLUE value IS 234 (91.80% from 255) = 35.89%
R=35.89%
G=28.22%
B=35.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418423400.2100.0830054.3581.96
HexEAB8EA0150812c3652
Octal35227035202501045466122
Binary111010101011100011101010010101010001001011001101101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB8EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB8EA; }

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

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

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

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

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

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

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

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