Shades of French Lilac #EABCE4
Tints of French Lilac #EABCE4
RGB
CMYK
RGB Variations
Color information
#EABCE4 (or 0xEABCE4) is known color: French Lilac. HEX triplet: EA, BC and E4. RGB value is (234,188,228). Sum of RGB (Red+Green+Blue) = 234+188+228=650 (86% of max value = 765). Red value is 234 (91.80% from 255 or 36% from 650); Green value is 188 (73.83% from 255 or 28.92% from 650); Blue value is 228 (89.45% from 255 or 35.08% from 650); Max value from RGB is 234 - color contains mainly: red. Hex color #EABCE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABCE4 is #15431B. Grayscale: #CECECE. Windows color (decimal): -1393436 or 14990570. OLE color: 14990570.
HSL color Cylindrical-coordinate representation of color #EABCE4: hue angle of 307.83º 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 #EABCE4 is Cyan = 0, Magento = 0.20, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 188 | 228 | - |
| CMYK | 0 | 0.20 | 0.03 | 0.08 |
| HSL | 307.83º | 0.52% | 0.83% | - |
| HSV(B) | 307.83º | 0.2% | 0.92% | - |
| XYZ | 65.92 | 59.06 | 81.32 | - |
| YUV | 206.31 | 140.24 | 147.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 188 | 228 | 0 | 0.20 | 0.03 | 0.08 | 307.83 | 0.52 | 0.83 |
| Hex | EA | BC | E4 | 0 | 14 | 3 | 8 | 134 | 34 | 53 |
| Octal | 352 | 274 | 344 | 0 | 24 | 3 | 10 | 464 | 64 | 123 |
| Binary | 11101010 | 10111100 | 11100100 | 0 | 10100 | 11 | 1000 | 100110100 | 110100 | 1010011 |
Color Harmonies of #EABCE4
Complementary color
Monochromatic Colors of #EABCE4
Black with #EABCE4
Text Example
Text Example
White with #EABCE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABCE4; }
p { color: rgb(234,188,228); }
H1.HeaderClassName
{
color: #EABCE4;
}
.AnyTagClassName
{
color: #EABCE4;
}
</style>
background-color css
<style>
a { background-color: #EABCE4; }
a { background-color: rgb(234,188,228); }
div.DivClassName
{
background-color: #EABCE4;
}
.BgClassName
{
background-color: #EABCE4;
}
</style>
border-color css
<style>
span { border-color: #EABCE4; }
span { border-color: rgb(234,188,228); }
td.TdClassName
{
border-color: #EABCE4;
}
.TagClassName
{
border-color: #EABCE4;
}
</style>