Shades of French Lilac #E7A6D9
Tints of French Lilac #E7A6D9
RGB
CMYK
RGB Variations
Color information
#E7A6D9 (or 0xE7A6D9) is known color: French Lilac. HEX triplet: E7, A6 and D9. RGB value is (231,166,217). Sum of RGB (Red+Green+Blue) = 231+166+217=614 (81% of max value = 765). Red value is 231 (90.62% from 255 or 37.62% from 614); Green value is 166 (65.23% from 255 or 27.04% from 614); Blue value is 217 (85.16% from 255 or 35.34% from 614); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A6D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7A6D9 is #185926. Grayscale: #BFBFBF. Windows color (decimal): -1595687 or 14264039. OLE color: 14264039.
HSL color Cylindrical-coordinate representation of color #E7A6D9: hue angle of 312.92º degrees, saturation: 0.58, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E7A6D9 is Cyan = 0, Magento = 0.28, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 166 | 217 | - |
| CMYK | 0 | 0.28 | 0.06 | 0.09 |
| HSL | 312.92º | 0.58% | 0.78% | - |
| HSV(B) | 312.92º | 0.28% | 0.91% | - |
| XYZ | 59.12 | 49.27 | 72.04 | - |
| YUV | 191.25 | 142.53 | 156.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 166 | 217 | 0 | 0.28 | 0.06 | 0.09 | 312.92 | 0.58 | 0.78 |
| Hex | E7 | A6 | D9 | 0 | 1C | 6 | 9 | 139 | 3A | 4E |
| Octal | 347 | 246 | 331 | 0 | 34 | 6 | 11 | 471 | 72 | 116 |
| Binary | 11100111 | 10100110 | 11011001 | 0 | 11100 | 110 | 1001 | 100111001 | 111010 | 1001110 |
Color Harmonies of #E7A6D9
Complementary color
Monochromatic Colors of #E7A6D9
Black with #E7A6D9
Text Example
Text Example
White with #E7A6D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A6D9; }
p { color: rgb(231,166,217); }
H1.HeaderClassName
{
color: #E7A6D9;
}
.AnyTagClassName
{
color: #E7A6D9;
}
</style>
background-color css
<style>
a { background-color: #E7A6D9; }
a { background-color: rgb(231,166,217); }
div.DivClassName
{
background-color: #E7A6D9;
}
.BgClassName
{
background-color: #E7A6D9;
}
</style>
border-color css
<style>
span { border-color: #E7A6D9; }
span { border-color: rgb(231,166,217); }
td.TdClassName
{
border-color: #E7A6D9;
}
.TagClassName
{
border-color: #E7A6D9;
}
</style>