Shades of French Lilac #E4AAD1
Tints of French Lilac #E4AAD1
RGB
CMYK
RGB Variations
Color information
#E4AAD1 (or 0xE4AAD1) is known color: French Lilac. HEX triplet: E4, AA and D1. RGB value is (228,170,209). Sum of RGB (Red+Green+Blue) = 228+170+209=607 (80% of max value = 765). Red value is 228 (89.45% from 255 or 37.56% from 607); Green value is 170 (66.80% from 255 or 28.01% from 607); Blue value is 209 (82.03% from 255 or 34.43% from 607); Max value from RGB is 228 - color contains mainly: red. Hex color #E4AAD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E4AAD1 is #1B552E. Grayscale: #BFBFBF. Windows color (decimal): -1791279 or 13740772. OLE color: 13740772.
HSL color Cylindrical-coordinate representation of color #E4AAD1: hue angle of 319.66º degrees, saturation: 0.52, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E4AAD1 is Cyan = 0, Magento = 0.25, Yellow = 0.08 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 170 | 209 | - |
| CMYK | 0 | 0.25 | 0.08 | 0.11 |
| HSL | 319.66º | 0.52% | 0.78% | - |
| HSV(B) | 319.66º | 0.25% | 0.89% | - |
| XYZ | 57.88 | 49.85 | 66.89 | - |
| YUV | 191.79 | 137.72 | 153.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 170 | 209 | 0 | 0.25 | 0.08 | 0.11 | 319.66 | 0.52 | 0.78 |
| Hex | E4 | AA | D1 | 0 | 19 | 8 | B | 140 | 34 | 4E |
| Octal | 344 | 252 | 321 | 0 | 31 | 10 | 13 | 500 | 64 | 116 |
| Binary | 11100100 | 10101010 | 11010001 | 0 | 11001 | 1000 | 1011 | 101000000 | 110100 | 1001110 |
Color Harmonies of #E4AAD1
Complementary color
Monochromatic Colors of #E4AAD1
Black with #E4AAD1
Text Example
Text Example
White with #E4AAD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4AAD1; }
p { color: rgb(228,170,209); }
H1.HeaderClassName
{
color: #E4AAD1;
}
.AnyTagClassName
{
color: #E4AAD1;
}
</style>
background-color css
<style>
a { background-color: #E4AAD1; }
a { background-color: rgb(228,170,209); }
div.DivClassName
{
background-color: #E4AAD1;
}
.BgClassName
{
background-color: #E4AAD1;
}
</style>
border-color css
<style>
span { border-color: #E4AAD1; }
span { border-color: rgb(228,170,209); }
td.TdClassName
{
border-color: #E4AAD1;
}
.TagClassName
{
border-color: #E4AAD1;
}
</style>