Shades of French Lilac #E2AED7
Tints of French Lilac #E2AED7
RGB
CMYK
RGB Variations
Color information
#E2AED7 (or 0xE2AED7) is known color: French Lilac. HEX triplet: E2, AE and D7. RGB value is (226,174,215). Sum of RGB (Red+Green+Blue) = 226+174+215=615 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.75% from 615); Green value is 174 (68.36% from 255 or 28.29% from 615); Blue value is 215 (84.38% from 255 or 34.96% from 615); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AED7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E2AED7 is #1D5128. Grayscale: #C2C2C2. Windows color (decimal): -1921321 or 14135010. OLE color: 14135010.
HSL color Cylindrical-coordinate representation of color #E2AED7: hue angle of 312.69º degrees, saturation: 0.47, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E2AED7 is Cyan = 0, Magento = 0.23, Yellow = 0.05 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 174 | 215 | - |
| CMYK | 0 | 0.23 | 0.05 | 0.11 |
| HSL | 312.69º | 0.47% | 0.78% | - |
| HSV(B) | 312.69º | 0.23% | 0.89% | - |
| XYZ | 58.77 | 51.35 | 71.1 | - |
| YUV | 194.22 | 139.73 | 150.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 174 | 215 | 0 | 0.23 | 0.05 | 0.11 | 312.69 | 0.47 | 0.78 |
| Hex | E2 | AE | D7 | 0 | 17 | 5 | B | 139 | 2F | 4E |
| Octal | 342 | 256 | 327 | 0 | 27 | 5 | 13 | 471 | 57 | 116 |
| Binary | 11100010 | 10101110 | 11010111 | 0 | 10111 | 101 | 1011 | 100111001 | 101111 | 1001110 |
Color Harmonies of #E2AED7
Complementary color
Monochromatic Colors of #E2AED7
Black with #E2AED7
Text Example
Text Example
White with #E2AED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2AED7; }
p { color: rgb(226,174,215); }
H1.HeaderClassName
{
color: #E2AED7;
}
.AnyTagClassName
{
color: #E2AED7;
}
</style>
background-color css
<style>
a { background-color: #E2AED7; }
a { background-color: rgb(226,174,215); }
div.DivClassName
{
background-color: #E2AED7;
}
.BgClassName
{
background-color: #E2AED7;
}
</style>
border-color css
<style>
span { border-color: #E2AED7; }
span { border-color: rgb(226,174,215); }
td.TdClassName
{
border-color: #E2AED7;
}
.TagClassName
{
border-color: #E2AED7;
}
</style>