Shades of French Lilac #E5AEE1
Tints of French Lilac #E5AEE1
RGB
CMYK
RGB Variations
Color information
#E5AEE1 (or 0xE5AEE1) is known color: French Lilac. HEX triplet: E5, AE and E1. RGB value is (229,174,225). Sum of RGB (Red+Green+Blue) = 229+174+225=628 (83% of max value = 765). Red value is 229 (89.84% from 255 or 36.46% from 628); Green value is 174 (68.36% from 255 or 27.71% from 628); Blue value is 225 (88.28% from 255 or 35.83% from 628); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AEE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E5AEE1 is #1A511E. Grayscale: #C4C4C4. Windows color (decimal): -1724703 or 14790373. OLE color: 14790373.
HSL color Cylindrical-coordinate representation of color #E5AEE1: hue angle of 304.36º degrees, saturation: 0.51, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E5AEE1 is Cyan = 0, Magento = 0.24, Yellow = 0.02 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 174 | 225 | - |
| CMYK | 0 | 0.24 | 0.02 | 0.10 |
| HSL | 304.36º | 0.51% | 0.79% | - |
| HSV(B) | 304.36º | 0.24% | 0.9% | - |
| XYZ | 61.04 | 52.37 | 78.12 | - |
| YUV | 196.26 | 144.22 | 151.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 174 | 225 | 0 | 0.24 | 0.02 | 0.10 | 304.36 | 0.51 | 0.79 |
| Hex | E5 | AE | E1 | 0 | 18 | 2 | A | 130 | 33 | 4F |
| Octal | 345 | 256 | 341 | 0 | 30 | 2 | 12 | 460 | 63 | 117 |
| Binary | 11100101 | 10101110 | 11100001 | 0 | 11000 | 10 | 1010 | 100110000 | 110011 | 1001111 |
Color Harmonies of #E5AEE1
Complementary color
Monochromatic Colors of #E5AEE1
Black with #E5AEE1
Text Example
Text Example
White with #E5AEE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5AEE1; }
p { color: rgb(229,174,225); }
H1.HeaderClassName
{
color: #E5AEE1;
}
.AnyTagClassName
{
color: #E5AEE1;
}
</style>
background-color css
<style>
a { background-color: #E5AEE1; }
a { background-color: rgb(229,174,225); }
div.DivClassName
{
background-color: #E5AEE1;
}
.BgClassName
{
background-color: #E5AEE1;
}
</style>
border-color css
<style>
span { border-color: #E5AEE1; }
span { border-color: rgb(229,174,225); }
td.TdClassName
{
border-color: #E5AEE1;
}
.TagClassName
{
border-color: #E5AEE1;
}
</style>