Shades of French Lilac #E0AED2
Tints of French Lilac #E0AED2
RGB
CMYK
RGB Variations
Color information
#E0AED2 (or 0xE0AED2) is known color: French Lilac. HEX triplet: E0, AE and D2. RGB value is (224,174,210). Sum of RGB (Red+Green+Blue) = 224+174+210=608 (80% of max value = 765). Red value is 224 (87.89% from 255 or 36.84% from 608); Green value is 174 (68.36% from 255 or 28.62% from 608); Blue value is 210 (82.42% from 255 or 34.54% from 608); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AED2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E0AED2 is #1F512D. Grayscale: #C0C0C0. Windows color (decimal): -2052398 or 13807328. OLE color: 13807328.
HSL color Cylindrical-coordinate representation of color #E0AED2: hue angle of 316.8º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E0AED2 is Cyan = 0, Magento = 0.22, Yellow = 0.06 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 174 | 210 | - |
| CMYK | 0 | 0.22 | 0.06 | 0.12 |
| HSL | 316.8º | 0.45% | 0.78% | - |
| HSV(B) | 316.8º | 0.22% | 0.88% | - |
| XYZ | 57.51 | 50.77 | 67.74 | - |
| YUV | 193.05 | 137.57 | 150.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 174 | 210 | 0 | 0.22 | 0.06 | 0.12 | 316.8 | 0.45 | 0.78 |
| Hex | E0 | AE | D2 | 0 | 16 | 6 | C | 13D | 2D | 4E |
| Octal | 340 | 256 | 322 | 0 | 26 | 6 | 14 | 475 | 55 | 116 |
| Binary | 11100000 | 10101110 | 11010010 | 0 | 10110 | 110 | 1100 | 100111101 | 101101 | 1001110 |
Color Harmonies of #E0AED2
Complementary color
Monochromatic Colors of #E0AED2
Black with #E0AED2
Text Example
Text Example
White with #E0AED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0AED2; }
p { color: rgb(224,174,210); }
H1.HeaderClassName
{
color: #E0AED2;
}
.AnyTagClassName
{
color: #E0AED2;
}
</style>
background-color css
<style>
a { background-color: #E0AED2; }
a { background-color: rgb(224,174,210); }
div.DivClassName
{
background-color: #E0AED2;
}
.BgClassName
{
background-color: #E0AED2;
}
</style>
border-color css
<style>
span { border-color: #E0AED2; }
span { border-color: rgb(224,174,210); }
td.TdClassName
{
border-color: #E0AED2;
}
.TagClassName
{
border-color: #E0AED2;
}
</style>