Shades of French Lilac #E5ACE1
Tints of French Lilac #E5ACE1
RGB
CMYK
RGB Variations
Color information
#E5ACE1 (or 0xE5ACE1) is known color: French Lilac. HEX triplet: E5, AC and E1. RGB value is (229,172,225). Sum of RGB (Red+Green+Blue) = 229+172+225=626 (82% of max value = 765). Red value is 229 (89.84% from 255 or 36.58% from 626); Green value is 172 (67.58% from 255 or 27.48% from 626); Blue value is 225 (88.28% from 255 or 35.94% from 626); Max value from RGB is 229 - color contains mainly: red. Hex color #E5ACE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E5ACE1 is #1A531E. Grayscale: #C2C2C2. Windows color (decimal): -1725215 or 14789861. OLE color: 14789861.
HSL color Cylindrical-coordinate representation of color #E5ACE1: hue angle of 304.21º 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 #E5ACE1 is Cyan = 0, Magento = 0.25, Yellow = 0.02 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 172 | 225 | - |
| CMYK | 0 | 0.25 | 0.02 | 0.10 |
| HSL | 304.21º | 0.52% | 0.79% | - |
| HSV(B) | 304.21º | 0.25% | 0.9% | - |
| XYZ | 60.66 | 51.6 | 78 | - |
| YUV | 195.09 | 144.88 | 152.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 172 | 225 | 0 | 0.25 | 0.02 | 0.10 | 304.21 | 0.52 | 0.79 |
| Hex | E5 | AC | E1 | 0 | 19 | 2 | A | 130 | 34 | 4F |
| Octal | 345 | 254 | 341 | 0 | 31 | 2 | 12 | 460 | 64 | 117 |
| Binary | 11100101 | 10101100 | 11100001 | 0 | 11001 | 10 | 1010 | 100110000 | 110100 | 1001111 |
Color Harmonies of #E5ACE1
Complementary color
Monochromatic Colors of #E5ACE1
Black with #E5ACE1
Text Example
Text Example
White with #E5ACE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5ACE1; }
p { color: rgb(229,172,225); }
H1.HeaderClassName
{
color: #E5ACE1;
}
.AnyTagClassName
{
color: #E5ACE1;
}
</style>
background-color css
<style>
a { background-color: #E5ACE1; }
a { background-color: rgb(229,172,225); }
div.DivClassName
{
background-color: #E5ACE1;
}
.BgClassName
{
background-color: #E5ACE1;
}
</style>
border-color css
<style>
span { border-color: #E5ACE1; }
span { border-color: rgb(229,172,225); }
td.TdClassName
{
border-color: #E5ACE1;
}
.TagClassName
{
border-color: #E5ACE1;
}
</style>