Shades of French Lilac #E8B0E3
Tints of French Lilac #E8B0E3
RGB
CMYK
RGB Variations
Color information
#E8B0E3 (or 0xE8B0E3) is known color: French Lilac. HEX triplet: E8, B0 and E3. RGB value is (232,176,227). Sum of RGB (Red+Green+Blue) = 232+176+227=635 (84% of max value = 765). Red value is 232 (91.02% from 255 or 36.54% from 635); Green value is 176 (69.14% from 255 or 27.72% from 635); Blue value is 227 (89.06% from 255 or 35.75% from 635); Max value from RGB is 232 - color contains mainly: red. Hex color #E8B0E3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E8B0E3 is #174F1C. Grayscale: #C6C6C6. Windows color (decimal): -1527581 or 14921960. OLE color: 14921960.
HSL color Cylindrical-coordinate representation of color #E8B0E3: hue angle of 305.36º 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 #E8B0E3 is Cyan = 0, Magento = 0.24, Yellow = 0.02 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 176 | 227 | - |
| CMYK | 0 | 0.24 | 0.02 | 0.09 |
| HSL | 305.36º | 0.55% | 0.8% | - |
| HSV(B) | 305.36º | 0.24% | 0.91% | - |
| XYZ | 62.67 | 53.75 | 79.75 | - |
| YUV | 198.56 | 144.05 | 151.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 176 | 227 | 0 | 0.24 | 0.02 | 0.09 | 305.36 | 0.55 | 0.8 |
| Hex | E8 | B0 | E3 | 0 | 18 | 2 | 9 | 131 | 37 | 50 |
| Octal | 350 | 260 | 343 | 0 | 30 | 2 | 11 | 461 | 67 | 120 |
| Binary | 11101000 | 10110000 | 11100011 | 0 | 11000 | 10 | 1001 | 100110001 | 110111 | 1010000 |
Color Harmonies of #E8B0E3
Complementary color
Monochromatic Colors of #E8B0E3
Black with #E8B0E3
Text Example
Text Example
White with #E8B0E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8B0E3; }
p { color: rgb(232,176,227); }
H1.HeaderClassName
{
color: #E8B0E3;
}
.AnyTagClassName
{
color: #E8B0E3;
}
</style>
background-color css
<style>
a { background-color: #E8B0E3; }
a { background-color: rgb(232,176,227); }
div.DivClassName
{
background-color: #E8B0E3;
}
.BgClassName
{
background-color: #E8B0E3;
}
</style>
border-color css
<style>
span { border-color: #E8B0E3; }
span { border-color: rgb(232,176,227); }
td.TdClassName
{
border-color: #E8B0E3;
}
.TagClassName
{
border-color: #E8B0E3;
}
</style>