Shades of French Lilac #EABEE8
Tints of French Lilac #EABEE8
RGB
CMYK
RGB Variations
Color information
#EABEE8 (or 0xEABEE8) is known color: French Lilac. HEX triplet: EA, BE and E8. RGB value is (234,190,232). Sum of RGB (Red+Green+Blue) = 234+190+232=656 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.67% from 656); Green value is 190 (74.61% from 255 or 28.96% from 656); Blue value is 232 (91.02% from 255 or 35.37% from 656); Max value from RGB is 234 - color contains mainly: red. Hex color #EABEE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EABEE8 is #154117. Grayscale: #CFCFCF. Windows color (decimal): -1392920 or 15253226. OLE color: 15253226.
HSL color Cylindrical-coordinate representation of color #EABEE8: hue angle of 302.73º 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 #EABEE8 is Cyan = 0, Magento = 0.19, Yellow = 0.01 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 190 | 232 | - |
| CMYK | 0 | 0.19 | 0.01 | 0.08 |
| HSL | 302.73º | 0.51% | 0.83% | - |
| HSV(B) | 302.73º | 0.19% | 0.92% | - |
| XYZ | 66.91 | 60.15 | 84.43 | - |
| YUV | 207.94 | 141.58 | 146.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 190 | 232 | 0 | 0.19 | 0.01 | 0.08 | 302.73 | 0.51 | 0.83 |
| Hex | EA | BE | E8 | 0 | 13 | 1 | 8 | 12F | 33 | 53 |
| Octal | 352 | 276 | 350 | 0 | 23 | 1 | 10 | 457 | 63 | 123 |
| Binary | 11101010 | 10111110 | 11101000 | 0 | 10011 | 1 | 1000 | 100101111 | 110011 | 1010011 |
Color Harmonies of #EABEE8
Complementary color
Monochromatic Colors of #EABEE8
Black with #EABEE8
Text Example
Text Example
White with #EABEE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABEE8; }
p { color: rgb(234,190,232); }
H1.HeaderClassName
{
color: #EABEE8;
}
.AnyTagClassName
{
color: #EABEE8;
}
</style>
background-color css
<style>
a { background-color: #EABEE8; }
a { background-color: rgb(234,190,232); }
div.DivClassName
{
background-color: #EABEE8;
}
.BgClassName
{
background-color: #EABEE8;
}
</style>
border-color css
<style>
span { border-color: #EABEE8; }
span { border-color: rgb(234,190,232); }
td.TdClassName
{
border-color: #EABEE8;
}
.TagClassName
{
border-color: #EABEE8;
}
</style>