Shades of French Lilac #EAB0E1
Tints of French Lilac #EAB0E1
RGB
CMYK
RGB Variations
Color information
#EAB0E1 (or 0xEAB0E1) is known color: French Lilac. HEX triplet: EA, B0 and E1. RGB value is (234,176,225). Sum of RGB (Red+Green+Blue) = 234+176+225=635 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.85% from 635); Green value is 176 (69.14% from 255 or 27.72% from 635); Blue value is 225 (88.28% from 255 or 35.43% from 635); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB0E1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAB0E1 is #154F1E. Grayscale: #C6C6C6. Windows color (decimal): -1396511 or 14790890. OLE color: 14790890.
HSL color Cylindrical-coordinate representation of color #EAB0E1: hue angle of 309.31º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EAB0E1 is Cyan = 0, Magento = 0.25, Yellow = 0.04 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 176 | 225 | - |
| CMYK | 0 | 0.25 | 0.04 | 0.08 |
| HSL | 309.31º | 0.58% | 0.8% | - |
| HSV(B) | 309.31º | 0.25% | 0.92% | - |
| XYZ | 63.05 | 53.98 | 78.33 | - |
| YUV | 198.93 | 142.72 | 153.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 176 | 225 | 0 | 0.25 | 0.04 | 0.08 | 309.31 | 0.58 | 0.8 |
| Hex | EA | B0 | E1 | 0 | 19 | 4 | 8 | 135 | 3A | 50 |
| Octal | 352 | 260 | 341 | 0 | 31 | 4 | 10 | 465 | 72 | 120 |
| Binary | 11101010 | 10110000 | 11100001 | 0 | 11001 | 100 | 1000 | 100110101 | 111010 | 1010000 |
Color Harmonies of #EAB0E1
Complementary color
Monochromatic Colors of #EAB0E1
Black with #EAB0E1
Text Example
Text Example
White with #EAB0E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB0E1; }
p { color: rgb(234,176,225); }
H1.HeaderClassName
{
color: #EAB0E1;
}
.AnyTagClassName
{
color: #EAB0E1;
}
</style>
background-color css
<style>
a { background-color: #EAB0E1; }
a { background-color: rgb(234,176,225); }
div.DivClassName
{
background-color: #EAB0E1;
}
.BgClassName
{
background-color: #EAB0E1;
}
</style>
border-color css
<style>
span { border-color: #EAB0E1; }
span { border-color: rgb(234,176,225); }
td.TdClassName
{
border-color: #EAB0E1;
}
.TagClassName
{
border-color: #EAB0E1;
}
</style>