Shades of French Lilac #EABAE2
Tints of French Lilac #EABAE2
RGB
CMYK
RGB Variations
Color information
#EABAE2 (or 0xEABAE2) is known color: French Lilac. HEX triplet: EA, BA and E2. RGB value is (234,186,226). Sum of RGB (Red+Green+Blue) = 234+186+226=646 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.22% from 646); Green value is 186 (73.05% from 255 or 28.79% from 646); Blue value is 226 (88.67% from 255 or 34.98% from 646); Max value from RGB is 234 - color contains mainly: red. Hex color #EABAE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABAE2 is #15451D. Grayscale: #CCCCCC. Windows color (decimal): -1393950 or 14858986. OLE color: 14858986.
HSL color Cylindrical-coordinate representation of color #EABAE2: hue angle of 310º 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 #EABAE2 is Cyan = 0, Magento = 0.21, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 186 | 226 | - |
| CMYK | 0 | 0.21 | 0.03 | 0.08 |
| HSL | 310º | 0.53% | 0.82% | - |
| HSV(B) | 310º | 0.21% | 0.92% | - |
| XYZ | 65.22 | 58.1 | 79.73 | - |
| YUV | 204.91 | 139.9 | 148.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 186 | 226 | 0 | 0.21 | 0.03 | 0.08 | 310 | 0.53 | 0.82 |
| Hex | EA | BA | E2 | 0 | 15 | 3 | 8 | 136 | 35 | 52 |
| Octal | 352 | 272 | 342 | 0 | 25 | 3 | 10 | 466 | 65 | 122 |
| Binary | 11101010 | 10111010 | 11100010 | 0 | 10101 | 11 | 1000 | 100110110 | 110101 | 1010010 |
Color Harmonies of #EABAE2
Complementary color
Monochromatic Colors of #EABAE2
Black with #EABAE2
Text Example
Text Example
White with #EABAE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABAE2; }
p { color: rgb(234,186,226); }
H1.HeaderClassName
{
color: #EABAE2;
}
.AnyTagClassName
{
color: #EABAE2;
}
</style>
background-color css
<style>
a { background-color: #EABAE2; }
a { background-color: rgb(234,186,226); }
div.DivClassName
{
background-color: #EABAE2;
}
.BgClassName
{
background-color: #EABAE2;
}
</style>
border-color css
<style>
span { border-color: #EABAE2; }
span { border-color: rgb(234,186,226); }
td.TdClassName
{
border-color: #EABAE2;
}
.TagClassName
{
border-color: #EABAE2;
}
</style>