Shades of French Lilac #E9AED5
Tints of French Lilac #E9AED5
RGB
CMYK
RGB Variations
Color information
#E9AED5 (or 0xE9AED5) is known color: French Lilac. HEX triplet: E9, AE and D5. RGB value is (233,174,213). Sum of RGB (Red+Green+Blue) = 233+174+213=620 (82% of max value = 765). Red value is 233 (91.41% from 255 or 37.58% from 620); Green value is 174 (68.36% from 255 or 28.06% from 620); Blue value is 213 (83.59% from 255 or 34.35% from 620); Max value from RGB is 233 - color contains mainly: red. Hex color #E9AED5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E9AED5 is #16512A. Grayscale: #C3C3C3. Windows color (decimal): -1462571 or 14003945. OLE color: 14003945.
HSL color Cylindrical-coordinate representation of color #E9AED5: hue angle of 320.34º degrees, saturation: 0.57, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E9AED5 is Cyan = 0, Magento = 0.25, Yellow = 0.09 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 174 | 213 | - |
| CMYK | 0 | 0.25 | 0.09 | 0.09 |
| HSL | 320.34º | 0.57% | 0.8% | - |
| HSV(B) | 320.34º | 0.25% | 0.91% | - |
| XYZ | 60.75 | 52.4 | 69.86 | - |
| YUV | 196.09 | 137.55 | 154.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 174 | 213 | 0 | 0.25 | 0.09 | 0.09 | 320.34 | 0.57 | 0.8 |
| Hex | E9 | AE | D5 | 0 | 19 | 9 | 9 | 140 | 39 | 50 |
| Octal | 351 | 256 | 325 | 0 | 31 | 11 | 11 | 500 | 71 | 120 |
| Binary | 11101001 | 10101110 | 11010101 | 0 | 11001 | 1001 | 1001 | 101000000 | 111001 | 1010000 |
Color Harmonies of #E9AED5
Complementary color
Monochromatic Colors of #E9AED5
Black with #E9AED5
Text Example
Text Example
White with #E9AED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9AED5; }
p { color: rgb(233,174,213); }
H1.HeaderClassName
{
color: #E9AED5;
}
.AnyTagClassName
{
color: #E9AED5;
}
</style>
background-color css
<style>
a { background-color: #E9AED5; }
a { background-color: rgb(233,174,213); }
div.DivClassName
{
background-color: #E9AED5;
}
.BgClassName
{
background-color: #E9AED5;
}
</style>
border-color css
<style>
span { border-color: #E9AED5; }
span { border-color: rgb(233,174,213); }
td.TdClassName
{
border-color: #E9AED5;
}
.TagClassName
{
border-color: #E9AED5;
}
</style>