Shades of Mauve #E1A7F6
Tints of Mauve #E1A7F6
RGB
CMYK
RGB Variations
Color information
#E1A7F6 (or 0xE1A7F6) is known color: Mauve. HEX triplet: E1, A7 and F6. RGB value is (225,167,246). Sum of RGB (Red+Green+Blue) = 225+167+246=638 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.27% from 638); Green value is 167 (65.62% from 255 or 26.18% from 638); Blue value is 246 (96.48% from 255 or 38.56% from 638); Max value from RGB is 246 - color contains mainly: blue. Hex color #E1A7F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E1A7F6 is #1E5809. Grayscale: #C1C1C1. Windows color (decimal): -1988618 or 16164833. OLE color: 16164833.
HSL color Cylindrical-coordinate representation of color #E1A7F6: hue angle of 284.05º degrees, saturation: 0.81, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E1A7F6 is Cyan = 0.09, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 225 | 167 | 246 | - |
| CMYK | 0.09 | 0.32 | 0 | 0.04 |
| HSL | 284.05º | 0.81% | 0.81% | - |
| HSV(B) | 284.05º | 0.32% | 0.96% | - |
| XYZ | 61.5 | 50.3 | 93.66 | - |
| YUV | 193.35 | 157.72 | 150.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 167 | 246 | 0.09 | 0.32 | 0 | 0.04 | 284.05 | 0.81 | 0.81 |
| Hex | E1 | A7 | F6 | 9 | 20 | 0 | 4 | 11C | 51 | 51 |
| Octal | 341 | 247 | 366 | 11 | 40 | 0 | 4 | 434 | 121 | 121 |
| Binary | 11100001 | 10100111 | 11110110 | 1001 | 100000 | 0 | 100 | 100011100 | 1010001 | 1010001 |
Color Harmonies of #E1A7F6
Complementary color
Monochromatic Colors of #E1A7F6
Black with #E1A7F6
Text Example
Text Example
White with #E1A7F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1A7F6; }
p { color: rgb(225,167,246); }
H1.HeaderClassName
{
color: #E1A7F6;
}
.AnyTagClassName
{
color: #E1A7F6;
}
</style>
background-color css
<style>
a { background-color: #E1A7F6; }
a { background-color: rgb(225,167,246); }
div.DivClassName
{
background-color: #E1A7F6;
}
.BgClassName
{
background-color: #E1A7F6;
}
</style>
border-color css
<style>
span { border-color: #E1A7F6; }
span { border-color: rgb(225,167,246); }
td.TdClassName
{
border-color: #E1A7F6;
}
.TagClassName
{
border-color: #E1A7F6;
}
</style>