Shades of Mauve #E4A0FC
Tints of Mauve #E4A0FC
RGB
CMYK
RGB Variations
Color information
#E4A0FC (or 0xE4A0FC) is known color: Mauve. HEX triplet: E4, A0 and FC. RGB value is (228,160,252). Sum of RGB (Red+Green+Blue) = 228+160+252=640 (84% of max value = 765). Red value is 228 (89.45% from 255 or 35.62% from 640); Green value is 160 (62.89% from 255 or 25% from 640); Blue value is 252 (98.83% from 255 or 39.38% from 640); Max value from RGB is 252 - color contains mainly: blue. Hex color #E4A0FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E4A0FC is #1B5F03. Grayscale: #BEBEBE. Windows color (decimal): -1793796 or 16556260. OLE color: 16556260.
HSL color Cylindrical-coordinate representation of color #E4A0FC: hue angle of 284.35º 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 #E4A0FC is Cyan = 0.10, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 228 | 160 | 252 | - |
| CMYK | 0.10 | 0.37 | 0 | 0.01 |
| HSL | 284.35º | 0.94% | 0.81% | - |
| HSV(B) | 284.35º | 0.37% | 0.99% | - |
| XYZ | 62.14 | 48.66 | 98.21 | - |
| YUV | 190.82 | 162.53 | 154.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 160 | 252 | 0.10 | 0.37 | 0 | 0.01 | 284.35 | 0.94 | 0.81 |
| Hex | E4 | A0 | FC | A | 25 | 0 | 1 | 11C | 5E | 51 |
| Octal | 344 | 240 | 374 | 12 | 45 | 0 | 1 | 434 | 136 | 121 |
| Binary | 11100100 | 10100000 | 11111100 | 1010 | 100101 | 0 | 1 | 100011100 | 1011110 | 1010001 |
Color Harmonies of #E4A0FC
Complementary color
Monochromatic Colors of #E4A0FC
Black with #E4A0FC
Text Example
Text Example
White with #E4A0FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4A0FC; }
p { color: rgb(228,160,252); }
H1.HeaderClassName
{
color: #E4A0FC;
}
.AnyTagClassName
{
color: #E4A0FC;
}
</style>
background-color css
<style>
a { background-color: #E4A0FC; }
a { background-color: rgb(228,160,252); }
div.DivClassName
{
background-color: #E4A0FC;
}
.BgClassName
{
background-color: #E4A0FC;
}
</style>
border-color css
<style>
span { border-color: #E4A0FC; }
span { border-color: rgb(228,160,252); }
td.TdClassName
{
border-color: #E4A0FC;
}
.TagClassName
{
border-color: #E4A0FC;
}
</style>