Shades of French Lilac #E8B0E4
Tints of French Lilac #E8B0E4
RGB
CMYK
RGB Variations
Color information
#E8B0E4 (or 0xE8B0E4) is known color: French Lilac. HEX triplet: E8, B0 and E4. RGB value is (232,176,228). Sum of RGB (Red+Green+Blue) = 232+176+228=636 (84% of max value = 765). Red value is 232 (91.02% from 255 or 36.48% from 636); Green value is 176 (69.14% from 255 or 27.67% from 636); Blue value is 228 (89.45% from 255 or 35.85% from 636); Max value from RGB is 232 - color contains mainly: red. Hex color #E8B0E4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E8B0E4 is #174F1B. Grayscale: #C6C6C6. Windows color (decimal): -1527580 or 14987496. OLE color: 14987496.
HSL color Cylindrical-coordinate representation of color #E8B0E4: hue angle of 304.29º 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 #E8B0E4 is Cyan = 0, Magento = 0.24, Yellow = 0.02 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 176 | 228 | - |
| CMYK | 0 | 0.24 | 0.02 | 0.09 |
| HSL | 304.29º | 0.55% | 0.8% | - |
| HSV(B) | 304.29º | 0.24% | 0.91% | - |
| XYZ | 62.81 | 53.81 | 80.47 | - |
| YUV | 198.67 | 144.55 | 151.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 176 | 228 | 0 | 0.24 | 0.02 | 0.09 | 304.29 | 0.55 | 0.8 |
| Hex | E8 | B0 | E4 | 0 | 18 | 2 | 9 | 130 | 37 | 50 |
| Octal | 350 | 260 | 344 | 0 | 30 | 2 | 11 | 460 | 67 | 120 |
| Binary | 11101000 | 10110000 | 11100100 | 0 | 11000 | 10 | 1001 | 100110000 | 110111 | 1010000 |
Color Harmonies of #E8B0E4
Complementary color
Monochromatic Colors of #E8B0E4
Black with #E8B0E4
Text Example
Text Example
White with #E8B0E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8B0E4; }
p { color: rgb(232,176,228); }
H1.HeaderClassName
{
color: #E8B0E4;
}
.AnyTagClassName
{
color: #E8B0E4;
}
</style>
background-color css
<style>
a { background-color: #E8B0E4; }
a { background-color: rgb(232,176,228); }
div.DivClassName
{
background-color: #E8B0E4;
}
.BgClassName
{
background-color: #E8B0E4;
}
</style>
border-color css
<style>
span { border-color: #E8B0E4; }
span { border-color: rgb(232,176,228); }
td.TdClassName
{
border-color: #E8B0E4;
}
.TagClassName
{
border-color: #E8B0E4;
}
</style>