Shades of French Lilac #EAB9E5
Tints of French Lilac #EAB9E5
RGB
CMYK
RGB Variations
Color information
#EAB9E5 (or 0xEAB9E5) is known color: French Lilac. HEX triplet: EA, B9 and E5. RGB value is (234,185,229). Sum of RGB (Red+Green+Blue) = 234+185+229=648 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.11% from 648); Green value is 185 (72.66% from 255 or 28.55% from 648); Blue value is 229 (89.84% from 255 or 35.34% from 648); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB9E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAB9E5 is #15461A. Grayscale: #CCCCCC. Windows color (decimal): -1394203 or 15055338. OLE color: 15055338.
HSL color Cylindrical-coordinate representation of color #EAB9E5: hue angle of 306.12º degrees, saturation: 0.54, 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 #EAB9E5 is Cyan = 0, Magento = 0.21, Yellow = 0.02 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 185 | 229 | - |
| CMYK | 0 | 0.21 | 0.02 | 0.08 |
| HSL | 306.12º | 0.54% | 0.82% | - |
| HSV(B) | 306.12º | 0.21% | 0.92% | - |
| XYZ | 65.42 | 57.85 | 81.85 | - |
| YUV | 204.67 | 141.73 | 148.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 185 | 229 | 0 | 0.21 | 0.02 | 0.08 | 306.12 | 0.54 | 0.82 |
| Hex | EA | B9 | E5 | 0 | 15 | 2 | 8 | 132 | 36 | 52 |
| Octal | 352 | 271 | 345 | 0 | 25 | 2 | 10 | 462 | 66 | 122 |
| Binary | 11101010 | 10111001 | 11100101 | 0 | 10101 | 10 | 1000 | 100110010 | 110110 | 1010010 |
Color Harmonies of #EAB9E5
Complementary color
Monochromatic Colors of #EAB9E5
Black with #EAB9E5
Text Example
Text Example
White with #EAB9E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB9E5; }
p { color: rgb(234,185,229); }
H1.HeaderClassName
{
color: #EAB9E5;
}
.AnyTagClassName
{
color: #EAB9E5;
}
</style>
background-color css
<style>
a { background-color: #EAB9E5; }
a { background-color: rgb(234,185,229); }
div.DivClassName
{
background-color: #EAB9E5;
}
.BgClassName
{
background-color: #EAB9E5;
}
</style>
border-color css
<style>
span { border-color: #EAB9E5; }
span { border-color: rgb(234,185,229); }
td.TdClassName
{
border-color: #EAB9E5;
}
.TagClassName
{
border-color: #EAB9E5;
}
</style>