Shades of French Lilac #EABCE1
Tints of French Lilac #EABCE1
RGB
CMYK
RGB Variations
Color information
#EABCE1 (or 0xEABCE1) is known color: French Lilac. HEX triplet: EA, BC and E1. RGB value is (234,188,225). Sum of RGB (Red+Green+Blue) = 234+188+225=647 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.17% from 647); Green value is 188 (73.83% from 255 or 29.06% from 647); Blue value is 225 (88.28% from 255 or 34.78% from 647); Max value from RGB is 234 - color contains mainly: red. Hex color #EABCE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABCE1 is #15431E. Grayscale: #CDCDCD. Windows color (decimal): -1393439 or 14793962. OLE color: 14793962.
HSL color Cylindrical-coordinate representation of color #EABCE1: hue angle of 311.74º degrees, saturation: 0.52, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EABCE1 is Cyan = 0, Magento = 0.20, Yellow = 0.04 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 188 | 225 | - |
| CMYK | 0 | 0.20 | 0.04 | 0.08 |
| HSL | 311.74º | 0.52% | 0.83% | - |
| HSV(B) | 311.74º | 0.2% | 0.92% | - |
| XYZ | 65.51 | 58.9 | 79.15 | - |
| YUV | 205.97 | 138.74 | 147.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 188 | 225 | 0 | 0.20 | 0.04 | 0.08 | 311.74 | 0.52 | 0.83 |
| Hex | EA | BC | E1 | 0 | 14 | 4 | 8 | 138 | 34 | 53 |
| Octal | 352 | 274 | 341 | 0 | 24 | 4 | 10 | 470 | 64 | 123 |
| Binary | 11101010 | 10111100 | 11100001 | 0 | 10100 | 100 | 1000 | 100111000 | 110100 | 1010011 |
Color Harmonies of #EABCE1
Complementary color
Monochromatic Colors of #EABCE1
Black with #EABCE1
Text Example
Text Example
White with #EABCE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABCE1; }
p { color: rgb(234,188,225); }
H1.HeaderClassName
{
color: #EABCE1;
}
.AnyTagClassName
{
color: #EABCE1;
}
</style>
background-color css
<style>
a { background-color: #EABCE1; }
a { background-color: rgb(234,188,225); }
div.DivClassName
{
background-color: #EABCE1;
}
.BgClassName
{
background-color: #EABCE1;
}
</style>
border-color css
<style>
span { border-color: #EABCE1; }
span { border-color: rgb(234,188,225); }
td.TdClassName
{
border-color: #EABCE1;
}
.TagClassName
{
border-color: #EABCE1;
}
</style>