Shades of Mauve #E2A2FA
Tints of Mauve #E2A2FA
RGB
CMYK
RGB Variations
Color information
#E2A2FA (or 0xE2A2FA) is known color: Mauve. HEX triplet: E2, A2 and FA. RGB value is (226,162,250). Sum of RGB (Red+Green+Blue) = 226+162+250=638 (84% of max value = 765). Red value is 226 (88.67% from 255 or 35.42% from 638); Green value is 162 (63.67% from 255 or 25.39% from 638); Blue value is 250 (98.05% from 255 or 39.18% from 638); Max value from RGB is 250 - color contains mainly: blue. Hex color #E2A2FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E2A2FA is #1D5D05. Grayscale: #BEBEBE. Windows color (decimal): -1924358 or 16425698. OLE color: 16425698.
HSL color Cylindrical-coordinate representation of color #E2A2FA: hue angle of 283.64º 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 #E2A2FA is Cyan = 0.10, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 226 | 162 | 250 | - |
| CMYK | 0.10 | 0.35 | 0 | 0.02 |
| HSL | 283.64º | 0.9% | 0.81% | - |
| HSV(B) | 283.64º | 0.35% | 0.98% | - |
| XYZ | 61.54 | 48.91 | 96.64 | - |
| YUV | 191.17 | 161.2 | 152.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 162 | 250 | 0.10 | 0.35 | 0 | 0.02 | 283.64 | 0.9 | 0.81 |
| Hex | E2 | A2 | FA | A | 23 | 0 | 2 | 11C | 5A | 51 |
| Octal | 342 | 242 | 372 | 12 | 43 | 0 | 2 | 434 | 132 | 121 |
| Binary | 11100010 | 10100010 | 11111010 | 1010 | 100011 | 0 | 10 | 100011100 | 1011010 | 1010001 |
Color Harmonies of #E2A2FA
Complementary color
Monochromatic Colors of #E2A2FA
Black with #E2A2FA
Text Example
Text Example
White with #E2A2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2A2FA; }
p { color: rgb(226,162,250); }
H1.HeaderClassName
{
color: #E2A2FA;
}
.AnyTagClassName
{
color: #E2A2FA;
}
</style>
background-color css
<style>
a { background-color: #E2A2FA; }
a { background-color: rgb(226,162,250); }
div.DivClassName
{
background-color: #E2A2FA;
}
.BgClassName
{
background-color: #E2A2FA;
}
</style>
border-color css
<style>
span { border-color: #E2A2FA; }
span { border-color: rgb(226,162,250); }
td.TdClassName
{
border-color: #E2A2FA;
}
.TagClassName
{
border-color: #E2A2FA;
}
</style>