Shades of French Lilac #E5AAD6
Tints of French Lilac #E5AAD6
RGB
CMYK
RGB Variations
Color information
#E5AAD6 (or 0xE5AAD6) is known color: French Lilac. HEX triplet: E5, AA and D6. RGB value is (229,170,214). Sum of RGB (Red+Green+Blue) = 229+170+214=613 (81% of max value = 765). Red value is 229 (89.84% from 255 or 37.36% from 613); Green value is 170 (66.80% from 255 or 27.73% from 613); Blue value is 214 (83.98% from 255 or 34.91% from 613); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AAD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E5AAD6 is #1A5529. Grayscale: #C0C0C0. Windows color (decimal): -1725738 or 14068453. OLE color: 14068453.
HSL color Cylindrical-coordinate representation of color #E5AAD6: hue angle of 315.25º degrees, saturation: 0.53, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E5AAD6 is Cyan = 0, Magento = 0.26, Yellow = 0.07 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 170 | 214 | - |
| CMYK | 0 | 0.26 | 0.07 | 0.10 |
| HSL | 315.25º | 0.53% | 0.78% | - |
| HSV(B) | 315.25º | 0.26% | 0.9% | - |
| XYZ | 58.83 | 50.26 | 70.22 | - |
| YUV | 192.66 | 140.05 | 153.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 170 | 214 | 0 | 0.26 | 0.07 | 0.10 | 315.25 | 0.53 | 0.78 |
| Hex | E5 | AA | D6 | 0 | 1A | 7 | A | 13B | 35 | 4E |
| Octal | 345 | 252 | 326 | 0 | 32 | 7 | 12 | 473 | 65 | 116 |
| Binary | 11100101 | 10101010 | 11010110 | 0 | 11010 | 111 | 1010 | 100111011 | 110101 | 1001110 |
Color Harmonies of #E5AAD6
Complementary color
Monochromatic Colors of #E5AAD6
Black with #E5AAD6
Text Example
Text Example
White with #E5AAD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5AAD6; }
p { color: rgb(229,170,214); }
H1.HeaderClassName
{
color: #E5AAD6;
}
.AnyTagClassName
{
color: #E5AAD6;
}
</style>
background-color css
<style>
a { background-color: #E5AAD6; }
a { background-color: rgb(229,170,214); }
div.DivClassName
{
background-color: #E5AAD6;
}
.BgClassName
{
background-color: #E5AAD6;
}
</style>
border-color css
<style>
span { border-color: #E5AAD6; }
span { border-color: rgb(229,170,214); }
td.TdClassName
{
border-color: #E5AAD6;
}
.TagClassName
{
border-color: #E5AAD6;
}
</style>