Shades of French Lilac #EABFE1
Tints of French Lilac #EABFE1
RGB
CMYK
RGB Variations
Color information
#EABFE1 (or 0xEABFE1) is known color: French Lilac. HEX triplet: EA, BF and E1. RGB value is (234,191,225). Sum of RGB (Red+Green+Blue) = 234+191+225=650 (86% of max value = 765). Red value is 234 (91.80% from 255 or 36% from 650); Green value is 191 (75% from 255 or 29.38% from 650); Blue value is 225 (88.28% from 255 or 34.62% from 650); Max value from RGB is 234 - color contains mainly: red. Hex color #EABFE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABFE1 is #15401E. Grayscale: #CFCFCF. Windows color (decimal): -1392671 or 14794730. OLE color: 14794730.
HSL color Cylindrical-coordinate representation of color #EABFE1: hue angle of 312.56º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EABFE1 is Cyan = 0, Magento = 0.18, Yellow = 0.04 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 191 | 225 | - |
| CMYK | 0 | 0.18 | 0.04 | 0.08 |
| HSL | 312.56º | 0.51% | 0.83% | - |
| HSV(B) | 312.56º | 0.18% | 0.92% | - |
| XYZ | 66.15 | 60.19 | 79.37 | - |
| YUV | 207.73 | 137.75 | 146.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 191 | 225 | 0 | 0.18 | 0.04 | 0.08 | 312.56 | 0.51 | 0.83 |
| Hex | EA | BF | E1 | 0 | 12 | 4 | 8 | 139 | 33 | 53 |
| Octal | 352 | 277 | 341 | 0 | 22 | 4 | 10 | 471 | 63 | 123 |
| Binary | 11101010 | 10111111 | 11100001 | 0 | 10010 | 100 | 1000 | 100111001 | 110011 | 1010011 |
Color Harmonies of #EABFE1
Complementary color
Monochromatic Colors of #EABFE1
Black with #EABFE1
Text Example
Text Example
White with #EABFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABFE1; }
p { color: rgb(234,191,225); }
H1.HeaderClassName
{
color: #EABFE1;
}
.AnyTagClassName
{
color: #EABFE1;
}
</style>
background-color css
<style>
a { background-color: #EABFE1; }
a { background-color: rgb(234,191,225); }
div.DivClassName
{
background-color: #EABFE1;
}
.BgClassName
{
background-color: #EABFE1;
}
</style>
border-color css
<style>
span { border-color: #EABFE1; }
span { border-color: rgb(234,191,225); }
td.TdClassName
{
border-color: #EABFE1;
}
.TagClassName
{
border-color: #EABFE1;
}
</style>