Shades of French Lilac #E2B9E0
Tints of French Lilac #E2B9E0
RGB
CMYK
RGB Variations
Color information
#E2B9E0 (or 0xE2B9E0) is known color: French Lilac. HEX triplet: E2, B9 and E0. RGB value is (226,185,224). Sum of RGB (Red+Green+Blue) = 226+185+224=635 (84% of max value = 765). Red value is 226 (88.67% from 255 or 35.59% from 635); Green value is 185 (72.66% from 255 or 29.13% from 635); Blue value is 224 (87.89% from 255 or 35.28% from 635); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B9E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2B9E0 is #1D461F. Grayscale: #C9C9C9. Windows color (decimal): -1918496 or 14727650. OLE color: 14727650.
HSL color Cylindrical-coordinate representation of color #E2B9E0: hue angle of 302.93º degrees, saturation: 0.41, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E2B9E0 is Cyan = 0, Magento = 0.18, Yellow = 0.01 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 185 | 224 | - |
| CMYK | 0 | 0.18 | 0.01 | 0.11 |
| HSL | 302.93º | 0.41% | 0.81% | - |
| HSV(B) | 302.93º | 0.18% | 0.89% | - |
| XYZ | 62.17 | 56.25 | 78.1 | - |
| YUV | 201.71 | 140.58 | 145.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 185 | 224 | 0 | 0.18 | 0.01 | 0.11 | 302.93 | 0.41 | 0.81 |
| Hex | E2 | B9 | E0 | 0 | 12 | 1 | B | 12F | 29 | 51 |
| Octal | 342 | 271 | 340 | 0 | 22 | 1 | 13 | 457 | 51 | 121 |
| Binary | 11100010 | 10111001 | 11100000 | 0 | 10010 | 1 | 1011 | 100101111 | 101001 | 1010001 |
Color Harmonies of #E2B9E0
Complementary color
Monochromatic Colors of #E2B9E0
Black with #E2B9E0
Text Example
Text Example
White with #E2B9E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B9E0; }
p { color: rgb(226,185,224); }
H1.HeaderClassName
{
color: #E2B9E0;
}
.AnyTagClassName
{
color: #E2B9E0;
}
</style>
background-color css
<style>
a { background-color: #E2B9E0; }
a { background-color: rgb(226,185,224); }
div.DivClassName
{
background-color: #E2B9E0;
}
.BgClassName
{
background-color: #E2B9E0;
}
</style>
border-color css
<style>
span { border-color: #E2B9E0; }
span { border-color: rgb(226,185,224); }
td.TdClassName
{
border-color: #E2B9E0;
}
.TagClassName
{
border-color: #E2B9E0;
}
</style>