Shades of French Lilac #EAADE5
Tints of French Lilac #EAADE5
RGB
CMYK
RGB Variations
Color information
#EAADE5 (or 0xEAADE5) is known color: French Lilac. HEX triplet: EA, AD and E5. RGB value is (234,173,229). Sum of RGB (Red+Green+Blue) = 234+173+229=636 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.79% from 636); Green value is 173 (67.97% from 255 or 27.20% from 636); Blue value is 229 (89.84% from 255 or 36.01% from 636); Max value from RGB is 234 - color contains mainly: red. Hex color #EAADE5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAADE5 is #15521A. Grayscale: #C5C5C5. Windows color (decimal): -1397275 or 15052266. OLE color: 15052266.
HSL color Cylindrical-coordinate representation of color #EAADE5: hue angle of 304.92º degrees, saturation: 0.59, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EAADE5 is Cyan = 0, Magento = 0.26, Yellow = 0.02 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 173 | 229 | - |
| CMYK | 0 | 0.26 | 0.02 | 0.08 |
| HSL | 304.92º | 0.59% | 0.8% | - |
| HSV(B) | 304.92º | 0.26% | 0.92% | - |
| XYZ | 63.02 | 53.04 | 81.04 | - |
| YUV | 197.62 | 145.71 | 153.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 173 | 229 | 0 | 0.26 | 0.02 | 0.08 | 304.92 | 0.59 | 0.8 |
| Hex | EA | AD | E5 | 0 | 1A | 2 | 8 | 131 | 3B | 50 |
| Octal | 352 | 255 | 345 | 0 | 32 | 2 | 10 | 461 | 73 | 120 |
| Binary | 11101010 | 10101101 | 11100101 | 0 | 11010 | 10 | 1000 | 100110001 | 111011 | 1010000 |
Color Harmonies of #EAADE5
Complementary color
Monochromatic Colors of #EAADE5
Black with #EAADE5
Text Example
Text Example
White with #EAADE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAADE5; }
p { color: rgb(234,173,229); }
H1.HeaderClassName
{
color: #EAADE5;
}
.AnyTagClassName
{
color: #EAADE5;
}
</style>
background-color css
<style>
a { background-color: #EAADE5; }
a { background-color: rgb(234,173,229); }
div.DivClassName
{
background-color: #EAADE5;
}
.BgClassName
{
background-color: #EAADE5;
}
</style>
border-color css
<style>
span { border-color: #EAADE5; }
span { border-color: rgb(234,173,229); }
td.TdClassName
{
border-color: #EAADE5;
}
.TagClassName
{
border-color: #EAADE5;
}
</style>