Shades of French Lilac #E9B2EA
Tints of French Lilac #E9B2EA
RGB
CMYK
RGB Variations
Color information
#E9B2EA (or 0xE9B2EA) is known color: French Lilac. HEX triplet: E9, B2 and EA. RGB value is (233,178,234). Sum of RGB (Red+Green+Blue) = 233+178+234=645 (85% of max value = 765). Red value is 233 (91.41% from 255 or 36.12% from 645); Green value is 178 (69.92% from 255 or 27.60% from 645); Blue value is 234 (91.80% from 255 or 36.28% from 645); Max value from RGB is 234 - color contains mainly: blue. Hex color #E9B2EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E9B2EA is #164D15. Grayscale: #C8C8C8. Windows color (decimal): -1461526 or 15381225. OLE color: 15381225.
HSL color Cylindrical-coordinate representation of color #E9B2EA: hue angle of 298.93º degrees, saturation: 0.57, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E9B2EA is Cyan = 0.00, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 233 | 178 | 234 | - |
| CMYK | 0.00 | 0.24 | 0 | 0.08 |
| HSL | 298.93º | 0.57% | 0.81% | - |
| HSV(B) | 298.93º | 0.24% | 0.92% | - |
| XYZ | 64.38 | 55.1 | 85.09 | - |
| YUV | 200.83 | 146.72 | 150.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 178 | 234 | 0.00 | 0.24 | 0 | 0.08 | 298.93 | 0.57 | 0.81 |
| Hex | E9 | B2 | EA | 0 | 18 | 0 | 8 | 12B | 39 | 51 |
| Octal | 351 | 262 | 352 | 0 | 30 | 0 | 10 | 453 | 71 | 121 |
| Binary | 11101001 | 10110010 | 11101010 | 0 | 11000 | 0 | 1000 | 100101011 | 111001 | 1010001 |
Color Harmonies of #E9B2EA
Complementary color
Monochromatic Colors of #E9B2EA
Black with #E9B2EA
Text Example
Text Example
White with #E9B2EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9B2EA; }
p { color: rgb(233,178,234); }
H1.HeaderClassName
{
color: #E9B2EA;
}
.AnyTagClassName
{
color: #E9B2EA;
}
</style>
background-color css
<style>
a { background-color: #E9B2EA; }
a { background-color: rgb(233,178,234); }
div.DivClassName
{
background-color: #E9B2EA;
}
.BgClassName
{
background-color: #E9B2EA;
}
</style>
border-color css
<style>
span { border-color: #E9B2EA; }
span { border-color: rgb(233,178,234); }
td.TdClassName
{
border-color: #E9B2EA;
}
.TagClassName
{
border-color: #E9B2EA;
}
</style>