Shades of Mauve #E5A0FE
Tints of Mauve #E5A0FE
RGB
CMYK
RGB Variations
Color information
#E5A0FE (or 0xE5A0FE) is known color: Mauve. HEX triplet: E5, A0 and FE. RGB value is (229,160,254). Sum of RGB (Red+Green+Blue) = 229+160+254=643 (85% of max value = 765). Red value is 229 (89.84% from 255 or 35.61% from 643); Green value is 160 (62.89% from 255 or 24.88% from 643); Blue value is 254 (99.61% from 255 or 39.50% from 643); Max value from RGB is 254 - color contains mainly: blue. Hex color #E5A0FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E5A0FE is #1A5F01. Grayscale: #BFBFBF. Windows color (decimal): -1728258 or 16687333. OLE color: 16687333.
HSL color Cylindrical-coordinate representation of color #E5A0FE: hue angle of 284.04º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E5A0FE is Cyan = 0.10, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 229 | 160 | 254 | - |
| CMYK | 0.10 | 0.37 | 0 | 0.00 |
| HSL | 284.04º | 0.98% | 0.81% | - |
| HSV(B) | 284.04º | 0.37% | 1% | - |
| XYZ | 62.77 | 48.96 | 99.91 | - |
| YUV | 191.35 | 163.36 | 154.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 160 | 254 | 0.10 | 0.37 | 0 | 0.00 | 284.04 | 0.98 | 0.81 |
| Hex | E5 | A0 | FE | A | 25 | 0 | 0 | 11C | 62 | 51 |
| Octal | 345 | 240 | 376 | 12 | 45 | 0 | 0 | 434 | 142 | 121 |
| Binary | 11100101 | 10100000 | 11111110 | 1010 | 100101 | 0 | 0 | 100011100 | 1100010 | 1010001 |
Color Harmonies of #E5A0FE
Complementary color
Monochromatic Colors of #E5A0FE
Black with #E5A0FE
Text Example
Text Example
White with #E5A0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5A0FE; }
p { color: rgb(229,160,254); }
H1.HeaderClassName
{
color: #E5A0FE;
}
.AnyTagClassName
{
color: #E5A0FE;
}
</style>
background-color css
<style>
a { background-color: #E5A0FE; }
a { background-color: rgb(229,160,254); }
div.DivClassName
{
background-color: #E5A0FE;
}
.BgClassName
{
background-color: #E5A0FE;
}
</style>
border-color css
<style>
span { border-color: #E5A0FE; }
span { border-color: rgb(229,160,254); }
td.TdClassName
{
border-color: #E5A0FE;
}
.TagClassName
{
border-color: #E5A0FE;
}
</style>