Shades of Mauve #E5A3F6
Tints of Mauve #E5A3F6
RGB
CMYK
RGB Variations
Color information
#E5A3F6 (or 0xE5A3F6) is known color: Mauve. HEX triplet: E5, A3 and F6. RGB value is (229,163,246). Sum of RGB (Red+Green+Blue) = 229+163+246=638 (84% of max value = 765). Red value is 229 (89.84% from 255 or 35.89% from 638); Green value is 163 (64.06% from 255 or 25.55% 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 #E5A3F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E5A3F6 is #1A5C09. Grayscale: #BFBFBF. Windows color (decimal): -1727498 or 16163813. OLE color: 16163813.
HSL color Cylindrical-coordinate representation of color #E5A3F6: hue angle of 287.71º degrees, saturation: 0.82, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E5A3F6 is Cyan = 0.07, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 229 | 163 | 246 | - |
| CMYK | 0.07 | 0.34 | 0 | 0.04 |
| HSL | 287.71º | 0.82% | 0.8% | - |
| HSV(B) | 287.71º | 0.34% | 0.96% | - |
| XYZ | 62.04 | 49.51 | 93.47 | - |
| YUV | 192.2 | 158.37 | 154.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 163 | 246 | 0.07 | 0.34 | 0 | 0.04 | 287.71 | 0.82 | 0.8 |
| Hex | E5 | A3 | F6 | 7 | 22 | 0 | 4 | 120 | 52 | 50 |
| Octal | 345 | 243 | 366 | 7 | 42 | 0 | 4 | 440 | 122 | 120 |
| Binary | 11100101 | 10100011 | 11110110 | 111 | 100010 | 0 | 100 | 100100000 | 1010010 | 1010000 |
Color Harmonies of #E5A3F6
Complementary color
Monochromatic Colors of #E5A3F6
Black with #E5A3F6
Text Example
Text Example
White with #E5A3F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5A3F6; }
p { color: rgb(229,163,246); }
H1.HeaderClassName
{
color: #E5A3F6;
}
.AnyTagClassName
{
color: #E5A3F6;
}
</style>
background-color css
<style>
a { background-color: #E5A3F6; }
a { background-color: rgb(229,163,246); }
div.DivClassName
{
background-color: #E5A3F6;
}
.BgClassName
{
background-color: #E5A3F6;
}
</style>
border-color css
<style>
span { border-color: #E5A3F6; }
span { border-color: rgb(229,163,246); }
td.TdClassName
{
border-color: #E5A3F6;
}
.TagClassName
{
border-color: #E5A3F6;
}
</style>