Shades of French Lilac #E8B0E5
Tints of French Lilac #E8B0E5
RGB
CMYK
RGB Variations
Color information
#E8B0E5 (or 0xE8B0E5) is known color: French Lilac. HEX triplet: E8, B0 and E5. RGB value is (232,176,229). Sum of RGB (Red+Green+Blue) = 232+176+229=637 (84% of max value = 765). Red value is 232 (91.02% from 255 or 36.42% from 637); Green value is 176 (69.14% from 255 or 27.63% from 637); Blue value is 229 (89.84% from 255 or 35.95% from 637); Max value from RGB is 232 - color contains mainly: red. Hex color #E8B0E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E8B0E5 is #174F1A. Grayscale: #C6C6C6. Windows color (decimal): -1527579 or 15053032. OLE color: 15053032.
HSL color Cylindrical-coordinate representation of color #E8B0E5: hue angle of 303.21º degrees, saturation: 0.55, 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 #E8B0E5 is Cyan = 0, Magento = 0.24, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 176 | 229 | - |
| CMYK | 0 | 0.24 | 0.01 | 0.09 |
| HSL | 303.21º | 0.55% | 0.8% | - |
| HSV(B) | 303.21º | 0.24% | 0.91% | - |
| XYZ | 62.95 | 53.86 | 81.21 | - |
| YUV | 198.79 | 145.05 | 151.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 176 | 229 | 0 | 0.24 | 0.01 | 0.09 | 303.21 | 0.55 | 0.8 |
| Hex | E8 | B0 | E5 | 0 | 18 | 1 | 9 | 12F | 37 | 50 |
| Octal | 350 | 260 | 345 | 0 | 30 | 1 | 11 | 457 | 67 | 120 |
| Binary | 11101000 | 10110000 | 11100101 | 0 | 11000 | 1 | 1001 | 100101111 | 110111 | 1010000 |
Color Harmonies of #E8B0E5
Complementary color
Monochromatic Colors of #E8B0E5
Black with #E8B0E5
Text Example
Text Example
White with #E8B0E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8B0E5; }
p { color: rgb(232,176,229); }
H1.HeaderClassName
{
color: #E8B0E5;
}
.AnyTagClassName
{
color: #E8B0E5;
}
</style>
background-color css
<style>
a { background-color: #E8B0E5; }
a { background-color: rgb(232,176,229); }
div.DivClassName
{
background-color: #E8B0E5;
}
.BgClassName
{
background-color: #E8B0E5;
}
</style>
border-color css
<style>
span { border-color: #E8B0E5; }
span { border-color: rgb(232,176,229); }
td.TdClassName
{
border-color: #E8B0E5;
}
.TagClassName
{
border-color: #E8B0E5;
}
</style>