Shades of Mauve #E5A0FD
Tints of Mauve #E5A0FD
RGB
CMYK
RGB Variations
Color information
#E5A0FD (or 0xE5A0FD) is known color: Mauve. HEX triplet: E5, A0 and FD. RGB value is (229,160,253). Sum of RGB (Red+Green+Blue) = 229+160+253=642 (85% of max value = 765). Red value is 229 (89.84% from 255 or 35.67% from 642); Green value is 160 (62.89% from 255 or 24.92% from 642); Blue value is 253 (99.22% from 255 or 39.41% from 642); Max value from RGB is 253 - color contains mainly: blue. Hex color #E5A0FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E5A0FD is #1A5F02. Grayscale: #BEBEBE. Windows color (decimal): -1728259 or 16621797. OLE color: 16621797.
HSL color Cylindrical-coordinate representation of color #E5A0FD: hue angle of 284.52º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E5A0FD is Cyan = 0.09, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 229 | 160 | 253 | - |
| CMYK | 0.09 | 0.37 | 0 | 0.01 |
| HSL | 284.52º | 0.96% | 0.81% | - |
| HSV(B) | 284.52º | 0.37% | 0.99% | - |
| XYZ | 62.61 | 48.89 | 99.07 | - |
| YUV | 191.23 | 162.86 | 154.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 160 | 253 | 0.09 | 0.37 | 0 | 0.01 | 284.52 | 0.96 | 0.81 |
| Hex | E5 | A0 | FD | 9 | 25 | 0 | 1 | 11D | 60 | 51 |
| Octal | 345 | 240 | 375 | 11 | 45 | 0 | 1 | 435 | 140 | 121 |
| Binary | 11100101 | 10100000 | 11111101 | 1001 | 100101 | 0 | 1 | 100011101 | 1100000 | 1010001 |
Color Harmonies of #E5A0FD
Complementary color
Monochromatic Colors of #E5A0FD
Black with #E5A0FD
Text Example
Text Example
White with #E5A0FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5A0FD; }
p { color: rgb(229,160,253); }
H1.HeaderClassName
{
color: #E5A0FD;
}
.AnyTagClassName
{
color: #E5A0FD;
}
</style>
background-color css
<style>
a { background-color: #E5A0FD; }
a { background-color: rgb(229,160,253); }
div.DivClassName
{
background-color: #E5A0FD;
}
.BgClassName
{
background-color: #E5A0FD;
}
</style>
border-color css
<style>
span { border-color: #E5A0FD; }
span { border-color: rgb(229,160,253); }
td.TdClassName
{
border-color: #E5A0FD;
}
.TagClassName
{
border-color: #E5A0FD;
}
</style>