Shades of French Lilac #E5A9DC
Tints of French Lilac #E5A9DC
RGB
CMYK
RGB Variations
Color information
#E5A9DC (or 0xE5A9DC) is known color: French Lilac. HEX triplet: E5, A9 and DC. RGB value is (229,169,220). Sum of RGB (Red+Green+Blue) = 229+169+220=618 (81% of max value = 765). Red value is 229 (89.84% from 255 or 37.06% from 618); Green value is 169 (66.41% from 255 or 27.35% from 618); Blue value is 220 (86.33% from 255 or 35.60% from 618); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A9DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E5A9DC is #1A5623. Grayscale: #C0C0C0. Windows color (decimal): -1725988 or 14461413. OLE color: 14461413.
HSL color Cylindrical-coordinate representation of color #E5A9DC: hue angle of 309º degrees, saturation: 0.54, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E5A9DC is Cyan = 0, Magento = 0.26, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 169 | 220 | - |
| CMYK | 0 | 0.26 | 0.04 | 0.10 |
| HSL | 309º | 0.54% | 0.78% | - |
| HSV(B) | 309º | 0.26% | 0.9% | - |
| XYZ | 59.42 | 50.2 | 74.27 | - |
| YUV | 192.75 | 143.38 | 153.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 169 | 220 | 0 | 0.26 | 0.04 | 0.10 | 309 | 0.54 | 0.78 |
| Hex | E5 | A9 | DC | 0 | 1A | 4 | A | 135 | 36 | 4E |
| Octal | 345 | 251 | 334 | 0 | 32 | 4 | 12 | 465 | 66 | 116 |
| Binary | 11100101 | 10101001 | 11011100 | 0 | 11010 | 100 | 1010 | 100110101 | 110110 | 1001110 |
Color Harmonies of #E5A9DC
Complementary color
Monochromatic Colors of #E5A9DC
Black with #E5A9DC
Text Example
Text Example
White with #E5A9DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5A9DC; }
p { color: rgb(229,169,220); }
H1.HeaderClassName
{
color: #E5A9DC;
}
.AnyTagClassName
{
color: #E5A9DC;
}
</style>
background-color css
<style>
a { background-color: #E5A9DC; }
a { background-color: rgb(229,169,220); }
div.DivClassName
{
background-color: #E5A9DC;
}
.BgClassName
{
background-color: #E5A9DC;
}
</style>
border-color css
<style>
span { border-color: #E5A9DC; }
span { border-color: rgb(229,169,220); }
td.TdClassName
{
border-color: #E5A9DC;
}
.TagClassName
{
border-color: #E5A9DC;
}
</style>