Shades of French Lilac #E9ACE0
Tints of French Lilac #E9ACE0
RGB
CMYK
RGB Variations
Color information
#E9ACE0 (or 0xE9ACE0) is known color: French Lilac. HEX triplet: E9, AC and E0. RGB value is (233,172,224). Sum of RGB (Red+Green+Blue) = 233+172+224=629 (83% of max value = 765). Red value is 233 (91.41% from 255 or 37.04% from 629); Green value is 172 (67.58% from 255 or 27.34% from 629); Blue value is 224 (87.89% from 255 or 35.61% from 629); Max value from RGB is 233 - color contains mainly: red. Hex color #E9ACE0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E9ACE0 is #16531F. Grayscale: #C4C4C4. Windows color (decimal): -1463072 or 14724329. OLE color: 14724329.
HSL color Cylindrical-coordinate representation of color #E9ACE0: hue angle of 308.85º 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 #E9ACE0 is Cyan = 0, Magento = 0.26, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 172 | 224 | - |
| CMYK | 0 | 0.26 | 0.04 | 0.09 |
| HSL | 308.85º | 0.58% | 0.79% | - |
| HSV(B) | 308.85º | 0.26% | 0.91% | - |
| XYZ | 61.81 | 52.21 | 77.34 | - |
| YUV | 196.17 | 143.71 | 154.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 172 | 224 | 0 | 0.26 | 0.04 | 0.09 | 308.85 | 0.58 | 0.79 |
| Hex | E9 | AC | E0 | 0 | 1A | 4 | 9 | 135 | 3A | 4F |
| Octal | 351 | 254 | 340 | 0 | 32 | 4 | 11 | 465 | 72 | 117 |
| Binary | 11101001 | 10101100 | 11100000 | 0 | 11010 | 100 | 1001 | 100110101 | 111010 | 1001111 |
Color Harmonies of #E9ACE0
Complementary color
Monochromatic Colors of #E9ACE0
Black with #E9ACE0
Text Example
Text Example
White with #E9ACE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9ACE0; }
p { color: rgb(233,172,224); }
H1.HeaderClassName
{
color: #E9ACE0;
}
.AnyTagClassName
{
color: #E9ACE0;
}
</style>
background-color css
<style>
a { background-color: #E9ACE0; }
a { background-color: rgb(233,172,224); }
div.DivClassName
{
background-color: #E9ACE0;
}
.BgClassName
{
background-color: #E9ACE0;
}
</style>
border-color css
<style>
span { border-color: #E9ACE0; }
span { border-color: rgb(233,172,224); }
td.TdClassName
{
border-color: #E9ACE0;
}
.TagClassName
{
border-color: #E9ACE0;
}
</style>