#EAB7EA

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

Shades of French Lilac #EAB7EA

Tints of French Lilac #EAB7EA

Color information

#EAB7EA (or 0xEAB7EA) is unknown color: approx French Lilac. HEX triplet: EA, B7 and EA. RGB value is (234,183,234). Sum of RGB (Red+Green+Blue) = 234+183+234=651 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.94% from 651); Green value is 183 (71.88% from 255 or 28.11% from 651); Blue value is 234 (91.80% from 255 or 35.94% from 651); Max value from RGB is 234 - color contains mainly: red, blue. Hex color #EAB7EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAB7EA is #154815. Grayscale: #CBCBCB. Windows color (decimal): -1394710 or 15382506. OLE color: 15382506.

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

Color convert

RGB234183234-
CMYK00.2200.08
HSL300º54.84%81.76%-
HSV(B)300º21.79%91.76%-
XYZ65.7257.385.44-
YUV204.06144.9149.35-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.94%
GREEN value IS 183 (71.88% from 255) = 28.11%
BLUE value IS 234 (91.80% from 255) = 35.94%
R=35.94%
G=28.11%
B=35.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418323400.2200.0830054.8481.76
HexEAB7EA0160812c3752
Octal35226735202601045467122
Binary111010101011011111101010010110010001001011001101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB7EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB7EA; }

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

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

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

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

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

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

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

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