Shades of Mauve #E2ABF1
Tints of Mauve #E2ABF1
RGB
CMYK
RGB Variations
Color information
#E2ABF1 (or 0xE2ABF1) is known color: Mauve. HEX triplet: E2, AB and F1. RGB value is (226,171,241). Sum of RGB (Red+Green+Blue) = 226+171+241=638 (84% of max value = 765). Red value is 226 (88.67% from 255 or 35.42% from 638); Green value is 171 (67.19% from 255 or 26.80% from 638); Blue value is 241 (94.53% from 255 or 37.77% from 638); Max value from RGB is 241 - color contains mainly: blue. Hex color #E2ABF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E2ABF1 is #1D540E. Grayscale: #C3C3C3. Windows color (decimal): -1922063 or 15838178. OLE color: 15838178.
HSL color Cylindrical-coordinate representation of color #E2ABF1: hue angle of 287.14º degrees, saturation: 0.71, 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 #E2ABF1 is Cyan = 0.06, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 226 | 171 | 241 | - |
| CMYK | 0.06 | 0.29 | 0 | 0.05 |
| HSL | 287.14º | 0.71% | 0.81% | - |
| HSV(B) | 287.14º | 0.29% | 0.95% | - |
| XYZ | 61.8 | 51.65 | 89.93 | - |
| YUV | 195.43 | 153.72 | 149.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 171 | 241 | 0.06 | 0.29 | 0 | 0.05 | 287.14 | 0.71 | 0.81 |
| Hex | E2 | AB | F1 | 6 | 1D | 0 | 5 | 11F | 47 | 51 |
| Octal | 342 | 253 | 361 | 6 | 35 | 0 | 5 | 437 | 107 | 121 |
| Binary | 11100010 | 10101011 | 11110001 | 110 | 11101 | 0 | 101 | 100011111 | 1000111 | 1010001 |
Color Harmonies of #E2ABF1
Complementary color
Monochromatic Colors of #E2ABF1
Black with #E2ABF1
Text Example
Text Example
White with #E2ABF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2ABF1; }
p { color: rgb(226,171,241); }
H1.HeaderClassName
{
color: #E2ABF1;
}
.AnyTagClassName
{
color: #E2ABF1;
}
</style>
background-color css
<style>
a { background-color: #E2ABF1; }
a { background-color: rgb(226,171,241); }
div.DivClassName
{
background-color: #E2ABF1;
}
.BgClassName
{
background-color: #E2ABF1;
}
</style>
border-color css
<style>
span { border-color: #E2ABF1; }
span { border-color: rgb(226,171,241); }
td.TdClassName
{
border-color: #E2ABF1;
}
.TagClassName
{
border-color: #E2ABF1;
}
</style>