Shades of Mauve #E8ABFA
Tints of Mauve #E8ABFA
RGB
CMYK
RGB Variations
Color information
#E8ABFA (or 0xE8ABFA) is known color: Mauve. HEX triplet: E8, AB and FA. RGB value is (232,171,250). Sum of RGB (Red+Green+Blue) = 232+171+250=653 (86% of max value = 765). Red value is 232 (91.02% from 255 or 35.53% from 653); Green value is 171 (67.19% from 255 or 26.19% from 653); Blue value is 250 (98.05% from 255 or 38.28% from 653); Max value from RGB is 250 - color contains mainly: blue. Hex color #E8ABFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E8ABFA is #175405. Grayscale: #C5C5C5. Windows color (decimal): -1528838 or 16428008. OLE color: 16428008.
HSL color Cylindrical-coordinate representation of color #E8ABFA: hue angle of 286.33º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E8ABFA is Cyan = 0.07, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 232 | 171 | 250 | - |
| CMYK | 0.07 | 0.32 | 0 | 0.02 |
| HSL | 286.33º | 0.89% | 0.83% | - |
| HSV(B) | 286.33º | 0.32% | 0.98% | - |
| XYZ | 65.1 | 53.18 | 97.28 | - |
| YUV | 198.25 | 157.21 | 152.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 171 | 250 | 0.07 | 0.32 | 0 | 0.02 | 286.33 | 0.89 | 0.83 |
| Hex | E8 | AB | FA | 7 | 20 | 0 | 2 | 11E | 59 | 53 |
| Octal | 350 | 253 | 372 | 7 | 40 | 0 | 2 | 436 | 131 | 123 |
| Binary | 11101000 | 10101011 | 11111010 | 111 | 100000 | 0 | 10 | 100011110 | 1011001 | 1010011 |
Color Harmonies of #E8ABFA
Complementary color
Monochromatic Colors of #E8ABFA
Black with #E8ABFA
Text Example
Text Example
White with #E8ABFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8ABFA; }
p { color: rgb(232,171,250); }
H1.HeaderClassName
{
color: #E8ABFA;
}
.AnyTagClassName
{
color: #E8ABFA;
}
</style>
background-color css
<style>
a { background-color: #E8ABFA; }
a { background-color: rgb(232,171,250); }
div.DivClassName
{
background-color: #E8ABFA;
}
.BgClassName
{
background-color: #E8ABFA;
}
</style>
border-color css
<style>
span { border-color: #E8ABFA; }
span { border-color: rgb(232,171,250); }
td.TdClassName
{
border-color: #E8ABFA;
}
.TagClassName
{
border-color: #E8ABFA;
}
</style>