Shades of Mauve #E5A0F7
Tints of Mauve #E5A0F7
RGB
CMYK
RGB Variations
Color information
#E5A0F7 (or 0xE5A0F7) is known color: Mauve. HEX triplet: E5, A0 and F7. RGB value is (229,160,247). Sum of RGB (Red+Green+Blue) = 229+160+247=636 (84% of max value = 765). Red value is 229 (89.84% from 255 or 36.01% from 636); Green value is 160 (62.89% from 255 or 25.16% from 636); Blue value is 247 (96.88% from 255 or 38.84% from 636); Max value from RGB is 247 - color contains mainly: blue. Hex color #E5A0F7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E5A0F7 is #1A5F08. Grayscale: #BEBEBE. Windows color (decimal): -1728265 or 16228581. OLE color: 16228581.
HSL color Cylindrical-coordinate representation of color #E5A0F7: hue angle of 287.59º degrees, saturation: 0.84, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E5A0F7 is Cyan = 0.07, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 229 | 160 | 247 | - |
| CMYK | 0.07 | 0.35 | 0 | 0.03 |
| HSL | 287.59º | 0.84% | 0.8% | - |
| HSV(B) | 287.59º | 0.35% | 0.97% | - |
| XYZ | 61.67 | 48.52 | 94.11 | - |
| YUV | 190.55 | 159.86 | 155.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 160 | 247 | 0.07 | 0.35 | 0 | 0.03 | 287.59 | 0.84 | 0.8 |
| Hex | E5 | A0 | F7 | 7 | 23 | 0 | 3 | 120 | 54 | 50 |
| Octal | 345 | 240 | 367 | 7 | 43 | 0 | 3 | 440 | 124 | 120 |
| Binary | 11100101 | 10100000 | 11110111 | 111 | 100011 | 0 | 11 | 100100000 | 1010100 | 1010000 |
Color Harmonies of #E5A0F7
Complementary color
Monochromatic Colors of #E5A0F7
Black with #E5A0F7
Text Example
Text Example
White with #E5A0F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5A0F7; }
p { color: rgb(229,160,247); }
H1.HeaderClassName
{
color: #E5A0F7;
}
.AnyTagClassName
{
color: #E5A0F7;
}
</style>
background-color css
<style>
a { background-color: #E5A0F7; }
a { background-color: rgb(229,160,247); }
div.DivClassName
{
background-color: #E5A0F7;
}
.BgClassName
{
background-color: #E5A0F7;
}
</style>
border-color css
<style>
span { border-color: #E5A0F7; }
span { border-color: rgb(229,160,247); }
td.TdClassName
{
border-color: #E5A0F7;
}
.TagClassName
{
border-color: #E5A0F7;
}
</style>