#E8B5EC

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

Shades of French Lilac #E8B5EC

Tints of French Lilac #E8B5EC

Color information

#E8B5EC (or 0xE8B5EC) is unknown color: approx French Lilac. HEX triplet: E8, B5 and EC. RGB value is (232,181,236). Sum of RGB (Red+Green+Blue) = 232+181+236=649 (85% of max value = 765). Red value is 232 (91.02% from 255 or 35.75% from 649); Green value is 181 (71.09% from 255 or 27.89% 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 #E8B5EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8B5EC is #174A13. Grayscale: #CACACA. Windows color (decimal): -1526292 or 15513064. OLE color: 15513064.

HSL color Cylindrical-coordinate representation of color #E8B5EC: hue angle of 295.64º degrees, saturation: 0.59, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E8B5EC is Cyan = 0.02, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB232181236-
CMYK0.020.2300.07
HSL295.64º59.14%81.76%-
HSV(B)295.64º23.31%92.55%-
XYZ64.9456.2686.79-
YUV202.52146.9149.03-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 35.75%
GREEN value IS 181 (71.09% from 255) = 27.89%
BLUE value IS 236 (92.58% from 255) = 36.36%
R=35.75%
G=27.89%
B=36.36%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2321812360.020.2300.07295.6459.1481.76
HexE8B5EC217071283b52
Octal3502653542270745073122
Binary111010001011010111101100101011101111001010001110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8B5EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8B5EC; }

 p { color: rgb(232,181,236); }

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

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

 a { background-color: rgb(232,181,236); }

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

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

 span { border-color: rgb(232,181,236); }

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