Shades of French Lilac #E9ACE1
Tints of French Lilac #E9ACE1
RGB
CMYK
RGB Variations
Color information
#E9ACE1 (or 0xE9ACE1) is known color: French Lilac. HEX triplet: E9, AC and E1. RGB value is (233,172,225). Sum of RGB (Red+Green+Blue) = 233+172+225=630 (83% of max value = 765). Red value is 233 (91.41% from 255 or 36.98% from 630); Green value is 172 (67.58% from 255 or 27.30% from 630); Blue value is 225 (88.28% from 255 or 35.71% from 630); Max value from RGB is 233 - color contains mainly: red. Hex color #E9ACE1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E9ACE1 is #16531E. Grayscale: #C4C4C4. Windows color (decimal): -1463071 or 14789865. OLE color: 14789865.
HSL color Cylindrical-coordinate representation of color #E9ACE1: hue angle of 307.87º degrees, saturation: 0.58, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E9ACE1 is Cyan = 0, Magento = 0.26, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 172 | 225 | - |
| CMYK | 0 | 0.26 | 0.03 | 0.09 |
| HSL | 307.87º | 0.58% | 0.79% | - |
| HSV(B) | 307.87º | 0.26% | 0.91% | - |
| XYZ | 61.95 | 52.26 | 78.06 | - |
| YUV | 196.28 | 144.21 | 154.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 172 | 225 | 0 | 0.26 | 0.03 | 0.09 | 307.87 | 0.58 | 0.79 |
| Hex | E9 | AC | E1 | 0 | 1A | 3 | 9 | 134 | 3A | 4F |
| Octal | 351 | 254 | 341 | 0 | 32 | 3 | 11 | 464 | 72 | 117 |
| Binary | 11101001 | 10101100 | 11100001 | 0 | 11010 | 11 | 1001 | 100110100 | 111010 | 1001111 |
Color Harmonies of #E9ACE1
Complementary color
Monochromatic Colors of #E9ACE1
Black with #E9ACE1
Text Example
Text Example
White with #E9ACE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9ACE1; }
p { color: rgb(233,172,225); }
H1.HeaderClassName
{
color: #E9ACE1;
}
.AnyTagClassName
{
color: #E9ACE1;
}
</style>
background-color css
<style>
a { background-color: #E9ACE1; }
a { background-color: rgb(233,172,225); }
div.DivClassName
{
background-color: #E9ACE1;
}
.BgClassName
{
background-color: #E9ACE1;
}
</style>
border-color css
<style>
span { border-color: #E9ACE1; }
span { border-color: rgb(233,172,225); }
td.TdClassName
{
border-color: #E9ACE1;
}
.TagClassName
{
border-color: #E9ACE1;
}
</style>