Shades of French Lilac #E9BAE0
Tints of French Lilac #E9BAE0
RGB
CMYK
RGB Variations
Color information
#E9BAE0 (or 0xE9BAE0) is known color: French Lilac. HEX triplet: E9, BA and E0. RGB value is (233,186,224). Sum of RGB (Red+Green+Blue) = 233+186+224=643 (85% of max value = 765). Red value is 233 (91.41% from 255 or 36.24% from 643); Green value is 186 (73.05% from 255 or 28.93% from 643); Blue value is 224 (87.89% from 255 or 34.84% from 643); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BAE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9BAE0 is #16451F. Grayscale: #CCCCCC. Windows color (decimal): -1459488 or 14727913. OLE color: 14727913.
HSL color Cylindrical-coordinate representation of color #E9BAE0: hue angle of 311.49º degrees, saturation: 0.52, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E9BAE0 is Cyan = 0, Magento = 0.20, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 186 | 224 | - |
| CMYK | 0 | 0.20 | 0.04 | 0.09 |
| HSL | 311.49º | 0.52% | 0.82% | - |
| HSV(B) | 311.49º | 0.2% | 0.91% | - |
| XYZ | 64.62 | 57.82 | 78.28 | - |
| YUV | 204.39 | 139.07 | 148.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 186 | 224 | 0 | 0.20 | 0.04 | 0.09 | 311.49 | 0.52 | 0.82 |
| Hex | E9 | BA | E0 | 0 | 14 | 4 | 9 | 137 | 34 | 52 |
| Octal | 351 | 272 | 340 | 0 | 24 | 4 | 11 | 467 | 64 | 122 |
| Binary | 11101001 | 10111010 | 11100000 | 0 | 10100 | 100 | 1001 | 100110111 | 110100 | 1010010 |
Color Harmonies of #E9BAE0
Complementary color
Monochromatic Colors of #E9BAE0
Black with #E9BAE0
Text Example
Text Example
White with #E9BAE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9BAE0; }
p { color: rgb(233,186,224); }
H1.HeaderClassName
{
color: #E9BAE0;
}
.AnyTagClassName
{
color: #E9BAE0;
}
</style>
background-color css
<style>
a { background-color: #E9BAE0; }
a { background-color: rgb(233,186,224); }
div.DivClassName
{
background-color: #E9BAE0;
}
.BgClassName
{
background-color: #E9BAE0;
}
</style>
border-color css
<style>
span { border-color: #E9BAE0; }
span { border-color: rgb(233,186,224); }
td.TdClassName
{
border-color: #E9BAE0;
}
.TagClassName
{
border-color: #E9BAE0;
}
</style>