Shades of French Lilac #E9A8DA
Tints of French Lilac #E9A8DA
RGB
CMYK
RGB Variations
Color information
#E9A8DA (or 0xE9A8DA) is known color: French Lilac. HEX triplet: E9, A8 and DA. RGB value is (233,168,218). Sum of RGB (Red+Green+Blue) = 233+168+218=619 (81% of max value = 765). Red value is 233 (91.41% from 255 or 37.64% from 619); Green value is 168 (66.02% from 255 or 27.14% from 619); Blue value is 218 (85.55% from 255 or 35.22% from 619); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A8DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E9A8DA is #165725. Grayscale: #C0C0C0. Windows color (decimal): -1464102 or 14330089. OLE color: 14330089.
HSL color Cylindrical-coordinate representation of color #E9A8DA: hue angle of 313.85º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E9A8DA is Cyan = 0, Magento = 0.28, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 168 | 218 | - |
| CMYK | 0 | 0.28 | 0.06 | 0.09 |
| HSL | 313.85º | 0.6% | 0.79% | - |
| HSV(B) | 313.85º | 0.28% | 0.91% | - |
| XYZ | 60.26 | 50.39 | 72.88 | - |
| YUV | 193.14 | 142.03 | 156.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 168 | 218 | 0 | 0.28 | 0.06 | 0.09 | 313.85 | 0.6 | 0.79 |
| Hex | E9 | A8 | DA | 0 | 1C | 6 | 9 | 13A | 3C | 4F |
| Octal | 351 | 250 | 332 | 0 | 34 | 6 | 11 | 472 | 74 | 117 |
| Binary | 11101001 | 10101000 | 11011010 | 0 | 11100 | 110 | 1001 | 100111010 | 111100 | 1001111 |
Color Harmonies of #E9A8DA
Complementary color
Monochromatic Colors of #E9A8DA
Black with #E9A8DA
Text Example
Text Example
White with #E9A8DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9A8DA; }
p { color: rgb(233,168,218); }
H1.HeaderClassName
{
color: #E9A8DA;
}
.AnyTagClassName
{
color: #E9A8DA;
}
</style>
background-color css
<style>
a { background-color: #E9A8DA; }
a { background-color: rgb(233,168,218); }
div.DivClassName
{
background-color: #E9A8DA;
}
.BgClassName
{
background-color: #E9A8DA;
}
</style>
border-color css
<style>
span { border-color: #E9A8DA; }
span { border-color: rgb(233,168,218); }
td.TdClassName
{
border-color: #E9A8DA;
}
.TagClassName
{
border-color: #E9A8DA;
}
</style>