Shades of French Lilac #EAAAD9
Tints of French Lilac #EAAAD9
RGB
CMYK
RGB Variations
Color information
#EAAAD9 (or 0xEAAAD9) is known color: French Lilac. HEX triplet: EA, AA and D9. RGB value is (234,170,217). Sum of RGB (Red+Green+Blue) = 234+170+217=621 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.68% from 621); Green value is 170 (66.80% from 255 or 27.38% from 621); Blue value is 217 (85.16% from 255 or 34.94% from 621); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAAD9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAAAD9 is #155526. Grayscale: #C2C2C2. Windows color (decimal): -1398055 or 14265066. OLE color: 14265066.
HSL color Cylindrical-coordinate representation of color #EAAAD9: hue angle of 315.94º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EAAAD9 is Cyan = 0, Magento = 0.27, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 170 | 217 | - |
| CMYK | 0 | 0.27 | 0.07 | 0.08 |
| HSL | 315.94º | 0.6% | 0.79% | - |
| HSV(B) | 315.94º | 0.27% | 0.92% | - |
| XYZ | 60.83 | 51.25 | 72.33 | - |
| YUV | 194.49 | 140.7 | 156.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 170 | 217 | 0 | 0.27 | 0.07 | 0.08 | 315.94 | 0.6 | 0.79 |
| Hex | EA | AA | D9 | 0 | 1B | 7 | 8 | 13C | 3C | 4F |
| Octal | 352 | 252 | 331 | 0 | 33 | 7 | 10 | 474 | 74 | 117 |
| Binary | 11101010 | 10101010 | 11011001 | 0 | 11011 | 111 | 1000 | 100111100 | 111100 | 1001111 |
Color Harmonies of #EAAAD9
Complementary color
Monochromatic Colors of #EAAAD9
Black with #EAAAD9
Text Example
Text Example
White with #EAAAD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAAAD9; }
p { color: rgb(234,170,217); }
H1.HeaderClassName
{
color: #EAAAD9;
}
.AnyTagClassName
{
color: #EAAAD9;
}
</style>
background-color css
<style>
a { background-color: #EAAAD9; }
a { background-color: rgb(234,170,217); }
div.DivClassName
{
background-color: #EAAAD9;
}
.BgClassName
{
background-color: #EAAAD9;
}
</style>
border-color css
<style>
span { border-color: #EAAAD9; }
span { border-color: rgb(234,170,217); }
td.TdClassName
{
border-color: #EAAAD9;
}
.TagClassName
{
border-color: #EAAAD9;
}
</style>