Shades of French Lilac #EABEE2
Tints of French Lilac #EABEE2
RGB
CMYK
RGB Variations
Color information
#EABEE2 (or 0xEABEE2) is known color: French Lilac. HEX triplet: EA, BE and E2. RGB value is (234,190,226). Sum of RGB (Red+Green+Blue) = 234+190+226=650 (86% of max value = 765). Red value is 234 (91.80% from 255 or 36% from 650); Green value is 190 (74.61% from 255 or 29.23% from 650); Blue value is 226 (88.67% from 255 or 34.77% from 650); Max value from RGB is 234 - color contains mainly: red. Hex color #EABEE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABEE2 is #15411D. Grayscale: #CFCFCF. Windows color (decimal): -1392926 or 14860010. OLE color: 14860010.
HSL color Cylindrical-coordinate representation of color #EABEE2: hue angle of 310.91º 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 #EABEE2 is Cyan = 0, Magento = 0.19, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 190 | 226 | - |
| CMYK | 0 | 0.19 | 0.03 | 0.08 |
| HSL | 310.91º | 0.51% | 0.83% | - |
| HSV(B) | 310.91º | 0.19% | 0.92% | - |
| XYZ | 66.07 | 59.81 | 80.01 | - |
| YUV | 207.26 | 138.58 | 147.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 190 | 226 | 0 | 0.19 | 0.03 | 0.08 | 310.91 | 0.51 | 0.83 |
| Hex | EA | BE | E2 | 0 | 13 | 3 | 8 | 137 | 33 | 53 |
| Octal | 352 | 276 | 342 | 0 | 23 | 3 | 10 | 467 | 63 | 123 |
| Binary | 11101010 | 10111110 | 11100010 | 0 | 10011 | 11 | 1000 | 100110111 | 110011 | 1010011 |
Color Harmonies of #EABEE2
Complementary color
Monochromatic Colors of #EABEE2
Black with #EABEE2
Text Example
Text Example
White with #EABEE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABEE2; }
p { color: rgb(234,190,226); }
H1.HeaderClassName
{
color: #EABEE2;
}
.AnyTagClassName
{
color: #EABEE2;
}
</style>
background-color css
<style>
a { background-color: #EABEE2; }
a { background-color: rgb(234,190,226); }
div.DivClassName
{
background-color: #EABEE2;
}
.BgClassName
{
background-color: #EABEE2;
}
</style>
border-color css
<style>
span { border-color: #EABEE2; }
span { border-color: rgb(234,190,226); }
td.TdClassName
{
border-color: #EABEE2;
}
.TagClassName
{
border-color: #EABEE2;
}
</style>