Shades of French Lilac #EAB3EC
Tints of French Lilac #EAB3EC
RGB
CMYK
RGB Variations
Color information
#EAB3EC (or 0xEAB3EC) is known color: French Lilac. HEX triplet: EA, B3 and EC. RGB value is (234,179,236). Sum of RGB (Red+Green+Blue) = 234+179+236=649 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.06% from 649); Green value is 179 (70.31% from 255 or 27.58% from 649); Blue value is 236 (92.58% from 255 or 36.36% from 649); Max value from RGB is 236 - color contains mainly: blue. Hex color #EAB3EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAB3EC is #154C13. Grayscale: #C9C9C9. Windows color (decimal): -1395732 or 15512554. OLE color: 15512554.
HSL color Cylindrical-coordinate representation of color #EAB3EC: hue angle of 297.89º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EAB3EC is Cyan = 0.01, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 234 | 179 | 236 | - |
| CMYK | 0.01 | 0.24 | 0 | 0.07 |
| HSL | 297.89º | 0.6% | 0.81% | - |
| HSV(B) | 297.89º | 0.24% | 0.93% | - |
| XYZ | 65.19 | 55.79 | 86.69 | - |
| YUV | 201.94 | 147.22 | 150.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 179 | 236 | 0.01 | 0.24 | 0 | 0.07 | 297.89 | 0.6 | 0.81 |
| Hex | EA | B3 | EC | 1 | 18 | 0 | 7 | 12A | 3C | 51 |
| Octal | 352 | 263 | 354 | 1 | 30 | 0 | 7 | 452 | 74 | 121 |
| Binary | 11101010 | 10110011 | 11101100 | 1 | 11000 | 0 | 111 | 100101010 | 111100 | 1010001 |
Color Harmonies of #EAB3EC
Complementary color
Monochromatic Colors of #EAB3EC
Black with #EAB3EC
Text Example
Text Example
White with #EAB3EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB3EC; }
p { color: rgb(234,179,236); }
H1.HeaderClassName
{
color: #EAB3EC;
}
.AnyTagClassName
{
color: #EAB3EC;
}
</style>
background-color css
<style>
a { background-color: #EAB3EC; }
a { background-color: rgb(234,179,236); }
div.DivClassName
{
background-color: #EAB3EC;
}
.BgClassName
{
background-color: #EAB3EC;
}
</style>
border-color css
<style>
span { border-color: #EAB3EC; }
span { border-color: rgb(234,179,236); }
td.TdClassName
{
border-color: #EAB3EC;
}
.TagClassName
{
border-color: #EAB3EC;
}
</style>