Shades of French Lilac #E8B8EA
Tints of French Lilac #E8B8EA
RGB
CMYK
RGB Variations
Color information
#E8B8EA (or 0xE8B8EA) is known color: French Lilac. HEX triplet: E8, B8 and EA. RGB value is (232,184,234). Sum of RGB (Red+Green+Blue) = 232+184+234=650 (86% of max value = 765). Red value is 232 (91.02% from 255 or 35.69% from 650); Green value is 184 (72.27% from 255 or 28.31% from 650); Blue value is 234 (91.80% from 255 or 36% from 650); Max value from RGB is 234 - color contains mainly: blue. Hex color #E8B8EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8B8EA is #174715. Grayscale: #CBCBCB. Windows color (decimal): -1525526 or 15382760. OLE color: 15382760.
HSL color Cylindrical-coordinate representation of color #E8B8EA: hue angle of 297.6º degrees, saturation: 0.54, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E8B8EA is Cyan = 0.01, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 232 | 184 | 234 | - |
| CMYK | 0.01 | 0.21 | 0 | 0.08 |
| HSL | 297.6º | 0.54% | 0.82% | - |
| HSV(B) | 297.6º | 0.21% | 0.92% | - |
| XYZ | 65.27 | 57.38 | 85.48 | - |
| YUV | 204.05 | 144.9 | 147.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 184 | 234 | 0.01 | 0.21 | 0 | 0.08 | 297.6 | 0.54 | 0.82 |
| Hex | E8 | B8 | EA | 1 | 15 | 0 | 8 | 12A | 36 | 52 |
| Octal | 350 | 270 | 352 | 1 | 25 | 0 | 10 | 452 | 66 | 122 |
| Binary | 11101000 | 10111000 | 11101010 | 1 | 10101 | 0 | 1000 | 100101010 | 110110 | 1010010 |
Color Harmonies of #E8B8EA
Complementary color
Monochromatic Colors of #E8B8EA
Black with #E8B8EA
Text Example
Text Example
White with #E8B8EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8B8EA; }
p { color: rgb(232,184,234); }
H1.HeaderClassName
{
color: #E8B8EA;
}
.AnyTagClassName
{
color: #E8B8EA;
}
</style>
background-color css
<style>
a { background-color: #E8B8EA; }
a { background-color: rgb(232,184,234); }
div.DivClassName
{
background-color: #E8B8EA;
}
.BgClassName
{
background-color: #E8B8EA;
}
</style>
border-color css
<style>
span { border-color: #E8B8EA; }
span { border-color: rgb(232,184,234); }
td.TdClassName
{
border-color: #E8B8EA;
}
.TagClassName
{
border-color: #E8B8EA;
}
</style>