Shades of French Lilac #EABAE4
Tints of French Lilac #EABAE4
RGB
CMYK
RGB Variations
Color information
#EABAE4 (or 0xEABAE4) is known color: French Lilac. HEX triplet: EA, BA and E4. RGB value is (234,186,228). Sum of RGB (Red+Green+Blue) = 234+186+228=648 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.11% from 648); Green value is 186 (73.05% from 255 or 28.70% from 648); Blue value is 228 (89.45% from 255 or 35.19% from 648); Max value from RGB is 234 - color contains mainly: red. Hex color #EABAE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABAE4 is #15451B. Grayscale: #CDCDCD. Windows color (decimal): -1393948 or 14990058. OLE color: 14990058.
HSL color Cylindrical-coordinate representation of color #EABAE4: hue angle of 307.5º degrees, saturation: 0.53, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EABAE4 is Cyan = 0, Magento = 0.21, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 186 | 228 | - |
| CMYK | 0 | 0.21 | 0.03 | 0.08 |
| HSL | 307.5º | 0.53% | 0.82% | - |
| HSV(B) | 307.5º | 0.21% | 0.92% | - |
| XYZ | 65.49 | 58.21 | 81.18 | - |
| YUV | 205.14 | 140.9 | 148.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 186 | 228 | 0 | 0.21 | 0.03 | 0.08 | 307.5 | 0.53 | 0.82 |
| Hex | EA | BA | E4 | 0 | 15 | 3 | 8 | 134 | 35 | 52 |
| Octal | 352 | 272 | 344 | 0 | 25 | 3 | 10 | 464 | 65 | 122 |
| Binary | 11101010 | 10111010 | 11100100 | 0 | 10101 | 11 | 1000 | 100110100 | 110101 | 1010010 |
Color Harmonies of #EABAE4
Complementary color
Monochromatic Colors of #EABAE4
Black with #EABAE4
Text Example
Text Example
White with #EABAE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABAE4; }
p { color: rgb(234,186,228); }
H1.HeaderClassName
{
color: #EABAE4;
}
.AnyTagClassName
{
color: #EABAE4;
}
</style>
background-color css
<style>
a { background-color: #EABAE4; }
a { background-color: rgb(234,186,228); }
div.DivClassName
{
background-color: #EABAE4;
}
.BgClassName
{
background-color: #EABAE4;
}
</style>
border-color css
<style>
span { border-color: #EABAE4; }
span { border-color: rgb(234,186,228); }
td.TdClassName
{
border-color: #EABAE4;
}
.TagClassName
{
border-color: #EABAE4;
}
</style>