Shades of French Lilac #E1A8CF
Tints of French Lilac #E1A8CF
RGB
CMYK
RGB Variations
Color information
#E1A8CF (or 0xE1A8CF) is known color: French Lilac. HEX triplet: E1, A8 and CF. RGB value is (225,168,207). Sum of RGB (Red+Green+Blue) = 225+168+207=600 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.5% from 600); Green value is 168 (66.02% from 255 or 28% from 600); Blue value is 207 (81.25% from 255 or 34.5% from 600); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A8CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1A8CF is #1E5730. Grayscale: #BDBDBD. Windows color (decimal): -1988401 or 13609185. OLE color: 13609185.
HSL color Cylindrical-coordinate representation of color #E1A8CF: hue angle of 318.95º degrees, saturation: 0.49, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E1A8CF is Cyan = 0, Magento = 0.25, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 168 | 207 | - |
| CMYK | 0 | 0.25 | 0.08 | 0.12 |
| HSL | 318.95º | 0.49% | 0.77% | - |
| HSV(B) | 318.95º | 0.25% | 0.88% | - |
| XYZ | 56.32 | 48.52 | 65.43 | - |
| YUV | 189.49 | 137.88 | 153.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 168 | 207 | 0 | 0.25 | 0.08 | 0.12 | 318.95 | 0.49 | 0.77 |
| Hex | E1 | A8 | CF | 0 | 19 | 8 | C | 13F | 31 | 4D |
| Octal | 341 | 250 | 317 | 0 | 31 | 10 | 14 | 477 | 61 | 115 |
| Binary | 11100001 | 10101000 | 11001111 | 0 | 11001 | 1000 | 1100 | 100111111 | 110001 | 1001101 |
Color Harmonies of #E1A8CF
Complementary color
Monochromatic Colors of #E1A8CF
Black with #E1A8CF
Text Example
Text Example
White with #E1A8CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1A8CF; }
p { color: rgb(225,168,207); }
H1.HeaderClassName
{
color: #E1A8CF;
}
.AnyTagClassName
{
color: #E1A8CF;
}
</style>
background-color css
<style>
a { background-color: #E1A8CF; }
a { background-color: rgb(225,168,207); }
div.DivClassName
{
background-color: #E1A8CF;
}
.BgClassName
{
background-color: #E1A8CF;
}
</style>
border-color css
<style>
span { border-color: #E1A8CF; }
span { border-color: rgb(225,168,207); }
td.TdClassName
{
border-color: #E1A8CF;
}
.TagClassName
{
border-color: #E1A8CF;
}
</style>