Shades of French Lilac #EABEE6
Tints of French Lilac #EABEE6
RGB
CMYK
RGB Variations
Color information
#EABEE6 (or 0xEABEE6) is known color: French Lilac. HEX triplet: EA, BE and E6. RGB value is (234,190,230). Sum of RGB (Red+Green+Blue) = 234+190+230=654 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.78% from 654); Green value is 190 (74.61% from 255 or 29.05% from 654); Blue value is 230 (90.23% from 255 or 35.17% from 654); Max value from RGB is 234 - color contains mainly: red. Hex color #EABEE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EABEE6 is #154119. Grayscale: #CFCFCF. Windows color (decimal): -1392922 or 15122154. OLE color: 15122154.
HSL color Cylindrical-coordinate representation of color #EABEE6: hue angle of 305.45º 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 #EABEE6 is Cyan = 0, Magento = 0.19, Yellow = 0.02 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 190 | 230 | - |
| CMYK | 0 | 0.19 | 0.02 | 0.08 |
| HSL | 305.45º | 0.51% | 0.83% | - |
| HSV(B) | 305.45º | 0.19% | 0.92% | - |
| XYZ | 66.63 | 60.03 | 82.94 | - |
| YUV | 207.72 | 140.58 | 146.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 190 | 230 | 0 | 0.19 | 0.02 | 0.08 | 305.45 | 0.51 | 0.83 |
| Hex | EA | BE | E6 | 0 | 13 | 2 | 8 | 131 | 33 | 53 |
| Octal | 352 | 276 | 346 | 0 | 23 | 2 | 10 | 461 | 63 | 123 |
| Binary | 11101010 | 10111110 | 11100110 | 0 | 10011 | 10 | 1000 | 100110001 | 110011 | 1010011 |
Color Harmonies of #EABEE6
Complementary color
Monochromatic Colors of #EABEE6
Black with #EABEE6
Text Example
Text Example
White with #EABEE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABEE6; }
p { color: rgb(234,190,230); }
H1.HeaderClassName
{
color: #EABEE6;
}
.AnyTagClassName
{
color: #EABEE6;
}
</style>
background-color css
<style>
a { background-color: #EABEE6; }
a { background-color: rgb(234,190,230); }
div.DivClassName
{
background-color: #EABEE6;
}
.BgClassName
{
background-color: #EABEE6;
}
</style>
border-color css
<style>
span { border-color: #EABEE6; }
span { border-color: rgb(234,190,230); }
td.TdClassName
{
border-color: #EABEE6;
}
.TagClassName
{
border-color: #EABEE6;
}
</style>