Shades of French Lilac #E5A9D6
Tints of French Lilac #E5A9D6
RGB
CMYK
RGB Variations
Color information
#E5A9D6 (or 0xE5A9D6) is known color: French Lilac. HEX triplet: E5, A9 and D6. RGB value is (229,169,214). Sum of RGB (Red+Green+Blue) = 229+169+214=612 (81% of max value = 765). Red value is 229 (89.84% from 255 or 37.42% from 612); Green value is 169 (66.41% from 255 or 27.61% from 612); Blue value is 214 (83.98% from 255 or 34.97% from 612); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A9D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E5A9D6 is #1A5629. Grayscale: #BFBFBF. Windows color (decimal): -1725994 or 14068197. OLE color: 14068197.
HSL color Cylindrical-coordinate representation of color #E5A9D6: hue angle of 315º degrees, saturation: 0.54, 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 #E5A9D6 is Cyan = 0, Magento = 0.26, Yellow = 0.07 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 169 | 214 | - |
| CMYK | 0 | 0.26 | 0.07 | 0.10 |
| HSL | 315º | 0.54% | 0.78% | - |
| HSV(B) | 315º | 0.26% | 0.9% | - |
| XYZ | 58.64 | 49.89 | 70.16 | - |
| YUV | 192.07 | 140.38 | 154.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 169 | 214 | 0 | 0.26 | 0.07 | 0.10 | 315 | 0.54 | 0.78 |
| Hex | E5 | A9 | D6 | 0 | 1A | 7 | A | 13B | 36 | 4E |
| Octal | 345 | 251 | 326 | 0 | 32 | 7 | 12 | 473 | 66 | 116 |
| Binary | 11100101 | 10101001 | 11010110 | 0 | 11010 | 111 | 1010 | 100111011 | 110110 | 1001110 |
Color Harmonies of #E5A9D6
Complementary color
Monochromatic Colors of #E5A9D6
Black with #E5A9D6
Text Example
Text Example
White with #E5A9D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5A9D6; }
p { color: rgb(229,169,214); }
H1.HeaderClassName
{
color: #E5A9D6;
}
.AnyTagClassName
{
color: #E5A9D6;
}
</style>
background-color css
<style>
a { background-color: #E5A9D6; }
a { background-color: rgb(229,169,214); }
div.DivClassName
{
background-color: #E5A9D6;
}
.BgClassName
{
background-color: #E5A9D6;
}
</style>
border-color css
<style>
span { border-color: #E5A9D6; }
span { border-color: rgb(229,169,214); }
td.TdClassName
{
border-color: #E5A9D6;
}
.TagClassName
{
border-color: #E5A9D6;
}
</style>