Shades of French Lilac #E2AADA
Tints of French Lilac #E2AADA
RGB
CMYK
RGB Variations
Color information
#E2AADA (or 0xE2AADA) is known color: French Lilac. HEX triplet: E2, AA and DA. RGB value is (226,170,218). Sum of RGB (Red+Green+Blue) = 226+170+218=614 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.81% from 614); Green value is 170 (66.80% from 255 or 27.69% from 614); Blue value is 218 (85.55% from 255 or 35.50% from 614); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AADA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E2AADA is #1D5525. Grayscale: #C0C0C0. Windows color (decimal): -1922342 or 14330594. OLE color: 14330594.
HSL color Cylindrical-coordinate representation of color #E2AADA: hue angle of 308.57º degrees, saturation: 0.49, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E2AADA is Cyan = 0, Magento = 0.25, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 170 | 218 | - |
| CMYK | 0 | 0.25 | 0.04 | 0.11 |
| HSL | 308.57º | 0.49% | 0.78% | - |
| HSV(B) | 308.57º | 0.25% | 0.89% | - |
| XYZ | 58.39 | 49.98 | 72.9 | - |
| YUV | 192.22 | 142.55 | 152.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 170 | 218 | 0 | 0.25 | 0.04 | 0.11 | 308.57 | 0.49 | 0.78 |
| Hex | E2 | AA | DA | 0 | 19 | 4 | B | 135 | 31 | 4E |
| Octal | 342 | 252 | 332 | 0 | 31 | 4 | 13 | 465 | 61 | 116 |
| Binary | 11100010 | 10101010 | 11011010 | 0 | 11001 | 100 | 1011 | 100110101 | 110001 | 1001110 |
Color Harmonies of #E2AADA
Complementary color
Monochromatic Colors of #E2AADA
Black with #E2AADA
Text Example
Text Example
White with #E2AADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2AADA; }
p { color: rgb(226,170,218); }
H1.HeaderClassName
{
color: #E2AADA;
}
.AnyTagClassName
{
color: #E2AADA;
}
</style>
background-color css
<style>
a { background-color: #E2AADA; }
a { background-color: rgb(226,170,218); }
div.DivClassName
{
background-color: #E2AADA;
}
.BgClassName
{
background-color: #E2AADA;
}
</style>
border-color css
<style>
span { border-color: #E2AADA; }
span { border-color: rgb(226,170,218); }
td.TdClassName
{
border-color: #E2AADA;
}
.TagClassName
{
border-color: #E2AADA;
}
</style>