Shades of Mauve #E0ABFA
Tints of Mauve #E0ABFA
RGB
CMYK
RGB Variations
Color information
#E0ABFA (or 0xE0ABFA) is known color: Mauve. HEX triplet: E0, AB and FA. RGB value is (224,171,250). Sum of RGB (Red+Green+Blue) = 224+171+250=645 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.73% from 645); Green value is 171 (67.19% from 255 or 26.51% from 645); Blue value is 250 (98.05% from 255 or 38.76% from 645); Max value from RGB is 250 - color contains mainly: blue. Hex color #E0ABFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E0ABFA is #1F5405. Grayscale: #C3C3C3. Windows color (decimal): -2053126 or 16428000. OLE color: 16428000.
HSL color Cylindrical-coordinate representation of color #E0ABFA: hue angle of 280.25º 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 #E0ABFA is Cyan = 0.10, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 224 | 171 | 250 | - |
| CMYK | 0.10 | 0.32 | 0 | 0.02 |
| HSL | 280.25º | 0.89% | 0.83% | - |
| HSV(B) | 280.25º | 0.32% | 0.98% | - |
| XYZ | 62.56 | 51.88 | 97.16 | - |
| YUV | 195.85 | 158.56 | 148.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 171 | 250 | 0.10 | 0.32 | 0 | 0.02 | 280.25 | 0.89 | 0.83 |
| Hex | E0 | AB | FA | A | 20 | 0 | 2 | 118 | 59 | 53 |
| Octal | 340 | 253 | 372 | 12 | 40 | 0 | 2 | 430 | 131 | 123 |
| Binary | 11100000 | 10101011 | 11111010 | 1010 | 100000 | 0 | 10 | 100011000 | 1011001 | 1010011 |
Color Harmonies of #E0ABFA
Complementary color
Monochromatic Colors of #E0ABFA
Black with #E0ABFA
Text Example
Text Example
White with #E0ABFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0ABFA; }
p { color: rgb(224,171,250); }
H1.HeaderClassName
{
color: #E0ABFA;
}
.AnyTagClassName
{
color: #E0ABFA;
}
</style>
background-color css
<style>
a { background-color: #E0ABFA; }
a { background-color: rgb(224,171,250); }
div.DivClassName
{
background-color: #E0ABFA;
}
.BgClassName
{
background-color: #E0ABFA;
}
</style>
border-color css
<style>
span { border-color: #E0ABFA; }
span { border-color: rgb(224,171,250); }
td.TdClassName
{
border-color: #E0ABFA;
}
.TagClassName
{
border-color: #E0ABFA;
}
</style>