Shades of French Lilac #EAB2EC
Tints of French Lilac #EAB2EC
RGB
CMYK
RGB Variations
Color information
#EAB2EC (or 0xEAB2EC) is known color: French Lilac. HEX triplet: EA, B2 and EC. RGB value is (234,178,236). Sum of RGB (Red+Green+Blue) = 234+178+236=648 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.11% from 648); Green value is 178 (69.92% from 255 or 27.47% from 648); Blue value is 236 (92.58% from 255 or 36.42% from 648); Max value from RGB is 236 - color contains mainly: blue. Hex color #EAB2EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAB2EC is #154D13. Grayscale: #C9C9C9. Windows color (decimal): -1395988 or 15512298. OLE color: 15512298.
HSL color Cylindrical-coordinate representation of color #EAB2EC: hue angle of 297.93º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EAB2EC is Cyan = 0.01, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 234 | 178 | 236 | - |
| CMYK | 0.01 | 0.25 | 0 | 0.07 |
| HSL | 297.93º | 0.6% | 0.81% | - |
| HSV(B) | 297.93º | 0.25% | 0.93% | - |
| XYZ | 64.99 | 55.39 | 86.62 | - |
| YUV | 201.36 | 147.55 | 151.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 178 | 236 | 0.01 | 0.25 | 0 | 0.07 | 297.93 | 0.6 | 0.81 |
| Hex | EA | B2 | EC | 1 | 19 | 0 | 7 | 12A | 3C | 51 |
| Octal | 352 | 262 | 354 | 1 | 31 | 0 | 7 | 452 | 74 | 121 |
| Binary | 11101010 | 10110010 | 11101100 | 1 | 11001 | 0 | 111 | 100101010 | 111100 | 1010001 |
Color Harmonies of #EAB2EC
Complementary color
Monochromatic Colors of #EAB2EC
Black with #EAB2EC
Text Example
Text Example
White with #EAB2EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB2EC; }
p { color: rgb(234,178,236); }
H1.HeaderClassName
{
color: #EAB2EC;
}
.AnyTagClassName
{
color: #EAB2EC;
}
</style>
background-color css
<style>
a { background-color: #EAB2EC; }
a { background-color: rgb(234,178,236); }
div.DivClassName
{
background-color: #EAB2EC;
}
.BgClassName
{
background-color: #EAB2EC;
}
</style>
border-color css
<style>
span { border-color: #EAB2EC; }
span { border-color: rgb(234,178,236); }
td.TdClassName
{
border-color: #EAB2EC;
}
.TagClassName
{
border-color: #EAB2EC;
}
</style>