Shades of French Lilac #E3AED4
Tints of French Lilac #E3AED4
RGB
CMYK
RGB Variations
Color information
#E3AED4 (or 0xE3AED4) is known color: French Lilac. HEX triplet: E3, AE and D4. RGB value is (227,174,212). Sum of RGB (Red+Green+Blue) = 227+174+212=613 (81% of max value = 765). Red value is 227 (89.06% from 255 or 37.03% from 613); Green value is 174 (68.36% from 255 or 28.38% from 613); Blue value is 212 (83.20% from 255 or 34.58% from 613); Max value from RGB is 227 - color contains mainly: red. Hex color #E3AED4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E3AED4 is #1C512B. Grayscale: #C2C2C2. Windows color (decimal): -1855788 or 13938403. OLE color: 13938403.
HSL color Cylindrical-coordinate representation of color #E3AED4: hue angle of 316.98º degrees, saturation: 0.49, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E3AED4 is Cyan = 0, Magento = 0.23, Yellow = 0.07 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 174 | 212 | - |
| CMYK | 0 | 0.23 | 0.07 | 0.11 |
| HSL | 316.98º | 0.49% | 0.79% | - |
| HSV(B) | 316.98º | 0.23% | 0.89% | - |
| XYZ | 58.7 | 51.36 | 69.11 | - |
| YUV | 194.18 | 138.06 | 151.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 174 | 212 | 0 | 0.23 | 0.07 | 0.11 | 316.98 | 0.49 | 0.79 |
| Hex | E3 | AE | D4 | 0 | 17 | 7 | B | 13D | 31 | 4F |
| Octal | 343 | 256 | 324 | 0 | 27 | 7 | 13 | 475 | 61 | 117 |
| Binary | 11100011 | 10101110 | 11010100 | 0 | 10111 | 111 | 1011 | 100111101 | 110001 | 1001111 |
Color Harmonies of #E3AED4
Complementary color
Monochromatic Colors of #E3AED4
Black with #E3AED4
Text Example
Text Example
White with #E3AED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3AED4; }
p { color: rgb(227,174,212); }
H1.HeaderClassName
{
color: #E3AED4;
}
.AnyTagClassName
{
color: #E3AED4;
}
</style>
background-color css
<style>
a { background-color: #E3AED4; }
a { background-color: rgb(227,174,212); }
div.DivClassName
{
background-color: #E3AED4;
}
.BgClassName
{
background-color: #E3AED4;
}
</style>
border-color css
<style>
span { border-color: #E3AED4; }
span { border-color: rgb(227,174,212); }
td.TdClassName
{
border-color: #E3AED4;
}
.TagClassName
{
border-color: #E3AED4;
}
</style>