Shades of Mauve #E1ABF8
Tints of Mauve #E1ABF8
RGB
CMYK
RGB Variations
Color information
#E1ABF8 (or 0xE1ABF8) is known color: Mauve. HEX triplet: E1, AB and F8. RGB value is (225,171,248). Sum of RGB (Red+Green+Blue) = 225+171+248=644 (85% of max value = 765). Red value is 225 (88.28% from 255 or 34.94% from 644); Green value is 171 (67.19% from 255 or 26.55% from 644); Blue value is 248 (97.27% from 255 or 38.51% from 644); Max value from RGB is 248 - color contains mainly: blue. Hex color #E1ABF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E1ABF8 is #1E5407. Grayscale: #C3C3C3. Windows color (decimal): -1987592 or 16296929. OLE color: 16296929.
HSL color Cylindrical-coordinate representation of color #E1ABF8: hue angle of 282.08º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E1ABF8 is Cyan = 0.09, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 225 | 171 | 248 | - |
| CMYK | 0.09 | 0.31 | 0 | 0.03 |
| HSL | 282.08º | 0.85% | 0.82% | - |
| HSV(B) | 282.08º | 0.31% | 0.97% | - |
| XYZ | 62.56 | 51.91 | 95.53 | - |
| YUV | 195.92 | 157.39 | 148.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 171 | 248 | 0.09 | 0.31 | 0 | 0.03 | 282.08 | 0.85 | 0.82 |
| Hex | E1 | AB | F8 | 9 | 1F | 0 | 3 | 11A | 55 | 52 |
| Octal | 341 | 253 | 370 | 11 | 37 | 0 | 3 | 432 | 125 | 122 |
| Binary | 11100001 | 10101011 | 11111000 | 1001 | 11111 | 0 | 11 | 100011010 | 1010101 | 1010010 |
Color Harmonies of #E1ABF8
Complementary color
Monochromatic Colors of #E1ABF8
Black with #E1ABF8
Text Example
Text Example
White with #E1ABF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1ABF8; }
p { color: rgb(225,171,248); }
H1.HeaderClassName
{
color: #E1ABF8;
}
.AnyTagClassName
{
color: #E1ABF8;
}
</style>
background-color css
<style>
a { background-color: #E1ABF8; }
a { background-color: rgb(225,171,248); }
div.DivClassName
{
background-color: #E1ABF8;
}
.BgClassName
{
background-color: #E1ABF8;
}
</style>
border-color css
<style>
span { border-color: #E1ABF8; }
span { border-color: rgb(225,171,248); }
td.TdClassName
{
border-color: #E1ABF8;
}
.TagClassName
{
border-color: #E1ABF8;
}
</style>