#EAB3ED

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

Shades of French Lilac #EAB3ED

Tints of French Lilac #EAB3ED

Color information

#EAB3ED (or 0xEAB3ED) is unknown color: approx French Lilac. HEX triplet: EA, B3 and ED. RGB value is (234,179,237). Sum of RGB (Red+Green+Blue) = 234+179+237=650 (86% of max value = 765). Red value is 234 (91.80% from 255 or 36% from 650); Green value is 179 (70.31% from 255 or 27.54% from 650); Blue value is 237 (92.97% from 255 or 36.46% from 650); Max value from RGB is 237 - color contains mainly: blue. Hex color #EAB3ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAB3ED is #154C12. Grayscale: #C9C9C9. Windows color (decimal): -1395731 or 15578090. OLE color: 15578090.

HSL color Cylindrical-coordinate representation of color #EAB3ED: hue angle of 296.9º degrees, saturation: 0.62, 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 #EAB3ED is Cyan = 0.01, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB234179237-
CMYK0.010.2400.07
HSL296.9º61.7%81.57%-
HSV(B)296.9º24.47%92.94%-
XYZ65.3455.8587.46-
YUV202.06147.72150.78-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36%
GREEN value IS 179 (70.31% from 255) = 27.54%
BLUE value IS 237 (92.97% from 255) = 36.46%
R=36%
G=27.54%
B=36.46%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2341792370.010.2400.07296.961.781.57
HexEAB3ED118071293e52
Octal3522633551300745176122
Binary11101010101100111110110111100001111001010011111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB3ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB3ED; }

 p { color: rgb(234,179,237); }

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

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

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

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

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

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

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