Shades of French Lilac #E5BAE2
Tints of French Lilac #E5BAE2
RGB
CMYK
RGB Variations
Color information
#E5BAE2 (or 0xE5BAE2) is known color: French Lilac. HEX triplet: E5, BA and E2. RGB value is (229,186,226). Sum of RGB (Red+Green+Blue) = 229+186+226=641 (84% of max value = 765). Red value is 229 (89.84% from 255 or 35.73% from 641); Green value is 186 (73.05% from 255 or 29.02% from 641); Blue value is 226 (88.67% from 255 or 35.26% from 641); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BAE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5BAE2 is #1A451D. Grayscale: #CBCBCB. Windows color (decimal): -1721630 or 14858981. OLE color: 14858981.
HSL color Cylindrical-coordinate representation of color #E5BAE2: hue angle of 304.19º degrees, saturation: 0.45, 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 #E5BAE2 is Cyan = 0, Magento = 0.19, Yellow = 0.01 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 186 | 226 | - |
| CMYK | 0 | 0.19 | 0.01 | 0.10 |
| HSL | 304.19º | 0.45% | 0.81% | - |
| HSV(B) | 304.19º | 0.19% | 0.9% | - |
| XYZ | 63.6 | 57.27 | 79.65 | - |
| YUV | 203.42 | 140.75 | 146.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 186 | 226 | 0 | 0.19 | 0.01 | 0.10 | 304.19 | 0.45 | 0.81 |
| Hex | E5 | BA | E2 | 0 | 13 | 1 | A | 130 | 2D | 51 |
| Octal | 345 | 272 | 342 | 0 | 23 | 1 | 12 | 460 | 55 | 121 |
| Binary | 11100101 | 10111010 | 11100010 | 0 | 10011 | 1 | 1010 | 100110000 | 101101 | 1010001 |
Color Harmonies of #E5BAE2
Complementary color
Monochromatic Colors of #E5BAE2
Black with #E5BAE2
Text Example
Text Example
White with #E5BAE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5BAE2; }
p { color: rgb(229,186,226); }
H1.HeaderClassName
{
color: #E5BAE2;
}
.AnyTagClassName
{
color: #E5BAE2;
}
</style>
background-color css
<style>
a { background-color: #E5BAE2; }
a { background-color: rgb(229,186,226); }
div.DivClassName
{
background-color: #E5BAE2;
}
.BgClassName
{
background-color: #E5BAE2;
}
</style>
border-color css
<style>
span { border-color: #E5BAE2; }
span { border-color: rgb(229,186,226); }
td.TdClassName
{
border-color: #E5BAE2;
}
.TagClassName
{
border-color: #E5BAE2;
}
</style>