Shades of French Lilac #E5ACE0
Tints of French Lilac #E5ACE0
RGB
CMYK
RGB Variations
Color information
#E5ACE0 (or 0xE5ACE0) is known color: 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
| RGB | 229 | 172 | 224 | - |
| CMYK | 0 | 0.25 | 0.02 | 0.10 |
| HSL | 305.26º | 0.52% | 0.79% | - |
| HSV(B) | 305.26º | 0.25% | 0.9% | - |
| XYZ | 60.52 | 51.54 | 77.28 | - |
| YUV | 194.97 | 144.38 | 152.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 172 | 224 | 0 | 0.25 | 0.02 | 0.10 | 305.26 | 0.52 | 0.79 |
| Hex | E5 | AC | E0 | 0 | 19 | 2 | A | 131 | 34 | 4F |
| Octal | 345 | 254 | 340 | 0 | 31 | 2 | 12 | 461 | 64 | 117 |
| Binary | 11100101 | 10101100 | 11100000 | 0 | 11001 | 10 | 1010 | 100110001 | 110100 | 1001111 |
Color Harmonies of #E5ACE0
Complementary color
Monochromatic Colors of #E5ACE0
Black with #E5ACE0
Text Example
Text Example
White with #E5ACE0
Text Example
Text Example
HTML Codes & Css Web 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>