Shades of French Lilac #E8AFD5
Tints of French Lilac #E8AFD5
RGB
CMYK
RGB Variations
Color information
#E8AFD5 (or 0xE8AFD5) is known color: French Lilac. HEX triplet: E8, AF and D5. RGB value is (232,175,213). Sum of RGB (Red+Green+Blue) = 232+175+213=620 (82% of max value = 765). Red value is 232 (91.02% from 255 or 37.42% from 620); Green value is 175 (68.75% from 255 or 28.23% from 620); Blue value is 213 (83.59% from 255 or 34.35% from 620); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AFD5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E8AFD5 is #17502A. Grayscale: #C4C4C4. Windows color (decimal): -1527851 or 14004200. OLE color: 14004200.
HSL color Cylindrical-coordinate representation of color #E8AFD5: hue angle of 320º degrees, saturation: 0.55, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E8AFD5 is Cyan = 0, Magento = 0.25, Yellow = 0.08 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 175 | 213 | - |
| CMYK | 0 | 0.25 | 0.08 | 0.09 |
| HSL | 320º | 0.55% | 0.8% | - |
| HSV(B) | 320º | 0.25% | 0.91% | - |
| XYZ | 60.62 | 52.62 | 69.91 | - |
| YUV | 196.38 | 137.38 | 153.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 175 | 213 | 0 | 0.25 | 0.08 | 0.09 | 320 | 0.55 | 0.8 |
| Hex | E8 | AF | D5 | 0 | 19 | 8 | 9 | 140 | 37 | 50 |
| Octal | 350 | 257 | 325 | 0 | 31 | 10 | 11 | 500 | 67 | 120 |
| Binary | 11101000 | 10101111 | 11010101 | 0 | 11001 | 1000 | 1001 | 101000000 | 110111 | 1010000 |
Color Harmonies of #E8AFD5
Complementary color
Monochromatic Colors of #E8AFD5
Black with #E8AFD5
Text Example
Text Example
White with #E8AFD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8AFD5; }
p { color: rgb(232,175,213); }
H1.HeaderClassName
{
color: #E8AFD5;
}
.AnyTagClassName
{
color: #E8AFD5;
}
</style>
background-color css
<style>
a { background-color: #E8AFD5; }
a { background-color: rgb(232,175,213); }
div.DivClassName
{
background-color: #E8AFD5;
}
.BgClassName
{
background-color: #E8AFD5;
}
</style>
border-color css
<style>
span { border-color: #E8AFD5; }
span { border-color: rgb(232,175,213); }
td.TdClassName
{
border-color: #E8AFD5;
}
.TagClassName
{
border-color: #E8AFD5;
}
</style>