Shades of Mauve #E7ABF2
Tints of Mauve #E7ABF2
RGB
CMYK
RGB Variations
Color information
#E7ABF2 (or 0xE7ABF2) is known color: Mauve. HEX triplet: E7, AB and F2. RGB value is (231,171,242). Sum of RGB (Red+Green+Blue) = 231+171+242=644 (85% of max value = 765). Red value is 231 (90.62% from 255 or 35.87% from 644); Green value is 171 (67.19% from 255 or 26.55% from 644); Blue value is 242 (94.92% from 255 or 37.58% from 644); Max value from RGB is 242 - color contains mainly: blue. Hex color #E7ABF2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E7ABF2 is #18540D. Grayscale: #C4C4C4. Windows color (decimal): -1594382 or 15903719. OLE color: 15903719.
HSL color Cylindrical-coordinate representation of color #E7ABF2: hue angle of 290.7º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E7ABF2 is Cyan = 0.05, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 231 | 171 | 242 | - |
| CMYK | 0.05 | 0.29 | 0 | 0.05 |
| HSL | 290.7º | 0.73% | 0.81% | - |
| HSV(B) | 290.7º | 0.29% | 0.95% | - |
| XYZ | 63.54 | 52.53 | 90.79 | - |
| YUV | 197.03 | 153.38 | 152.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 171 | 242 | 0.05 | 0.29 | 0 | 0.05 | 290.7 | 0.73 | 0.81 |
| Hex | E7 | AB | F2 | 5 | 1D | 0 | 5 | 123 | 49 | 51 |
| Octal | 347 | 253 | 362 | 5 | 35 | 0 | 5 | 443 | 111 | 121 |
| Binary | 11100111 | 10101011 | 11110010 | 101 | 11101 | 0 | 101 | 100100011 | 1001001 | 1010001 |
Color Harmonies of #E7ABF2
Complementary color
Monochromatic Colors of #E7ABF2
Black with #E7ABF2
Text Example
Text Example
White with #E7ABF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7ABF2; }
p { color: rgb(231,171,242); }
H1.HeaderClassName
{
color: #E7ABF2;
}
.AnyTagClassName
{
color: #E7ABF2;
}
</style>
background-color css
<style>
a { background-color: #E7ABF2; }
a { background-color: rgb(231,171,242); }
div.DivClassName
{
background-color: #E7ABF2;
}
.BgClassName
{
background-color: #E7ABF2;
}
</style>
border-color css
<style>
span { border-color: #E7ABF2; }
span { border-color: rgb(231,171,242); }
td.TdClassName
{
border-color: #E7ABF2;
}
.TagClassName
{
border-color: #E7ABF2;
}
</style>