Shades of French Lilac #EBAAE0
Tints of French Lilac #EBAAE0
RGB
CMYK
RGB Variations
Color information
#EBAAE0 (or 0xEBAAE0) is known color: French Lilac. HEX triplet: EB, AA and E0. RGB value is (235,170,224). Sum of RGB (Red+Green+Blue) = 235+170+224=629 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.36% from 629); Green value is 170 (66.80% from 255 or 27.03% from 629); Blue value is 224 (87.89% from 255 or 35.61% from 629); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAAE0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBAAE0 is #14551F. Grayscale: #C3C3C3. Windows color (decimal): -1332512 or 14723819. OLE color: 14723819.
HSL color Cylindrical-coordinate representation of color #EBAAE0: hue angle of 310.15º degrees, saturation: 0.62, 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 #EBAAE0 is Cyan = 0, Magento = 0.28, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 170 | 224 | - |
| CMYK | 0 | 0.28 | 0.05 | 0.08 |
| HSL | 310.15º | 0.62% | 0.79% | - |
| HSV(B) | 310.15º | 0.28% | 0.92% | - |
| XYZ | 62.09 | 51.79 | 77.25 | - |
| YUV | 195.59 | 144.03 | 156.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 170 | 224 | 0 | 0.28 | 0.05 | 0.08 | 310.15 | 0.62 | 0.79 |
| Hex | EB | AA | E0 | 0 | 1C | 5 | 8 | 136 | 3E | 4F |
| Octal | 353 | 252 | 340 | 0 | 34 | 5 | 10 | 466 | 76 | 117 |
| Binary | 11101011 | 10101010 | 11100000 | 0 | 11100 | 101 | 1000 | 100110110 | 111110 | 1001111 |
Color Harmonies of #EBAAE0
Complementary color
Monochromatic Colors of #EBAAE0
Black with #EBAAE0
Text Example
Text Example
White with #EBAAE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBAAE0; }
p { color: rgb(235,170,224); }
H1.HeaderClassName
{
color: #EBAAE0;
}
.AnyTagClassName
{
color: #EBAAE0;
}
</style>
background-color css
<style>
a { background-color: #EBAAE0; }
a { background-color: rgb(235,170,224); }
div.DivClassName
{
background-color: #EBAAE0;
}
.BgClassName
{
background-color: #EBAAE0;
}
</style>
border-color css
<style>
span { border-color: #EBAAE0; }
span { border-color: rgb(235,170,224); }
td.TdClassName
{
border-color: #EBAAE0;
}
.TagClassName
{
border-color: #EBAAE0;
}
</style>