Shades of French Lilac #E7A8DA
Tints of French Lilac #E7A8DA
RGB
CMYK
RGB Variations
Color information
#E7A8DA (or 0xE7A8DA) is known color: French Lilac. HEX triplet: E7, A8 and DA. RGB value is (231,168,218). Sum of RGB (Red+Green+Blue) = 231+168+218=617 (81% of max value = 765). Red value is 231 (90.62% from 255 or 37.44% from 617); Green value is 168 (66.02% from 255 or 27.23% from 617); Blue value is 218 (85.55% from 255 or 35.33% from 617); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A8DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7A8DA is #185725. Grayscale: #C0C0C0. Windows color (decimal): -1595174 or 14330087. OLE color: 14330087.
HSL color Cylindrical-coordinate representation of color #E7A8DA: hue angle of 312.38º degrees, saturation: 0.57, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E7A8DA is Cyan = 0, Magento = 0.27, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 168 | 218 | - |
| CMYK | 0 | 0.27 | 0.06 | 0.09 |
| HSL | 312.38º | 0.57% | 0.78% | - |
| HSV(B) | 312.38º | 0.27% | 0.91% | - |
| XYZ | 59.61 | 50.06 | 72.85 | - |
| YUV | 192.54 | 142.37 | 155.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 168 | 218 | 0 | 0.27 | 0.06 | 0.09 | 312.38 | 0.57 | 0.78 |
| Hex | E7 | A8 | DA | 0 | 1B | 6 | 9 | 138 | 39 | 4E |
| Octal | 347 | 250 | 332 | 0 | 33 | 6 | 11 | 470 | 71 | 116 |
| Binary | 11100111 | 10101000 | 11011010 | 0 | 11011 | 110 | 1001 | 100111000 | 111001 | 1001110 |
Color Harmonies of #E7A8DA
Complementary color
Monochromatic Colors of #E7A8DA
Black with #E7A8DA
Text Example
Text Example
White with #E7A8DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A8DA; }
p { color: rgb(231,168,218); }
H1.HeaderClassName
{
color: #E7A8DA;
}
.AnyTagClassName
{
color: #E7A8DA;
}
</style>
background-color css
<style>
a { background-color: #E7A8DA; }
a { background-color: rgb(231,168,218); }
div.DivClassName
{
background-color: #E7A8DA;
}
.BgClassName
{
background-color: #E7A8DA;
}
</style>
border-color css
<style>
span { border-color: #E7A8DA; }
span { border-color: rgb(231,168,218); }
td.TdClassName
{
border-color: #E7A8DA;
}
.TagClassName
{
border-color: #E7A8DA;
}
</style>