Shades of French Lilac #E8AFDA
Tints of French Lilac #E8AFDA
RGB
CMYK
RGB Variations
Color information
#E8AFDA (or 0xE8AFDA) is known color: French Lilac. HEX triplet: E8, AF and DA. RGB value is (232,175,218). Sum of RGB (Red+Green+Blue) = 232+175+218=625 (82% of max value = 765). Red value is 232 (91.02% from 255 or 37.12% from 625); Green value is 175 (68.75% from 255 or 28% from 625); Blue value is 218 (85.55% from 255 or 34.88% from 625); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AFDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E8AFDA is #175025. Grayscale: #C4C4C4. Windows color (decimal): -1527846 or 14331880. OLE color: 14331880.
HSL color Cylindrical-coordinate representation of color #E8AFDA: hue angle of 314.74º 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 #E8AFDA is Cyan = 0, Magento = 0.25, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 175 | 218 | - |
| CMYK | 0 | 0.25 | 0.06 | 0.09 |
| HSL | 314.74º | 0.55% | 0.8% | - |
| HSV(B) | 314.74º | 0.25% | 0.91% | - |
| XYZ | 61.26 | 52.88 | 73.31 | - |
| YUV | 196.95 | 139.88 | 153 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 175 | 218 | 0 | 0.25 | 0.06 | 0.09 | 314.74 | 0.55 | 0.8 |
| Hex | E8 | AF | DA | 0 | 19 | 6 | 9 | 13B | 37 | 50 |
| Octal | 350 | 257 | 332 | 0 | 31 | 6 | 11 | 473 | 67 | 120 |
| Binary | 11101000 | 10101111 | 11011010 | 0 | 11001 | 110 | 1001 | 100111011 | 110111 | 1010000 |
Color Harmonies of #E8AFDA
Complementary color
Monochromatic Colors of #E8AFDA
Black with #E8AFDA
Text Example
Text Example
White with #E8AFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8AFDA; }
p { color: rgb(232,175,218); }
H1.HeaderClassName
{
color: #E8AFDA;
}
.AnyTagClassName
{
color: #E8AFDA;
}
</style>
background-color css
<style>
a { background-color: #E8AFDA; }
a { background-color: rgb(232,175,218); }
div.DivClassName
{
background-color: #E8AFDA;
}
.BgClassName
{
background-color: #E8AFDA;
}
</style>
border-color css
<style>
span { border-color: #E8AFDA; }
span { border-color: rgb(232,175,218); }
td.TdClassName
{
border-color: #E8AFDA;
}
.TagClassName
{
border-color: #E8AFDA;
}
</style>