Shades of French Lilac #E5ABDA
Tints of French Lilac #E5ABDA
RGB
CMYK
RGB Variations
Color information
#E5ABDA (or 0xE5ABDA) is known color: French Lilac. HEX triplet: E5, AB and DA. RGB value is (229,171,218). Sum of RGB (Red+Green+Blue) = 229+171+218=618 (81% of max value = 765). Red value is 229 (89.84% from 255 or 37.06% from 618); Green value is 171 (67.19% from 255 or 27.67% from 618); Blue value is 218 (85.55% from 255 or 35.28% from 618); Max value from RGB is 229 - color contains mainly: red. Hex color #E5ABDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E5ABDA is #1A5425. Grayscale: #C1C1C1. Windows color (decimal): -1725478 or 14330853. OLE color: 14330853.
HSL color Cylindrical-coordinate representation of color #E5ABDA: hue angle of 311.38º degrees, saturation: 0.53, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E5ABDA is Cyan = 0, Magento = 0.25, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 171 | 218 | - |
| CMYK | 0 | 0.25 | 0.05 | 0.10 |
| HSL | 311.38º | 0.53% | 0.78% | - |
| HSV(B) | 311.38º | 0.25% | 0.9% | - |
| XYZ | 59.53 | 50.85 | 73.01 | - |
| YUV | 193.7 | 141.72 | 153.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 171 | 218 | 0 | 0.25 | 0.05 | 0.10 | 311.38 | 0.53 | 0.78 |
| Hex | E5 | AB | DA | 0 | 19 | 5 | A | 137 | 35 | 4E |
| Octal | 345 | 253 | 332 | 0 | 31 | 5 | 12 | 467 | 65 | 116 |
| Binary | 11100101 | 10101011 | 11011010 | 0 | 11001 | 101 | 1010 | 100110111 | 110101 | 1001110 |
Color Harmonies of #E5ABDA
Complementary color
Monochromatic Colors of #E5ABDA
Black with #E5ABDA
Text Example
Text Example
White with #E5ABDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5ABDA; }
p { color: rgb(229,171,218); }
H1.HeaderClassName
{
color: #E5ABDA;
}
.AnyTagClassName
{
color: #E5ABDA;
}
</style>
background-color css
<style>
a { background-color: #E5ABDA; }
a { background-color: rgb(229,171,218); }
div.DivClassName
{
background-color: #E5ABDA;
}
.BgClassName
{
background-color: #E5ABDA;
}
</style>
border-color css
<style>
span { border-color: #E5ABDA; }
span { border-color: rgb(229,171,218); }
td.TdClassName
{
border-color: #E5ABDA;
}
.TagClassName
{
border-color: #E5ABDA;
}
</style>