Shades of French Lilac #EABEE0
Tints of French Lilac #EABEE0
RGB
CMYK
RGB Variations
Color information
#EABEE0 (or 0xEABEE0) is known color: French Lilac. HEX triplet: EA, BE and E0. RGB value is (234,190,224). Sum of RGB (Red+Green+Blue) = 234+190+224=648 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.11% from 648); Green value is 190 (74.61% from 255 or 29.32% from 648); Blue value is 224 (87.89% from 255 or 34.57% from 648); Max value from RGB is 234 - color contains mainly: red. Hex color #EABEE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABEE0 is #15411F. Grayscale: #CECECE. Windows color (decimal): -1392928 or 14728938. OLE color: 14728938.
HSL color Cylindrical-coordinate representation of color #EABEE0: hue angle of 313.64º 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 #EABEE0 is Cyan = 0, Magento = 0.19, Yellow = 0.04 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 190 | 224 | - |
| CMYK | 0 | 0.19 | 0.04 | 0.08 |
| HSL | 313.64º | 0.51% | 0.83% | - |
| HSV(B) | 313.64º | 0.19% | 0.92% | - |
| XYZ | 65.8 | 59.7 | 78.58 | - |
| YUV | 207.03 | 137.58 | 147.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 190 | 224 | 0 | 0.19 | 0.04 | 0.08 | 313.64 | 0.51 | 0.83 |
| Hex | EA | BE | E0 | 0 | 13 | 4 | 8 | 13A | 33 | 53 |
| Octal | 352 | 276 | 340 | 0 | 23 | 4 | 10 | 472 | 63 | 123 |
| Binary | 11101010 | 10111110 | 11100000 | 0 | 10011 | 100 | 1000 | 100111010 | 110011 | 1010011 |
Color Harmonies of #EABEE0
Complementary color
Monochromatic Colors of #EABEE0
Black with #EABEE0
Text Example
Text Example
White with #EABEE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABEE0; }
p { color: rgb(234,190,224); }
H1.HeaderClassName
{
color: #EABEE0;
}
.AnyTagClassName
{
color: #EABEE0;
}
</style>
background-color css
<style>
a { background-color: #EABEE0; }
a { background-color: rgb(234,190,224); }
div.DivClassName
{
background-color: #EABEE0;
}
.BgClassName
{
background-color: #EABEE0;
}
</style>
border-color css
<style>
span { border-color: #EABEE0; }
span { border-color: rgb(234,190,224); }
td.TdClassName
{
border-color: #EABEE0;
}
.TagClassName
{
border-color: #EABEE0;
}
</style>