Shades of Mauve #E1A6F7
Tints of Mauve #E1A6F7
RGB
CMYK
RGB Variations
Color information
#E1A6F7 (or 0xE1A6F7) is known color: Mauve. HEX triplet: E1, A6 and F7. RGB value is (225,166,247). Sum of RGB (Red+Green+Blue) = 225+166+247=638 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.27% from 638); Green value is 166 (65.23% from 255 or 26.02% from 638); Blue value is 247 (96.88% from 255 or 38.71% from 638); Max value from RGB is 247 - color contains mainly: blue. Hex color #E1A6F7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E1A6F7 is #1E5908. Grayscale: #C0C0C0. Windows color (decimal): -1988873 or 16230113. OLE color: 16230113.
HSL color Cylindrical-coordinate representation of color #E1A6F7: hue angle of 283.7º degrees, saturation: 0.84, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E1A6F7 is Cyan = 0.09, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 225 | 166 | 247 | - |
| CMYK | 0.09 | 0.33 | 0 | 0.03 |
| HSL | 283.7º | 0.84% | 0.81% | - |
| HSV(B) | 283.7º | 0.33% | 0.97% | - |
| XYZ | 61.48 | 50 | 94.41 | - |
| YUV | 192.88 | 158.55 | 150.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 166 | 247 | 0.09 | 0.33 | 0 | 0.03 | 283.7 | 0.84 | 0.81 |
| Hex | E1 | A6 | F7 | 9 | 21 | 0 | 3 | 11C | 54 | 51 |
| Octal | 341 | 246 | 367 | 11 | 41 | 0 | 3 | 434 | 124 | 121 |
| Binary | 11100001 | 10100110 | 11110111 | 1001 | 100001 | 0 | 11 | 100011100 | 1010100 | 1010001 |
Color Harmonies of #E1A6F7
Complementary color
Monochromatic Colors of #E1A6F7
Black with #E1A6F7
Text Example
Text Example
White with #E1A6F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1A6F7; }
p { color: rgb(225,166,247); }
H1.HeaderClassName
{
color: #E1A6F7;
}
.AnyTagClassName
{
color: #E1A6F7;
}
</style>
background-color css
<style>
a { background-color: #E1A6F7; }
a { background-color: rgb(225,166,247); }
div.DivClassName
{
background-color: #E1A6F7;
}
.BgClassName
{
background-color: #E1A6F7;
}
</style>
border-color css
<style>
span { border-color: #E1A6F7; }
span { border-color: rgb(225,166,247); }
td.TdClassName
{
border-color: #E1A6F7;
}
.TagClassName
{
border-color: #E1A6F7;
}
</style>