Shades of Mauve #E4A2FA
Tints of Mauve #E4A2FA
RGB
CMYK
RGB Variations
Color information
#E4A2FA (or 0xE4A2FA) is known color: Mauve. HEX triplet: E4, A2 and FA. RGB value is (228,162,250). Sum of RGB (Red+Green+Blue) = 228+162+250=640 (84% of max value = 765). Red value is 228 (89.45% from 255 or 35.62% from 640); Green value is 162 (63.67% from 255 or 25.31% from 640); Blue value is 250 (98.05% from 255 or 39.06% from 640); Max value from RGB is 250 - color contains mainly: blue. Hex color #E4A2FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E4A2FA is #1B5D05. Grayscale: #BFBFBF. Windows color (decimal): -1793286 or 16425700. OLE color: 16425700.
HSL color Cylindrical-coordinate representation of color #E4A2FA: hue angle of 285º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E4A2FA is Cyan = 0.09, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 228 | 162 | 250 | - |
| CMYK | 0.09 | 0.35 | 0 | 0.02 |
| HSL | 285º | 0.9% | 0.81% | - |
| HSV(B) | 285º | 0.35% | 0.98% | - |
| XYZ | 62.17 | 49.24 | 96.67 | - |
| YUV | 191.77 | 160.87 | 153.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 162 | 250 | 0.09 | 0.35 | 0 | 0.02 | 285 | 0.9 | 0.81 |
| Hex | E4 | A2 | FA | 9 | 23 | 0 | 2 | 11D | 5A | 51 |
| Octal | 344 | 242 | 372 | 11 | 43 | 0 | 2 | 435 | 132 | 121 |
| Binary | 11100100 | 10100010 | 11111010 | 1001 | 100011 | 0 | 10 | 100011101 | 1011010 | 1010001 |
Color Harmonies of #E4A2FA
Complementary color
Monochromatic Colors of #E4A2FA
Black with #E4A2FA
Text Example
Text Example
White with #E4A2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4A2FA; }
p { color: rgb(228,162,250); }
H1.HeaderClassName
{
color: #E4A2FA;
}
.AnyTagClassName
{
color: #E4A2FA;
}
</style>
background-color css
<style>
a { background-color: #E4A2FA; }
a { background-color: rgb(228,162,250); }
div.DivClassName
{
background-color: #E4A2FA;
}
.BgClassName
{
background-color: #E4A2FA;
}
</style>
border-color css
<style>
span { border-color: #E4A2FA; }
span { border-color: rgb(228,162,250); }
td.TdClassName
{
border-color: #E4A2FA;
}
.TagClassName
{
border-color: #E4A2FA;
}
</style>