Shades of French Lilac #E5B9E1
Tints of French Lilac #E5B9E1
RGB
CMYK
RGB Variations
Color information
#E5B9E1 (or 0xE5B9E1) is known color: French Lilac. HEX triplet: E5, B9 and E1. RGB value is (229,185,225). Sum of RGB (Red+Green+Blue) = 229+185+225=639 (84% of max value = 765). Red value is 229 (89.84% from 255 or 35.84% from 639); Green value is 185 (72.66% from 255 or 28.95% from 639); Blue value is 225 (88.28% from 255 or 35.21% from 639); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B9E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5B9E1 is #1A461E. Grayscale: #CACACA. Windows color (decimal): -1721887 or 14793189. OLE color: 14793189.
HSL color Cylindrical-coordinate representation of color #E5B9E1: hue angle of 305.45º degrees, saturation: 0.46, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E5B9E1 is Cyan = 0, Magento = 0.19, Yellow = 0.02 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 185 | 225 | - |
| CMYK | 0 | 0.19 | 0.02 | 0.10 |
| HSL | 305.45º | 0.46% | 0.81% | - |
| HSV(B) | 305.45º | 0.19% | 0.9% | - |
| XYZ | 63.25 | 56.79 | 78.86 | - |
| YUV | 202.72 | 140.58 | 146.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 185 | 225 | 0 | 0.19 | 0.02 | 0.10 | 305.45 | 0.46 | 0.81 |
| Hex | E5 | B9 | E1 | 0 | 13 | 2 | A | 131 | 2E | 51 |
| Octal | 345 | 271 | 341 | 0 | 23 | 2 | 12 | 461 | 56 | 121 |
| Binary | 11100101 | 10111001 | 11100001 | 0 | 10011 | 10 | 1010 | 100110001 | 101110 | 1010001 |
Color Harmonies of #E5B9E1
Complementary color
Monochromatic Colors of #E5B9E1
Black with #E5B9E1
Text Example
Text Example
White with #E5B9E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5B9E1; }
p { color: rgb(229,185,225); }
H1.HeaderClassName
{
color: #E5B9E1;
}
.AnyTagClassName
{
color: #E5B9E1;
}
</style>
background-color css
<style>
a { background-color: #E5B9E1; }
a { background-color: rgb(229,185,225); }
div.DivClassName
{
background-color: #E5B9E1;
}
.BgClassName
{
background-color: #E5B9E1;
}
</style>
border-color css
<style>
span { border-color: #E5B9E1; }
span { border-color: rgb(229,185,225); }
td.TdClassName
{
border-color: #E5B9E1;
}
.TagClassName
{
border-color: #E5B9E1;
}
</style>