Shades of French Lilac #EABEE9
Tints of French Lilac #EABEE9
RGB
CMYK
RGB Variations
Color information
#EABEE9 (or 0xEABEE9) is known color: French Lilac. HEX triplet: EA, BE and E9. RGB value is (234,190,233). Sum of RGB (Red+Green+Blue) = 234+190+233=657 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.62% from 657); Green value is 190 (74.61% from 255 or 28.92% from 657); Blue value is 233 (91.41% from 255 or 35.46% from 657); Max value from RGB is 234 - color contains mainly: red. Hex color #EABEE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EABEE9 is #154116. Grayscale: #CFCFCF. Windows color (decimal): -1392919 or 15318762. OLE color: 15318762.
HSL color Cylindrical-coordinate representation of color #EABEE9: hue angle of 301.36º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EABEE9 is Cyan = 0, Magento = 0.19, Yellow = 0.00 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 190 | 233 | - |
| CMYK | 0 | 0.19 | 0.00 | 0.08 |
| HSL | 301.36º | 0.51% | 0.83% | - |
| HSV(B) | 301.36º | 0.19% | 0.92% | - |
| XYZ | 67.05 | 60.2 | 85.18 | - |
| YUV | 208.06 | 142.08 | 146.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 190 | 233 | 0 | 0.19 | 0.00 | 0.08 | 301.36 | 0.51 | 0.83 |
| Hex | EA | BE | E9 | 0 | 13 | 0 | 8 | 12D | 33 | 53 |
| Octal | 352 | 276 | 351 | 0 | 23 | 0 | 10 | 455 | 63 | 123 |
| Binary | 11101010 | 10111110 | 11101001 | 0 | 10011 | 0 | 1000 | 100101101 | 110011 | 1010011 |
Color Harmonies of #EABEE9
Complementary color
Monochromatic Colors of #EABEE9
Black with #EABEE9
Text Example
Text Example
White with #EABEE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABEE9; }
p { color: rgb(234,190,233); }
H1.HeaderClassName
{
color: #EABEE9;
}
.AnyTagClassName
{
color: #EABEE9;
}
</style>
background-color css
<style>
a { background-color: #EABEE9; }
a { background-color: rgb(234,190,233); }
div.DivClassName
{
background-color: #EABEE9;
}
.BgClassName
{
background-color: #EABEE9;
}
</style>
border-color css
<style>
span { border-color: #EABEE9; }
span { border-color: rgb(234,190,233); }
td.TdClassName
{
border-color: #EABEE9;
}
.TagClassName
{
border-color: #EABEE9;
}
</style>