Shades of French Lilac #E0AFD5
Tints of French Lilac #E0AFD5
RGB
CMYK
RGB Variations
Color information
#E0AFD5 (or 0xE0AFD5) is known color: French Lilac. HEX triplet: E0, AF and D5. RGB value is (224,175,213). Sum of RGB (Red+Green+Blue) = 224+175+213=612 (81% of max value = 765). Red value is 224 (87.89% from 255 or 36.60% from 612); Green value is 175 (68.75% from 255 or 28.59% from 612); Blue value is 213 (83.59% from 255 or 34.80% from 612); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AFD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E0AFD5 is #1F502A. Grayscale: #C1C1C1. Windows color (decimal): -2052139 or 14004192. OLE color: 14004192.
HSL color Cylindrical-coordinate representation of color #E0AFD5: hue angle of 313.47º degrees, saturation: 0.44, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E0AFD5 is Cyan = 0, Magento = 0.22, Yellow = 0.05 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 175 | 213 | - |
| CMYK | 0 | 0.22 | 0.05 | 0.12 |
| HSL | 313.47º | 0.44% | 0.78% | - |
| HSV(B) | 313.47º | 0.22% | 0.88% | - |
| XYZ | 58.08 | 51.31 | 69.79 | - |
| YUV | 193.98 | 138.73 | 149.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 175 | 213 | 0 | 0.22 | 0.05 | 0.12 | 313.47 | 0.44 | 0.78 |
| Hex | E0 | AF | D5 | 0 | 16 | 5 | C | 139 | 2C | 4E |
| Octal | 340 | 257 | 325 | 0 | 26 | 5 | 14 | 471 | 54 | 116 |
| Binary | 11100000 | 10101111 | 11010101 | 0 | 10110 | 101 | 1100 | 100111001 | 101100 | 1001110 |
Color Harmonies of #E0AFD5
Complementary color
Monochromatic Colors of #E0AFD5
Black with #E0AFD5
Text Example
Text Example
White with #E0AFD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0AFD5; }
p { color: rgb(224,175,213); }
H1.HeaderClassName
{
color: #E0AFD5;
}
.AnyTagClassName
{
color: #E0AFD5;
}
</style>
background-color css
<style>
a { background-color: #E0AFD5; }
a { background-color: rgb(224,175,213); }
div.DivClassName
{
background-color: #E0AFD5;
}
.BgClassName
{
background-color: #E0AFD5;
}
</style>
border-color css
<style>
span { border-color: #E0AFD5; }
span { border-color: rgb(224,175,213); }
td.TdClassName
{
border-color: #E0AFD5;
}
.TagClassName
{
border-color: #E0AFD5;
}
</style>