Shades of French Lilac #E9C0E5
Tints of French Lilac #E9C0E5
RGB
CMYK
RGB Variations
Color information
#E9C0E5 (or 0xE9C0E5) is known color: French Lilac. HEX triplet: E9, C0 and E5. RGB value is (233,192,229). Sum of RGB (Red+Green+Blue) = 233+192+229=654 (86% of max value = 765). Red value is 233 (91.41% from 255 or 35.63% from 654); Green value is 192 (75.39% from 255 or 29.36% from 654); Blue value is 229 (89.84% from 255 or 35.02% from 654); Max value from RGB is 233 - color contains mainly: red. Hex color #E9C0E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9C0E5 is #163F1A. Grayscale: #D0D0D0. Windows color (decimal): -1457947 or 15057129. OLE color: 15057129.
HSL color Cylindrical-coordinate representation of color #E9C0E5: hue angle of 305.85º degrees, saturation: 0.48, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E9C0E5 is Cyan = 0, Magento = 0.18, Yellow = 0.02 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 192 | 229 | - |
| CMYK | 0 | 0.18 | 0.02 | 0.09 |
| HSL | 305.85º | 0.48% | 0.83% | - |
| HSV(B) | 305.85º | 0.18% | 0.91% | - |
| XYZ | 66.6 | 60.68 | 82.33 | - |
| YUV | 208.48 | 139.58 | 145.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 192 | 229 | 0 | 0.18 | 0.02 | 0.09 | 305.85 | 0.48 | 0.83 |
| Hex | E9 | C0 | E5 | 0 | 12 | 2 | 9 | 132 | 30 | 53 |
| Octal | 351 | 300 | 345 | 0 | 22 | 2 | 11 | 462 | 60 | 123 |
| Binary | 11101001 | 11000000 | 11100101 | 0 | 10010 | 10 | 1001 | 100110010 | 110000 | 1010011 |
Color Harmonies of #E9C0E5
Complementary color
Monochromatic Colors of #E9C0E5
Black with #E9C0E5
Text Example
Text Example
White with #E9C0E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9C0E5; }
p { color: rgb(233,192,229); }
H1.HeaderClassName
{
color: #E9C0E5;
}
.AnyTagClassName
{
color: #E9C0E5;
}
</style>
background-color css
<style>
a { background-color: #E9C0E5; }
a { background-color: rgb(233,192,229); }
div.DivClassName
{
background-color: #E9C0E5;
}
.BgClassName
{
background-color: #E9C0E5;
}
</style>
border-color css
<style>
span { border-color: #E9C0E5; }
span { border-color: rgb(233,192,229); }
td.TdClassName
{
border-color: #E9C0E5;
}
.TagClassName
{
border-color: #E9C0E5;
}
</style>