Shades of French Lilac #E9B0E5
Tints of French Lilac #E9B0E5
RGB
CMYK
RGB Variations
Color information
#E9B0E5 (or 0xE9B0E5) is known color: French Lilac. HEX triplet: E9, B0 and E5. RGB value is (233,176,229). Sum of RGB (Red+Green+Blue) = 233+176+229=638 (84% of max value = 765). Red value is 233 (91.41% from 255 or 36.52% from 638); Green value is 176 (69.14% from 255 or 27.59% from 638); Blue value is 229 (89.84% from 255 or 35.89% from 638); Max value from RGB is 233 - color contains mainly: red. Hex color #E9B0E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E9B0E5 is #164F1A. Grayscale: #C6C6C6. Windows color (decimal): -1462043 or 15053033. OLE color: 15053033.
HSL color Cylindrical-coordinate representation of color #E9B0E5: hue angle of 304.21º degrees, saturation: 0.56, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E9B0E5 is Cyan = 0, Magento = 0.24, Yellow = 0.02 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 176 | 229 | - |
| CMYK | 0 | 0.24 | 0.02 | 0.09 |
| HSL | 304.21º | 0.56% | 0.8% | - |
| HSV(B) | 304.21º | 0.24% | 0.91% | - |
| XYZ | 63.27 | 54.03 | 81.22 | - |
| YUV | 199.09 | 144.88 | 152.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 176 | 229 | 0 | 0.24 | 0.02 | 0.09 | 304.21 | 0.56 | 0.8 |
| Hex | E9 | B0 | E5 | 0 | 18 | 2 | 9 | 130 | 38 | 50 |
| Octal | 351 | 260 | 345 | 0 | 30 | 2 | 11 | 460 | 70 | 120 |
| Binary | 11101001 | 10110000 | 11100101 | 0 | 11000 | 10 | 1001 | 100110000 | 111000 | 1010000 |
Color Harmonies of #E9B0E5
Complementary color
Monochromatic Colors of #E9B0E5
Black with #E9B0E5
Text Example
Text Example
White with #E9B0E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9B0E5; }
p { color: rgb(233,176,229); }
H1.HeaderClassName
{
color: #E9B0E5;
}
.AnyTagClassName
{
color: #E9B0E5;
}
</style>
background-color css
<style>
a { background-color: #E9B0E5; }
a { background-color: rgb(233,176,229); }
div.DivClassName
{
background-color: #E9B0E5;
}
.BgClassName
{
background-color: #E9B0E5;
}
</style>
border-color css
<style>
span { border-color: #E9B0E5; }
span { border-color: rgb(233,176,229); }
td.TdClassName
{
border-color: #E9B0E5;
}
.TagClassName
{
border-color: #E9B0E5;
}
</style>