Shades of French Lilac #E2ABCF
Tints of French Lilac #E2ABCF
RGB
CMYK
RGB Variations
Color information
#E2ABCF (or 0xE2ABCF) is known color: French Lilac. HEX triplet: E2, AB and CF. RGB value is (226,171,207). Sum of RGB (Red+Green+Blue) = 226+171+207=604 (80% of max value = 765). Red value is 226 (88.67% from 255 or 37.42% from 604); Green value is 171 (67.19% from 255 or 28.31% from 604); Blue value is 207 (81.25% from 255 or 34.27% from 604); Max value from RGB is 226 - color contains mainly: red. Hex color #E2ABCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E2ABCF is #1D5430. Grayscale: #BFBFBF. Windows color (decimal): -1922097 or 13609954. OLE color: 13609954.
HSL color Cylindrical-coordinate representation of color #E2ABCF: hue angle of 320.73º degrees, saturation: 0.49, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E2ABCF is Cyan = 0, Magento = 0.24, Yellow = 0.08 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 171 | 207 | - |
| CMYK | 0 | 0.24 | 0.08 | 0.11 |
| HSL | 320.73º | 0.49% | 0.78% | - |
| HSV(B) | 320.73º | 0.24% | 0.89% | - |
| XYZ | 57.19 | 49.8 | 65.63 | - |
| YUV | 191.55 | 136.72 | 152.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 171 | 207 | 0 | 0.24 | 0.08 | 0.11 | 320.73 | 0.49 | 0.78 |
| Hex | E2 | AB | CF | 0 | 18 | 8 | B | 141 | 31 | 4E |
| Octal | 342 | 253 | 317 | 0 | 30 | 10 | 13 | 501 | 61 | 116 |
| Binary | 11100010 | 10101011 | 11001111 | 0 | 11000 | 1000 | 1011 | 101000001 | 110001 | 1001110 |
Color Harmonies of #E2ABCF
Complementary color
Monochromatic Colors of #E2ABCF
Black with #E2ABCF
Text Example
Text Example
White with #E2ABCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2ABCF; }
p { color: rgb(226,171,207); }
H1.HeaderClassName
{
color: #E2ABCF;
}
.AnyTagClassName
{
color: #E2ABCF;
}
</style>
background-color css
<style>
a { background-color: #E2ABCF; }
a { background-color: rgb(226,171,207); }
div.DivClassName
{
background-color: #E2ABCF;
}
.BgClassName
{
background-color: #E2ABCF;
}
</style>
border-color css
<style>
span { border-color: #E2ABCF; }
span { border-color: rgb(226,171,207); }
td.TdClassName
{
border-color: #E2ABCF;
}
.TagClassName
{
border-color: #E2ABCF;
}
</style>