Shades of French Lilac #EABEE5
Tints of French Lilac #EABEE5
RGB
CMYK
RGB Variations
Color information
#EABEE5 (or 0xEABEE5) is known color: French Lilac. HEX triplet: EA, BE and E5. RGB value is (234,190,229). Sum of RGB (Red+Green+Blue) = 234+190+229=653 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.83% from 653); Green value is 190 (74.61% from 255 or 29.10% from 653); Blue value is 229 (89.84% from 255 or 35.07% from 653); Max value from RGB is 234 - color contains mainly: red. Hex color #EABEE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABEE5 is #15411A. Grayscale: #CFCFCF. Windows color (decimal): -1392923 or 15056618. OLE color: 15056618.
HSL color Cylindrical-coordinate representation of color #EABEE5: hue angle of 306.82º 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 #EABEE5 is Cyan = 0, Magento = 0.19, Yellow = 0.02 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 190 | 229 | - |
| CMYK | 0 | 0.19 | 0.02 | 0.08 |
| HSL | 306.82º | 0.51% | 0.83% | - |
| HSV(B) | 306.82º | 0.19% | 0.92% | - |
| XYZ | 66.49 | 59.98 | 82.2 | - |
| YUV | 207.6 | 140.08 | 146.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 190 | 229 | 0 | 0.19 | 0.02 | 0.08 | 306.82 | 0.51 | 0.83 |
| Hex | EA | BE | E5 | 0 | 13 | 2 | 8 | 133 | 33 | 53 |
| Octal | 352 | 276 | 345 | 0 | 23 | 2 | 10 | 463 | 63 | 123 |
| Binary | 11101010 | 10111110 | 11100101 | 0 | 10011 | 10 | 1000 | 100110011 | 110011 | 1010011 |
Color Harmonies of #EABEE5
Complementary color
Monochromatic Colors of #EABEE5
Black with #EABEE5
Text Example
Text Example
White with #EABEE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABEE5; }
p { color: rgb(234,190,229); }
H1.HeaderClassName
{
color: #EABEE5;
}
.AnyTagClassName
{
color: #EABEE5;
}
</style>
background-color css
<style>
a { background-color: #EABEE5; }
a { background-color: rgb(234,190,229); }
div.DivClassName
{
background-color: #EABEE5;
}
.BgClassName
{
background-color: #EABEE5;
}
</style>
border-color css
<style>
span { border-color: #EABEE5; }
span { border-color: rgb(234,190,229); }
td.TdClassName
{
border-color: #EABEE5;
}
.TagClassName
{
border-color: #EABEE5;
}
</style>