Shades of French Lilac #EABEE1
Tints of French Lilac #EABEE1
RGB
CMYK
RGB Variations
Color information
#EABEE1 (or 0xEABEE1) is known color: French Lilac. HEX triplet: EA, BE and E1. RGB value is (234,190,225). Sum of RGB (Red+Green+Blue) = 234+190+225=649 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.06% from 649); Green value is 190 (74.61% from 255 or 29.28% from 649); Blue value is 225 (88.28% from 255 or 34.67% from 649); Max value from RGB is 234 - color contains mainly: red. Hex color #EABEE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABEE1 is #15411E. Grayscale: #CFCFCF. Windows color (decimal): -1392927 or 14794474. OLE color: 14794474.
HSL color Cylindrical-coordinate representation of color #EABEE1: hue angle of 312.27º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EABEE1 is Cyan = 0, Magento = 0.19, Yellow = 0.04 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 190 | 225 | - |
| CMYK | 0 | 0.19 | 0.04 | 0.08 |
| HSL | 312.27º | 0.51% | 0.83% | - |
| HSV(B) | 312.27º | 0.19% | 0.92% | - |
| XYZ | 65.94 | 59.76 | 79.29 | - |
| YUV | 207.15 | 138.08 | 147.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 190 | 225 | 0 | 0.19 | 0.04 | 0.08 | 312.27 | 0.51 | 0.83 |
| Hex | EA | BE | E1 | 0 | 13 | 4 | 8 | 138 | 33 | 53 |
| Octal | 352 | 276 | 341 | 0 | 23 | 4 | 10 | 470 | 63 | 123 |
| Binary | 11101010 | 10111110 | 11100001 | 0 | 10011 | 100 | 1000 | 100111000 | 110011 | 1010011 |
Color Harmonies of #EABEE1
Complementary color
Monochromatic Colors of #EABEE1
Black with #EABEE1
Text Example
Text Example
White with #EABEE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABEE1; }
p { color: rgb(234,190,225); }
H1.HeaderClassName
{
color: #EABEE1;
}
.AnyTagClassName
{
color: #EABEE1;
}
</style>
background-color css
<style>
a { background-color: #EABEE1; }
a { background-color: rgb(234,190,225); }
div.DivClassName
{
background-color: #EABEE1;
}
.BgClassName
{
background-color: #EABEE1;
}
</style>
border-color css
<style>
span { border-color: #EABEE1; }
span { border-color: rgb(234,190,225); }
td.TdClassName
{
border-color: #EABEE1;
}
.TagClassName
{
border-color: #EABEE1;
}
</style>