Shades of Mauve #E7ABFE
Tints of Mauve #E7ABFE
RGB
CMYK
RGB Variations
Color information
#E7ABFE (or 0xE7ABFE) is known color: Mauve. HEX triplet: E7, AB and FE. RGB value is (231,171,254). Sum of RGB (Red+Green+Blue) = 231+171+254=656 (86% of max value = 765). Red value is 231 (90.62% from 255 or 35.21% from 656); Green value is 171 (67.19% from 255 or 26.07% from 656); Blue value is 254 (99.61% from 255 or 38.72% from 656); Max value from RGB is 254 - color contains mainly: blue. Hex color #E7ABFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E7ABFE is #185401. Grayscale: #C6C6C6. Windows color (decimal): -1594370 or 16690151. OLE color: 16690151.
HSL color Cylindrical-coordinate representation of color #E7ABFE: hue angle of 283.37º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E7ABFE is Cyan = 0.09, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 231 | 171 | 254 | - |
| CMYK | 0.09 | 0.33 | 0 | 0.00 |
| HSL | 283.37º | 0.98% | 0.83% | - |
| HSV(B) | 283.37º | 0.33% | 1% | - |
| XYZ | 65.41 | 53.27 | 100.6 | - |
| YUV | 198.4 | 159.38 | 151.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 171 | 254 | 0.09 | 0.33 | 0 | 0.00 | 283.37 | 0.98 | 0.83 |
| Hex | E7 | AB | FE | 9 | 21 | 0 | 0 | 11B | 62 | 53 |
| Octal | 347 | 253 | 376 | 11 | 41 | 0 | 0 | 433 | 142 | 123 |
| Binary | 11100111 | 10101011 | 11111110 | 1001 | 100001 | 0 | 0 | 100011011 | 1100010 | 1010011 |
Color Harmonies of #E7ABFE
Complementary color
Monochromatic Colors of #E7ABFE
Black with #E7ABFE
Text Example
Text Example
White with #E7ABFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7ABFE; }
p { color: rgb(231,171,254); }
H1.HeaderClassName
{
color: #E7ABFE;
}
.AnyTagClassName
{
color: #E7ABFE;
}
</style>
background-color css
<style>
a { background-color: #E7ABFE; }
a { background-color: rgb(231,171,254); }
div.DivClassName
{
background-color: #E7ABFE;
}
.BgClassName
{
background-color: #E7ABFE;
}
</style>
border-color css
<style>
span { border-color: #E7ABFE; }
span { border-color: rgb(231,171,254); }
td.TdClassName
{
border-color: #E7ABFE;
}
.TagClassName
{
border-color: #E7ABFE;
}
</style>