Shades of Mauve #E3A0FC
Tints of Mauve #E3A0FC
RGB
CMYK
RGB Variations
Color information
#E3A0FC (or 0xE3A0FC) is known color: Mauve. HEX triplet: E3, A0 and FC. RGB value is (227,160,252). Sum of RGB (Red+Green+Blue) = 227+160+252=639 (84% of max value = 765). Red value is 227 (89.06% from 255 or 35.52% from 639); Green value is 160 (62.89% from 255 or 25.04% from 639); Blue value is 252 (98.83% from 255 or 39.44% from 639); Max value from RGB is 252 - color contains mainly: blue. Hex color #E3A0FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E3A0FC is #1C5F03. Grayscale: #BEBEBE. Windows color (decimal): -1859332 or 16556259. OLE color: 16556259.
HSL color Cylindrical-coordinate representation of color #E3A0FC: hue angle of 283.7º degrees, saturation: 0.94, 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 #E3A0FC is Cyan = 0.10, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 227 | 160 | 252 | - |
| CMYK | 0.10 | 0.37 | 0 | 0.01 |
| HSL | 283.7º | 0.94% | 0.81% | - |
| HSV(B) | 283.7º | 0.37% | 0.99% | - |
| XYZ | 61.82 | 48.5 | 98.2 | - |
| YUV | 190.52 | 162.7 | 154.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 160 | 252 | 0.10 | 0.37 | 0 | 0.01 | 283.7 | 0.94 | 0.81 |
| Hex | E3 | A0 | FC | A | 25 | 0 | 1 | 11C | 5E | 51 |
| Octal | 343 | 240 | 374 | 12 | 45 | 0 | 1 | 434 | 136 | 121 |
| Binary | 11100011 | 10100000 | 11111100 | 1010 | 100101 | 0 | 1 | 100011100 | 1011110 | 1010001 |
Color Harmonies of #E3A0FC
Complementary color
Monochromatic Colors of #E3A0FC
Black with #E3A0FC
Text Example
Text Example
White with #E3A0FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3A0FC; }
p { color: rgb(227,160,252); }
H1.HeaderClassName
{
color: #E3A0FC;
}
.AnyTagClassName
{
color: #E3A0FC;
}
</style>
background-color css
<style>
a { background-color: #E3A0FC; }
a { background-color: rgb(227,160,252); }
div.DivClassName
{
background-color: #E3A0FC;
}
.BgClassName
{
background-color: #E3A0FC;
}
</style>
border-color css
<style>
span { border-color: #E3A0FC; }
span { border-color: rgb(227,160,252); }
td.TdClassName
{
border-color: #E3A0FC;
}
.TagClassName
{
border-color: #E3A0FC;
}
</style>