Shades of French Lilac #E5A8D7
Tints of French Lilac #E5A8D7
RGB
CMYK
RGB Variations
Color information
#E5A8D7 (or 0xE5A8D7) is known color: French Lilac. HEX triplet: E5, A8 and D7. RGB value is (229,168,215). Sum of RGB (Red+Green+Blue) = 229+168+215=612 (81% of max value = 765). Red value is 229 (89.84% from 255 or 37.42% from 612); Green value is 168 (66.02% from 255 or 27.45% from 612); Blue value is 215 (84.38% from 255 or 35.13% from 612); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A8D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E5A8D7 is #1A5728. Grayscale: #BFBFBF. Windows color (decimal): -1726249 or 14133477. OLE color: 14133477.
HSL color Cylindrical-coordinate representation of color #E5A8D7: hue angle of 313.77º degrees, saturation: 0.54, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E5A8D7 is Cyan = 0, Magento = 0.27, Yellow = 0.06 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 168 | 215 | - |
| CMYK | 0 | 0.27 | 0.06 | 0.10 |
| HSL | 313.77º | 0.54% | 0.78% | - |
| HSV(B) | 313.77º | 0.27% | 0.9% | - |
| XYZ | 58.58 | 49.57 | 70.77 | - |
| YUV | 191.6 | 141.21 | 154.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 168 | 215 | 0 | 0.27 | 0.06 | 0.10 | 313.77 | 0.54 | 0.78 |
| Hex | E5 | A8 | D7 | 0 | 1B | 6 | A | 13A | 36 | 4E |
| Octal | 345 | 250 | 327 | 0 | 33 | 6 | 12 | 472 | 66 | 116 |
| Binary | 11100101 | 10101000 | 11010111 | 0 | 11011 | 110 | 1010 | 100111010 | 110110 | 1001110 |
Color Harmonies of #E5A8D7
Complementary color
Monochromatic Colors of #E5A8D7
Black with #E5A8D7
Text Example
Text Example
White with #E5A8D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5A8D7; }
p { color: rgb(229,168,215); }
H1.HeaderClassName
{
color: #E5A8D7;
}
.AnyTagClassName
{
color: #E5A8D7;
}
</style>
background-color css
<style>
a { background-color: #E5A8D7; }
a { background-color: rgb(229,168,215); }
div.DivClassName
{
background-color: #E5A8D7;
}
.BgClassName
{
background-color: #E5A8D7;
}
</style>
border-color css
<style>
span { border-color: #E5A8D7; }
span { border-color: rgb(229,168,215); }
td.TdClassName
{
border-color: #E5A8D7;
}
.TagClassName
{
border-color: #E5A8D7;
}
</style>