Shades of Mauve #E3A2FA
Tints of Mauve #E3A2FA
RGB
CMYK
RGB Variations
Color information
#E3A2FA (or 0xE3A2FA) is known color: Mauve. HEX triplet: E3, A2 and FA. RGB value is (227,162,250). Sum of RGB (Red+Green+Blue) = 227+162+250=639 (84% of max value = 765). Red value is 227 (89.06% from 255 or 35.52% from 639); Green value is 162 (63.67% from 255 or 25.35% from 639); Blue value is 250 (98.05% from 255 or 39.12% from 639); Max value from RGB is 250 - color contains mainly: blue. Hex color #E3A2FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E3A2FA is #1C5D05. Grayscale: #BFBFBF. Windows color (decimal): -1858822 or 16425699. OLE color: 16425699.
HSL color Cylindrical-coordinate representation of color #E3A2FA: hue angle of 284.32º 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 #E3A2FA is Cyan = 0.09, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 227 | 162 | 250 | - |
| CMYK | 0.09 | 0.35 | 0 | 0.02 |
| HSL | 284.32º | 0.9% | 0.81% | - |
| HSV(B) | 284.32º | 0.35% | 0.98% | - |
| XYZ | 61.85 | 49.07 | 96.65 | - |
| YUV | 191.47 | 161.03 | 153.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 162 | 250 | 0.09 | 0.35 | 0 | 0.02 | 284.32 | 0.9 | 0.81 |
| Hex | E3 | A2 | FA | 9 | 23 | 0 | 2 | 11C | 5A | 51 |
| Octal | 343 | 242 | 372 | 11 | 43 | 0 | 2 | 434 | 132 | 121 |
| Binary | 11100011 | 10100010 | 11111010 | 1001 | 100011 | 0 | 10 | 100011100 | 1011010 | 1010001 |
Color Harmonies of #E3A2FA
Complementary color
Monochromatic Colors of #E3A2FA
Black with #E3A2FA
Text Example
Text Example
White with #E3A2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3A2FA; }
p { color: rgb(227,162,250); }
H1.HeaderClassName
{
color: #E3A2FA;
}
.AnyTagClassName
{
color: #E3A2FA;
}
</style>
background-color css
<style>
a { background-color: #E3A2FA; }
a { background-color: rgb(227,162,250); }
div.DivClassName
{
background-color: #E3A2FA;
}
.BgClassName
{
background-color: #E3A2FA;
}
</style>
border-color css
<style>
span { border-color: #E3A2FA; }
span { border-color: rgb(227,162,250); }
td.TdClassName
{
border-color: #E3A2FA;
}
.TagClassName
{
border-color: #E3A2FA;
}
</style>