Shades of French Lilac #E1A6CE
Tints of French Lilac #E1A6CE
RGB
CMYK
RGB Variations
Color information
#E1A6CE (or 0xE1A6CE) is known color: French Lilac. HEX triplet: E1, A6 and CE. RGB value is (225,166,206). Sum of RGB (Red+Green+Blue) = 225+166+206=597 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.69% from 597); Green value is 166 (65.23% from 255 or 27.81% from 597); Blue value is 206 (80.86% from 255 or 34.51% from 597); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A6CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1A6CE is #1E5931. Grayscale: #BCBCBC. Windows color (decimal): -1988914 or 13543137. OLE color: 13543137.
HSL color Cylindrical-coordinate representation of color #E1A6CE: hue angle of 319.32º degrees, saturation: 0.5, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E1A6CE is Cyan = 0, Magento = 0.26, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 166 | 206 | - |
| CMYK | 0 | 0.26 | 0.08 | 0.12 |
| HSL | 319.32º | 0.5% | 0.77% | - |
| HSV(B) | 319.32º | 0.26% | 0.88% | - |
| XYZ | 55.83 | 47.74 | 64.66 | - |
| YUV | 188.2 | 138.05 | 154.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 166 | 206 | 0 | 0.26 | 0.08 | 0.12 | 319.32 | 0.5 | 0.77 |
| Hex | E1 | A6 | CE | 0 | 1A | 8 | C | 13F | 32 | 4D |
| Octal | 341 | 246 | 316 | 0 | 32 | 10 | 14 | 477 | 62 | 115 |
| Binary | 11100001 | 10100110 | 11001110 | 0 | 11010 | 1000 | 1100 | 100111111 | 110010 | 1001101 |
Color Harmonies of #E1A6CE
Complementary color
Monochromatic Colors of #E1A6CE
Black with #E1A6CE
Text Example
Text Example
White with #E1A6CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1A6CE; }
p { color: rgb(225,166,206); }
H1.HeaderClassName
{
color: #E1A6CE;
}
.AnyTagClassName
{
color: #E1A6CE;
}
</style>
background-color css
<style>
a { background-color: #E1A6CE; }
a { background-color: rgb(225,166,206); }
div.DivClassName
{
background-color: #E1A6CE;
}
.BgClassName
{
background-color: #E1A6CE;
}
</style>
border-color css
<style>
span { border-color: #E1A6CE; }
span { border-color: rgb(225,166,206); }
td.TdClassName
{
border-color: #E1A6CE;
}
.TagClassName
{
border-color: #E1A6CE;
}
</style>