Shades of French Lilac #E1AACF
Tints of French Lilac #E1AACF
RGB
CMYK
RGB Variations
Color information
#E1AACF (or 0xE1AACF) is known color: French Lilac. HEX triplet: E1, AA and CF. RGB value is (225,170,207). Sum of RGB (Red+Green+Blue) = 225+170+207=602 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.38% from 602); Green value is 170 (66.80% from 255 or 28.24% from 602); Blue value is 207 (81.25% from 255 or 34.39% from 602); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AACF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1AACF is #1E5530. Grayscale: #BEBEBE. Windows color (decimal): -1987889 or 13609697. OLE color: 13609697.
HSL color Cylindrical-coordinate representation of color #E1AACF: hue angle of 319.64º degrees, saturation: 0.48, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E1AACF is Cyan = 0, Magento = 0.24, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 170 | 207 | - |
| CMYK | 0 | 0.24 | 0.08 | 0.12 |
| HSL | 319.64º | 0.48% | 0.77% | - |
| HSV(B) | 319.64º | 0.24% | 0.88% | - |
| XYZ | 56.69 | 49.26 | 65.55 | - |
| YUV | 190.66 | 137.22 | 152.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 170 | 207 | 0 | 0.24 | 0.08 | 0.12 | 319.64 | 0.48 | 0.77 |
| Hex | E1 | AA | CF | 0 | 18 | 8 | C | 140 | 30 | 4D |
| Octal | 341 | 252 | 317 | 0 | 30 | 10 | 14 | 500 | 60 | 115 |
| Binary | 11100001 | 10101010 | 11001111 | 0 | 11000 | 1000 | 1100 | 101000000 | 110000 | 1001101 |
Color Harmonies of #E1AACF
Complementary color
Monochromatic Colors of #E1AACF
Black with #E1AACF
Text Example
Text Example
White with #E1AACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1AACF; }
p { color: rgb(225,170,207); }
H1.HeaderClassName
{
color: #E1AACF;
}
.AnyTagClassName
{
color: #E1AACF;
}
</style>
background-color css
<style>
a { background-color: #E1AACF; }
a { background-color: rgb(225,170,207); }
div.DivClassName
{
background-color: #E1AACF;
}
.BgClassName
{
background-color: #E1AACF;
}
</style>
border-color css
<style>
span { border-color: #E1AACF; }
span { border-color: rgb(225,170,207); }
td.TdClassName
{
border-color: #E1AACF;
}
.TagClassName
{
border-color: #E1AACF;
}
</style>