Shades of Mauve #E7ABFC
Tints of Mauve #E7ABFC
RGB
CMYK
RGB Variations
Color information
#E7ABFC (or 0xE7ABFC) is known color: Mauve. HEX triplet: E7, AB and FC. RGB value is (231,171,252). Sum of RGB (Red+Green+Blue) = 231+171+252=654 (86% of max value = 765). Red value is 231 (90.62% from 255 or 35.32% from 654); Green value is 171 (67.19% from 255 or 26.15% from 654); Blue value is 252 (98.83% from 255 or 38.53% from 654); Max value from RGB is 252 - color contains mainly: blue. Hex color #E7ABFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E7ABFC is #185403. Grayscale: #C5C5C5. Windows color (decimal): -1594372 or 16559079. OLE color: 16559079.
HSL color Cylindrical-coordinate representation of color #E7ABFC: hue angle of 284.44º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E7ABFC is Cyan = 0.08, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 231 | 171 | 252 | - |
| CMYK | 0.08 | 0.32 | 0 | 0.01 |
| HSL | 284.44º | 0.93% | 0.83% | - |
| HSV(B) | 284.44º | 0.32% | 0.99% | - |
| XYZ | 65.09 | 53.14 | 98.92 | - |
| YUV | 198.17 | 158.38 | 151.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 171 | 252 | 0.08 | 0.32 | 0 | 0.01 | 284.44 | 0.93 | 0.83 |
| Hex | E7 | AB | FC | 8 | 20 | 0 | 1 | 11C | 5D | 53 |
| Octal | 347 | 253 | 374 | 10 | 40 | 0 | 1 | 434 | 135 | 123 |
| Binary | 11100111 | 10101011 | 11111100 | 1000 | 100000 | 0 | 1 | 100011100 | 1011101 | 1010011 |
Color Harmonies of #E7ABFC
Complementary color
Monochromatic Colors of #E7ABFC
Black with #E7ABFC
Text Example
Text Example
White with #E7ABFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7ABFC; }
p { color: rgb(231,171,252); }
H1.HeaderClassName
{
color: #E7ABFC;
}
.AnyTagClassName
{
color: #E7ABFC;
}
</style>
background-color css
<style>
a { background-color: #E7ABFC; }
a { background-color: rgb(231,171,252); }
div.DivClassName
{
background-color: #E7ABFC;
}
.BgClassName
{
background-color: #E7ABFC;
}
</style>
border-color css
<style>
span { border-color: #E7ABFC; }
span { border-color: rgb(231,171,252); }
td.TdClassName
{
border-color: #E7ABFC;
}
.TagClassName
{
border-color: #E7ABFC;
}
</style>