Shades of French Lilac #E7ABE1
Tints of French Lilac #E7ABE1
RGB
CMYK
RGB Variations
Color information
#E7ABE1 (or 0xE7ABE1) is known color: French Lilac. HEX triplet: E7, AB and E1. RGB value is (231,171,225). Sum of RGB (Red+Green+Blue) = 231+171+225=627 (83% of max value = 765). Red value is 231 (90.62% from 255 or 36.84% from 627); Green value is 171 (67.19% from 255 or 27.27% from 627); Blue value is 225 (88.28% from 255 or 35.89% from 627); Max value from RGB is 231 - color contains mainly: red. Hex color #E7ABE1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7ABE1 is #18541E. Grayscale: #C2C2C2. Windows color (decimal): -1594399 or 14789607. OLE color: 14789607.
HSL color Cylindrical-coordinate representation of color #E7ABE1: hue angle of 306º degrees, saturation: 0.56, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E7ABE1 is Cyan = 0, Magento = 0.26, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 171 | 225 | - |
| CMYK | 0 | 0.26 | 0.03 | 0.09 |
| HSL | 306º | 0.56% | 0.79% | - |
| HSV(B) | 306º | 0.26% | 0.91% | - |
| XYZ | 61.11 | 51.55 | 77.96 | - |
| YUV | 195.1 | 144.88 | 153.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 171 | 225 | 0 | 0.26 | 0.03 | 0.09 | 306 | 0.56 | 0.79 |
| Hex | E7 | AB | E1 | 0 | 1A | 3 | 9 | 132 | 38 | 4F |
| Octal | 347 | 253 | 341 | 0 | 32 | 3 | 11 | 462 | 70 | 117 |
| Binary | 11100111 | 10101011 | 11100001 | 0 | 11010 | 11 | 1001 | 100110010 | 111000 | 1001111 |
Color Harmonies of #E7ABE1
Complementary color
Monochromatic Colors of #E7ABE1
Black with #E7ABE1
Text Example
Text Example
White with #E7ABE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7ABE1; }
p { color: rgb(231,171,225); }
H1.HeaderClassName
{
color: #E7ABE1;
}
.AnyTagClassName
{
color: #E7ABE1;
}
</style>
background-color css
<style>
a { background-color: #E7ABE1; }
a { background-color: rgb(231,171,225); }
div.DivClassName
{
background-color: #E7ABE1;
}
.BgClassName
{
background-color: #E7ABE1;
}
</style>
border-color css
<style>
span { border-color: #E7ABE1; }
span { border-color: rgb(231,171,225); }
td.TdClassName
{
border-color: #E7ABE1;
}
.TagClassName
{
border-color: #E7ABE1;
}
</style>