Shades of French Lilac #E8AAE0
Tints of French Lilac #E8AAE0
RGB
CMYK
RGB Variations
Color information
#E8AAE0 (or 0xE8AAE0) is known color: French Lilac. HEX triplet: E8, AA and E0. RGB value is (232,170,224). Sum of RGB (Red+Green+Blue) = 232+170+224=626 (82% of max value = 765). Red value is 232 (91.02% from 255 or 37.06% from 626); Green value is 170 (66.80% from 255 or 27.16% from 626); Blue value is 224 (87.89% from 255 or 35.78% from 626); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AAE0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E8AAE0 is #17551F. Grayscale: #C2C2C2. Windows color (decimal): -1529120 or 14723816. OLE color: 14723816.
HSL color Cylindrical-coordinate representation of color #E8AAE0: hue angle of 307.74º degrees, saturation: 0.57, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E8AAE0 is Cyan = 0, Magento = 0.27, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 170 | 224 | - |
| CMYK | 0 | 0.27 | 0.03 | 0.09 |
| HSL | 307.74º | 0.57% | 0.79% | - |
| HSV(B) | 307.74º | 0.27% | 0.91% | - |
| XYZ | 61.11 | 51.29 | 77.2 | - |
| YUV | 194.69 | 144.54 | 154.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 170 | 224 | 0 | 0.27 | 0.03 | 0.09 | 307.74 | 0.57 | 0.79 |
| Hex | E8 | AA | E0 | 0 | 1B | 3 | 9 | 134 | 39 | 4F |
| Octal | 350 | 252 | 340 | 0 | 33 | 3 | 11 | 464 | 71 | 117 |
| Binary | 11101000 | 10101010 | 11100000 | 0 | 11011 | 11 | 1001 | 100110100 | 111001 | 1001111 |
Color Harmonies of #E8AAE0
Complementary color
Monochromatic Colors of #E8AAE0
Black with #E8AAE0
Text Example
Text Example
White with #E8AAE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8AAE0; }
p { color: rgb(232,170,224); }
H1.HeaderClassName
{
color: #E8AAE0;
}
.AnyTagClassName
{
color: #E8AAE0;
}
</style>
background-color css
<style>
a { background-color: #E8AAE0; }
a { background-color: rgb(232,170,224); }
div.DivClassName
{
background-color: #E8AAE0;
}
.BgClassName
{
background-color: #E8AAE0;
}
</style>
border-color css
<style>
span { border-color: #E8AAE0; }
span { border-color: rgb(232,170,224); }
td.TdClassName
{
border-color: #E8AAE0;
}
.TagClassName
{
border-color: #E8AAE0;
}
</style>