#E5ACE0

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

Shades of French Lilac #E5ACE0

Tints of French Lilac #E5ACE0

Color information

#E5ACE0 (or 0xE5ACE0) is unknown color: approx French Lilac. HEX triplet: E5, AC and E0. RGB value is (229,172,224). Sum of RGB (Red+Green+Blue) = 229+172+224=625 (82% of max value = 765). Red value is 229 (89.84% from 255 or 36.64% from 625); Green value is 172 (67.58% from 255 or 27.52% from 625); Blue value is 224 (87.89% from 255 or 35.84% from 625); Max value from RGB is 229 - color contains mainly: red. Hex color #E5ACE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E5ACE0 is #1A531F. Grayscale: #C2C2C2. Windows color (decimal): -1725216 or 14724325. OLE color: 14724325.

HSL color Cylindrical-coordinate representation of color #E5ACE0: hue angle of 305.26º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E5ACE0 is Cyan = 0, Magento = 0.25, Yellow = 0.02 and Black (K on CMYK) = 0.10.

Color convert

RGB229172224-
CMYK00.250.020.10
HSL305.26º52.29%78.63%-
HSV(B)305.26º24.89%89.8%-
XYZ60.5251.5477.28-
YUV194.97144.38152.27-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 36.64%
GREEN value IS 172 (67.58% from 255) = 27.52%
BLUE value IS 224 (87.89% from 255) = 35.84%
R=36.64%
G=27.52%
B=35.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.02
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22917222400.250.020.10305.2652.2978.63
HexE5ACE00192A131344f
Octal34525434003121246164117
Binary1110010110101100111000000110011010101001100011101001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5ACE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5ACE0; }

 p { color: rgb(229,172,224); }

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

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

 a { background-color: rgb(229,172,224); }

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

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

 span { border-color: rgb(229,172,224); }

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