Shades of French Lilac #EAA8DE
Tints of French Lilac #EAA8DE
RGB
CMYK
RGB Variations
Color information
#EAA8DE (or 0xEAA8DE) is known color: French Lilac. HEX triplet: EA, A8 and DE. RGB value is (234,168,222). Sum of RGB (Red+Green+Blue) = 234+168+222=624 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.5% from 624); Green value is 168 (66.02% from 255 or 26.92% from 624); Blue value is 222 (87.11% from 255 or 35.58% from 624); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA8DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAA8DE is #155721. Grayscale: #C1C1C1. Windows color (decimal): -1398562 or 14592234. OLE color: 14592234.
HSL color Cylindrical-coordinate representation of color #EAA8DE: hue angle of 310.91º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EAA8DE is Cyan = 0, Magento = 0.28, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 168 | 222 | - |
| CMYK | 0 | 0.28 | 0.05 | 0.08 |
| HSL | 310.91º | 0.61% | 0.79% | - |
| HSV(B) | 310.91º | 0.28% | 0.92% | - |
| XYZ | 61.12 | 50.77 | 75.69 | - |
| YUV | 193.89 | 143.87 | 156.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 168 | 222 | 0 | 0.28 | 0.05 | 0.08 | 310.91 | 0.61 | 0.79 |
| Hex | EA | A8 | DE | 0 | 1C | 5 | 8 | 137 | 3D | 4F |
| Octal | 352 | 250 | 336 | 0 | 34 | 5 | 10 | 467 | 75 | 117 |
| Binary | 11101010 | 10101000 | 11011110 | 0 | 11100 | 101 | 1000 | 100110111 | 111101 | 1001111 |
Color Harmonies of #EAA8DE
Complementary color
Monochromatic Colors of #EAA8DE
Black with #EAA8DE
Text Example
Text Example
White with #EAA8DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA8DE; }
p { color: rgb(234,168,222); }
H1.HeaderClassName
{
color: #EAA8DE;
}
.AnyTagClassName
{
color: #EAA8DE;
}
</style>
background-color css
<style>
a { background-color: #EAA8DE; }
a { background-color: rgb(234,168,222); }
div.DivClassName
{
background-color: #EAA8DE;
}
.BgClassName
{
background-color: #EAA8DE;
}
</style>
border-color css
<style>
span { border-color: #EAA8DE; }
span { border-color: rgb(234,168,222); }
td.TdClassName
{
border-color: #EAA8DE;
}
.TagClassName
{
border-color: #EAA8DE;
}
</style>