Shades of French Lilac #E8AADF
Tints of French Lilac #E8AADF
RGB
CMYK
RGB Variations
Color information
#E8AADF (or 0xE8AADF) is known color: French Lilac. HEX triplet: E8, AA and DF. RGB value is (232,170,223). Sum of RGB (Red+Green+Blue) = 232+170+223=625 (82% of max value = 765). Red value is 232 (91.02% from 255 or 37.12% from 625); Green value is 170 (66.80% from 255 or 27.2% from 625); Blue value is 223 (87.5% from 255 or 35.68% from 625); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AADF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E8AADF is #175520. Grayscale: #C2C2C2. Windows color (decimal): -1529121 or 14658280. OLE color: 14658280.
HSL color Cylindrical-coordinate representation of color #E8AADF: hue angle of 308.71º degrees, saturation: 0.57, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E8AADF is Cyan = 0, Magento = 0.27, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 170 | 223 | - |
| CMYK | 0 | 0.27 | 0.04 | 0.09 |
| HSL | 308.71º | 0.57% | 0.79% | - |
| HSV(B) | 308.71º | 0.27% | 0.91% | - |
| XYZ | 60.97 | 51.23 | 76.49 | - |
| YUV | 194.58 | 144.04 | 154.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 170 | 223 | 0 | 0.27 | 0.04 | 0.09 | 308.71 | 0.57 | 0.79 |
| Hex | E8 | AA | DF | 0 | 1B | 4 | 9 | 135 | 39 | 4F |
| Octal | 350 | 252 | 337 | 0 | 33 | 4 | 11 | 465 | 71 | 117 |
| Binary | 11101000 | 10101010 | 11011111 | 0 | 11011 | 100 | 1001 | 100110101 | 111001 | 1001111 |
Color Harmonies of #E8AADF
Complementary color
Monochromatic Colors of #E8AADF
Black with #E8AADF
Text Example
Text Example
White with #E8AADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8AADF; }
p { color: rgb(232,170,223); }
H1.HeaderClassName
{
color: #E8AADF;
}
.AnyTagClassName
{
color: #E8AADF;
}
</style>
background-color css
<style>
a { background-color: #E8AADF; }
a { background-color: rgb(232,170,223); }
div.DivClassName
{
background-color: #E8AADF;
}
.BgClassName
{
background-color: #E8AADF;
}
</style>
border-color css
<style>
span { border-color: #E8AADF; }
span { border-color: rgb(232,170,223); }
td.TdClassName
{
border-color: #E8AADF;
}
.TagClassName
{
border-color: #E8AADF;
}
</style>