Shades of Mauve #E2A6F7
Tints of Mauve #E2A6F7
RGB
CMYK
RGB Variations
Color information
#E2A6F7 (or 0xE2A6F7) is known color: Mauve. HEX triplet: E2, A6 and F7. RGB value is (226,166,247). Sum of RGB (Red+Green+Blue) = 226+166+247=639 (84% of max value = 765). Red value is 226 (88.67% from 255 or 35.37% from 639); Green value is 166 (65.23% from 255 or 25.98% from 639); Blue value is 247 (96.88% from 255 or 38.65% from 639); Max value from RGB is 247 - color contains mainly: blue. Hex color #E2A6F7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E2A6F7 is #1D5908. Grayscale: #C0C0C0. Windows color (decimal): -1923337 or 16230114. OLE color: 16230114.
HSL color Cylindrical-coordinate representation of color #E2A6F7: hue angle of 284.44º 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 #E2A6F7 is Cyan = 0.09, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 226 | 166 | 247 | - |
| CMYK | 0.09 | 0.33 | 0 | 0.03 |
| HSL | 284.44º | 0.84% | 0.81% | - |
| HSV(B) | 284.44º | 0.33% | 0.97% | - |
| XYZ | 61.79 | 50.16 | 94.42 | - |
| YUV | 193.17 | 158.38 | 151.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 166 | 247 | 0.09 | 0.33 | 0 | 0.03 | 284.44 | 0.84 | 0.81 |
| Hex | E2 | A6 | F7 | 9 | 21 | 0 | 3 | 11C | 54 | 51 |
| Octal | 342 | 246 | 367 | 11 | 41 | 0 | 3 | 434 | 124 | 121 |
| Binary | 11100010 | 10100110 | 11110111 | 1001 | 100001 | 0 | 11 | 100011100 | 1010100 | 1010001 |
Color Harmonies of #E2A6F7
Complementary color
Monochromatic Colors of #E2A6F7
Black with #E2A6F7
Text Example
Text Example
White with #E2A6F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2A6F7; }
p { color: rgb(226,166,247); }
H1.HeaderClassName
{
color: #E2A6F7;
}
.AnyTagClassName
{
color: #E2A6F7;
}
</style>
background-color css
<style>
a { background-color: #E2A6F7; }
a { background-color: rgb(226,166,247); }
div.DivClassName
{
background-color: #E2A6F7;
}
.BgClassName
{
background-color: #E2A6F7;
}
</style>
border-color css
<style>
span { border-color: #E2A6F7; }
span { border-color: rgb(226,166,247); }
td.TdClassName
{
border-color: #E2A6F7;
}
.TagClassName
{
border-color: #E2A6F7;
}
</style>