Shades of Mauve #E5A2FA
Tints of Mauve #E5A2FA
RGB
CMYK
RGB Variations
Color information
#E5A2FA (or 0xE5A2FA) is known color: Mauve. HEX triplet: E5, A2 and FA. RGB value is (229,162,250). Sum of RGB (Red+Green+Blue) = 229+162+250=641 (84% of max value = 765). Red value is 229 (89.84% from 255 or 35.73% from 641); Green value is 162 (63.67% from 255 or 25.27% from 641); Blue value is 250 (98.05% from 255 or 39.00% from 641); Max value from RGB is 250 - color contains mainly: blue. Hex color #E5A2FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E5A2FA is #1A5D05. Grayscale: #BFBFBF. Windows color (decimal): -1727750 or 16425701. OLE color: 16425701.
HSL color Cylindrical-coordinate representation of color #E5A2FA: hue angle of 285.68º 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 #E5A2FA is Cyan = 0.08, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 229 | 162 | 250 | - |
| CMYK | 0.08 | 0.35 | 0 | 0.02 |
| HSL | 285.68º | 0.9% | 0.81% | - |
| HSV(B) | 285.68º | 0.35% | 0.98% | - |
| XYZ | 62.49 | 49.4 | 96.68 | - |
| YUV | 192.07 | 160.7 | 154.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 162 | 250 | 0.08 | 0.35 | 0 | 0.02 | 285.68 | 0.9 | 0.81 |
| Hex | E5 | A2 | FA | 8 | 23 | 0 | 2 | 11E | 5A | 51 |
| Octal | 345 | 242 | 372 | 10 | 43 | 0 | 2 | 436 | 132 | 121 |
| Binary | 11100101 | 10100010 | 11111010 | 1000 | 100011 | 0 | 10 | 100011110 | 1011010 | 1010001 |
Color Harmonies of #E5A2FA
Complementary color
Monochromatic Colors of #E5A2FA
Black with #E5A2FA
Text Example
Text Example
White with #E5A2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5A2FA; }
p { color: rgb(229,162,250); }
H1.HeaderClassName
{
color: #E5A2FA;
}
.AnyTagClassName
{
color: #E5A2FA;
}
</style>
background-color css
<style>
a { background-color: #E5A2FA; }
a { background-color: rgb(229,162,250); }
div.DivClassName
{
background-color: #E5A2FA;
}
.BgClassName
{
background-color: #E5A2FA;
}
</style>
border-color css
<style>
span { border-color: #E5A2FA; }
span { border-color: rgb(229,162,250); }
td.TdClassName
{
border-color: #E5A2FA;
}
.TagClassName
{
border-color: #E5A2FA;
}
</style>