Shades of French Lilac #E6C0E1
Tints of French Lilac #E6C0E1
RGB
CMYK
RGB Variations
Color information
#E6C0E1 (or 0xE6C0E1) is known color: French Lilac. HEX triplet: E6, C0 and E1. RGB value is (230,192,225). Sum of RGB (Red+Green+Blue) = 230+192+225=647 (85% of max value = 765). Red value is 230 (90.23% from 255 or 35.55% from 647); Green value is 192 (75.39% from 255 or 29.68% from 647); Blue value is 225 (88.28% from 255 or 34.78% from 647); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C0E1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6C0E1 is #193F1E. Grayscale: #CFCFCF. Windows color (decimal): -1654559 or 14794982. OLE color: 14794982.
HSL color Cylindrical-coordinate representation of color #E6C0E1: hue angle of 307.89º degrees, saturation: 0.43, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E6C0E1 is Cyan = 0, Magento = 0.17, Yellow = 0.02 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 192 | 225 | - |
| CMYK | 0 | 0.17 | 0.02 | 0.10 |
| HSL | 307.89º | 0.43% | 0.83% | - |
| HSV(B) | 307.89º | 0.17% | 0.9% | - |
| XYZ | 65.07 | 59.96 | 79.38 | - |
| YUV | 207.12 | 138.09 | 144.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 192 | 225 | 0 | 0.17 | 0.02 | 0.10 | 307.89 | 0.43 | 0.83 |
| Hex | E6 | C0 | E1 | 0 | 11 | 2 | A | 134 | 2B | 53 |
| Octal | 346 | 300 | 341 | 0 | 21 | 2 | 12 | 464 | 53 | 123 |
| Binary | 11100110 | 11000000 | 11100001 | 0 | 10001 | 10 | 1010 | 100110100 | 101011 | 1010011 |
Color Harmonies of #E6C0E1
Complementary color
Monochromatic Colors of #E6C0E1
Black with #E6C0E1
Text Example
Text Example
White with #E6C0E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C0E1; }
p { color: rgb(230,192,225); }
H1.HeaderClassName
{
color: #E6C0E1;
}
.AnyTagClassName
{
color: #E6C0E1;
}
</style>
background-color css
<style>
a { background-color: #E6C0E1; }
a { background-color: rgb(230,192,225); }
div.DivClassName
{
background-color: #E6C0E1;
}
.BgClassName
{
background-color: #E6C0E1;
}
</style>
border-color css
<style>
span { border-color: #E6C0E1; }
span { border-color: rgb(230,192,225); }
td.TdClassName
{
border-color: #E6C0E1;
}
.TagClassName
{
border-color: #E6C0E1;
}
</style>