Shades of Mauve #E1AFF1
Tints of Mauve #E1AFF1
RGB
CMYK
RGB Variations
Color information
#E1AFF1 (or 0xE1AFF1) is known color: Mauve. HEX triplet: E1, AF and F1. RGB value is (225,175,241). Sum of RGB (Red+Green+Blue) = 225+175+241=641 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.10% from 641); Green value is 175 (68.75% from 255 or 27.30% from 641); Blue value is 241 (94.53% from 255 or 37.60% from 641); Max value from RGB is 241 - color contains mainly: blue. Hex color #E1AFF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E1AFF1 is #1E500E. Grayscale: #C5C5C5. Windows color (decimal): -1986575 or 15839201. OLE color: 15839201.
HSL color Cylindrical-coordinate representation of color #E1AFF1: hue angle of 285.45º degrees, saturation: 0.7, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E1AFF1 is Cyan = 0.07, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 225 | 175 | 241 | - |
| CMYK | 0.07 | 0.27 | 0 | 0.05 |
| HSL | 285.45º | 0.7% | 0.82% | - |
| HSV(B) | 285.45º | 0.27% | 0.95% | - |
| XYZ | 62.26 | 53.02 | 90.17 | - |
| YUV | 197.47 | 152.57 | 147.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 175 | 241 | 0.07 | 0.27 | 0 | 0.05 | 285.45 | 0.7 | 0.82 |
| Hex | E1 | AF | F1 | 7 | 1B | 0 | 5 | 11D | 46 | 52 |
| Octal | 341 | 257 | 361 | 7 | 33 | 0 | 5 | 435 | 106 | 122 |
| Binary | 11100001 | 10101111 | 11110001 | 111 | 11011 | 0 | 101 | 100011101 | 1000110 | 1010010 |
Color Harmonies of #E1AFF1
Complementary color
Monochromatic Colors of #E1AFF1
Black with #E1AFF1
Text Example
Text Example
White with #E1AFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1AFF1; }
p { color: rgb(225,175,241); }
H1.HeaderClassName
{
color: #E1AFF1;
}
.AnyTagClassName
{
color: #E1AFF1;
}
</style>
background-color css
<style>
a { background-color: #E1AFF1; }
a { background-color: rgb(225,175,241); }
div.DivClassName
{
background-color: #E1AFF1;
}
.BgClassName
{
background-color: #E1AFF1;
}
</style>
border-color css
<style>
span { border-color: #E1AFF1; }
span { border-color: rgb(225,175,241); }
td.TdClassName
{
border-color: #E1AFF1;
}
.TagClassName
{
border-color: #E1AFF1;
}
</style>