#EAB3EC

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

Shades of French Lilac #EAB3EC

Tints of French Lilac #EAB3EC

Color information

#EAB3EC (or 0xEAB3EC) is unknown color: approx French Lilac. HEX triplet: EA, B3 and EC. RGB value is (234,179,236). Sum of RGB (Red+Green+Blue) = 234+179+236=649 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.06% from 649); Green value is 179 (70.31% from 255 or 27.58% from 649); Blue value is 236 (92.58% from 255 or 36.36% from 649); Max value from RGB is 236 - color contains mainly: blue. Hex color #EAB3EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAB3EC is #154C13. Grayscale: #C9C9C9. Windows color (decimal): -1395732 or 15512554. OLE color: 15512554.

HSL color Cylindrical-coordinate representation of color #EAB3EC: hue angle of 297.89º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EAB3EC is Cyan = 0.01, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB234179236-
CMYK0.010.2400.07
HSL297.89º60%81.37%-
HSV(B)297.89º24.15%92.55%-
XYZ65.1955.7986.69-
YUV201.94147.22150.87-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.06%
GREEN value IS 179 (70.31% from 255) = 27.58%
BLUE value IS 236 (92.58% from 255) = 36.36%
R=36.06%
G=27.58%
B=36.36%

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
Decimal2341792360.010.2400.07297.896081.37
HexEAB3EC1180712a3c51
Octal3522633541300745274121
Binary11101010101100111110110011100001111001010101111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB3EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB3EC; }

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

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

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

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

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

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

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

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