Shades of French Lilac #E7C0E1
Tints of French Lilac #E7C0E1
RGB
CMYK
RGB Variations
Color information
#E7C0E1 (or 0xE7C0E1) is known color: French Lilac. HEX triplet: E7, C0 and E1. RGB value is (231,192,225). Sum of RGB (Red+Green+Blue) = 231+192+225=648 (85% of max value = 765). Red value is 231 (90.62% from 255 or 35.65% from 648); Green value is 192 (75.39% from 255 or 29.63% from 648); Blue value is 225 (88.28% from 255 or 34.72% from 648); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C0E1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7C0E1 is #183F1E. Grayscale: #CFCFCF. Windows color (decimal): -1589023 or 14794983. OLE color: 14794983.
HSL color Cylindrical-coordinate representation of color #E7C0E1: hue angle of 309.23º degrees, saturation: 0.45, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E7C0E1 is Cyan = 0, Magento = 0.17, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 192 | 225 | - |
| CMYK | 0 | 0.17 | 0.03 | 0.09 |
| HSL | 309.23º | 0.45% | 0.83% | - |
| HSV(B) | 309.23º | 0.17% | 0.91% | - |
| XYZ | 65.4 | 60.12 | 79.39 | - |
| YUV | 207.42 | 137.92 | 144.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 192 | 225 | 0 | 0.17 | 0.03 | 0.09 | 309.23 | 0.45 | 0.83 |
| Hex | E7 | C0 | E1 | 0 | 11 | 3 | 9 | 135 | 2D | 53 |
| Octal | 347 | 300 | 341 | 0 | 21 | 3 | 11 | 465 | 55 | 123 |
| Binary | 11100111 | 11000000 | 11100001 | 0 | 10001 | 11 | 1001 | 100110101 | 101101 | 1010011 |
Color Harmonies of #E7C0E1
Complementary color
Monochromatic Colors of #E7C0E1
Black with #E7C0E1
Text Example
Text Example
White with #E7C0E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7C0E1; }
p { color: rgb(231,192,225); }
H1.HeaderClassName
{
color: #E7C0E1;
}
.AnyTagClassName
{
color: #E7C0E1;
}
</style>
background-color css
<style>
a { background-color: #E7C0E1; }
a { background-color: rgb(231,192,225); }
div.DivClassName
{
background-color: #E7C0E1;
}
.BgClassName
{
background-color: #E7C0E1;
}
</style>
border-color css
<style>
span { border-color: #E7C0E1; }
span { border-color: rgb(231,192,225); }
td.TdClassName
{
border-color: #E7C0E1;
}
.TagClassName
{
border-color: #E7C0E1;
}
</style>