Shades of French Lilac #EABCE2
Tints of French Lilac #EABCE2
RGB
CMYK
RGB Variations
Color information
#EABCE2 (or 0xEABCE2) is known color: French Lilac. HEX triplet: EA, BC and E2. RGB value is (234,188,226). Sum of RGB (Red+Green+Blue) = 234+188+226=648 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.11% from 648); Green value is 188 (73.83% from 255 or 29.01% from 648); Blue value is 226 (88.67% from 255 or 34.88% from 648); Max value from RGB is 234 - color contains mainly: red. Hex color #EABCE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABCE2 is #15431D. Grayscale: #CDCDCD. Windows color (decimal): -1393438 or 14859498. OLE color: 14859498.
HSL color Cylindrical-coordinate representation of color #EABCE2: hue angle of 310.43º 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 #EABCE2 is Cyan = 0, Magento = 0.20, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 188 | 226 | - |
| CMYK | 0 | 0.20 | 0.03 | 0.08 |
| HSL | 310.43º | 0.52% | 0.83% | - |
| HSV(B) | 310.43º | 0.2% | 0.92% | - |
| XYZ | 65.64 | 58.95 | 79.87 | - |
| YUV | 206.09 | 139.24 | 147.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 188 | 226 | 0 | 0.20 | 0.03 | 0.08 | 310.43 | 0.52 | 0.83 |
| Hex | EA | BC | E2 | 0 | 14 | 3 | 8 | 136 | 34 | 53 |
| Octal | 352 | 274 | 342 | 0 | 24 | 3 | 10 | 466 | 64 | 123 |
| Binary | 11101010 | 10111100 | 11100010 | 0 | 10100 | 11 | 1000 | 100110110 | 110100 | 1010011 |
Color Harmonies of #EABCE2
Complementary color
Monochromatic Colors of #EABCE2
Black with #EABCE2
Text Example
Text Example
White with #EABCE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABCE2; }
p { color: rgb(234,188,226); }
H1.HeaderClassName
{
color: #EABCE2;
}
.AnyTagClassName
{
color: #EABCE2;
}
</style>
background-color css
<style>
a { background-color: #EABCE2; }
a { background-color: rgb(234,188,226); }
div.DivClassName
{
background-color: #EABCE2;
}
.BgClassName
{
background-color: #EABCE2;
}
</style>
border-color css
<style>
span { border-color: #EABCE2; }
span { border-color: rgb(234,188,226); }
td.TdClassName
{
border-color: #EABCE2;
}
.TagClassName
{
border-color: #EABCE2;
}
</style>