Shades of French Lilac #EABAEA
Tints of French Lilac #EABAEA
RGB
CMYK
RGB Variations
Color information
#EABAEA (or 0xEABAEA) is known color: French Lilac. HEX triplet: EA, BA and EA. RGB value is (234,186,234). Sum of RGB (Red+Green+Blue) = 234+186+234=654 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.78% from 654); Green value is 186 (73.05% from 255 or 28.44% from 654); Blue value is 234 (91.80% from 255 or 35.78% from 654); Max value from RGB is 234 - color contains mainly: red, blue. Hex color #EABAEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EABAEA is #154515. Grayscale: #CDCDCD. Windows color (decimal): -1393942 or 15383274. OLE color: 15383274.
HSL color Cylindrical-coordinate representation of color #EABAEA: hue angle of 300º 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 #EABAEA is Cyan = 0, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 186 | 234 | - |
| CMYK | 0 | 0.21 | 0 | 0.08 |
| HSL | 300º | 0.53% | 0.82% | - |
| HSV(B) | 300º | 0.21% | 0.92% | - |
| XYZ | 66.34 | 58.55 | 85.65 | - |
| YUV | 205.82 | 143.9 | 148.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 186 | 234 | 0 | 0.21 | 0 | 0.08 | 300 | 0.53 | 0.82 |
| Hex | EA | BA | EA | 0 | 15 | 0 | 8 | 12C | 35 | 52 |
| Octal | 352 | 272 | 352 | 0 | 25 | 0 | 10 | 454 | 65 | 122 |
| Binary | 11101010 | 10111010 | 11101010 | 0 | 10101 | 0 | 1000 | 100101100 | 110101 | 1010010 |
Color Harmonies of #EABAEA
Complementary color
Monochromatic Colors of #EABAEA
Black with #EABAEA
Text Example
Text Example
White with #EABAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABAEA; }
p { color: rgb(234,186,234); }
H1.HeaderClassName
{
color: #EABAEA;
}
.AnyTagClassName
{
color: #EABAEA;
}
</style>
background-color css
<style>
a { background-color: #EABAEA; }
a { background-color: rgb(234,186,234); }
div.DivClassName
{
background-color: #EABAEA;
}
.BgClassName
{
background-color: #EABAEA;
}
</style>
border-color css
<style>
span { border-color: #EABAEA; }
span { border-color: rgb(234,186,234); }
td.TdClassName
{
border-color: #EABAEA;
}
.TagClassName
{
border-color: #EABAEA;
}
</style>