Shades of Mauve #E1ABF6
Tints of Mauve #E1ABF6
RGB
CMYK
RGB Variations
Color information
#E1ABF6 (or 0xE1ABF6) is known color: Mauve. HEX triplet: E1, AB and F6. RGB value is (225,171,246). Sum of RGB (Red+Green+Blue) = 225+171+246=642 (85% of max value = 765). Red value is 225 (88.28% from 255 or 35.05% from 642); Green value is 171 (67.19% from 255 or 26.64% from 642); Blue value is 246 (96.48% from 255 or 38.32% from 642); Max value from RGB is 246 - color contains mainly: blue. Hex color #E1ABF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E1ABF6 is #1E5409. Grayscale: #C3C3C3. Windows color (decimal): -1987594 or 16165857. OLE color: 16165857.
HSL color Cylindrical-coordinate representation of color #E1ABF6: hue angle of 283.2º degrees, saturation: 0.81, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E1ABF6 is Cyan = 0.09, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 225 | 171 | 246 | - |
| CMYK | 0.09 | 0.30 | 0 | 0.04 |
| HSL | 283.2º | 0.81% | 0.82% | - |
| HSV(B) | 283.2º | 0.3% | 0.96% | - |
| XYZ | 62.25 | 51.79 | 93.9 | - |
| YUV | 195.7 | 156.39 | 148.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 171 | 246 | 0.09 | 0.30 | 0 | 0.04 | 283.2 | 0.81 | 0.82 |
| Hex | E1 | AB | F6 | 9 | 1E | 0 | 4 | 11B | 51 | 52 |
| Octal | 341 | 253 | 366 | 11 | 36 | 0 | 4 | 433 | 121 | 122 |
| Binary | 11100001 | 10101011 | 11110110 | 1001 | 11110 | 0 | 100 | 100011011 | 1010001 | 1010010 |
Color Harmonies of #E1ABF6
Complementary color
Monochromatic Colors of #E1ABF6
Black with #E1ABF6
Text Example
Text Example
White with #E1ABF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1ABF6; }
p { color: rgb(225,171,246); }
H1.HeaderClassName
{
color: #E1ABF6;
}
.AnyTagClassName
{
color: #E1ABF6;
}
</style>
background-color css
<style>
a { background-color: #E1ABF6; }
a { background-color: rgb(225,171,246); }
div.DivClassName
{
background-color: #E1ABF6;
}
.BgClassName
{
background-color: #E1ABF6;
}
</style>
border-color css
<style>
span { border-color: #E1ABF6; }
span { border-color: rgb(225,171,246); }
td.TdClassName
{
border-color: #E1ABF6;
}
.TagClassName
{
border-color: #E1ABF6;
}
</style>