Shades of Mauve #E3A2FC
Tints of Mauve #E3A2FC
RGB
CMYK
RGB Variations
Color information
#E3A2FC (or 0xE3A2FC) is known color: Mauve. HEX triplet: E3, A2 and FC. RGB value is (227,162,252). Sum of RGB (Red+Green+Blue) = 227+162+252=641 (84% of max value = 765). Red value is 227 (89.06% from 255 or 35.41% from 641); Green value is 162 (63.67% from 255 or 25.27% from 641); Blue value is 252 (98.83% from 255 or 39.31% from 641); Max value from RGB is 252 - color contains mainly: blue. Hex color #E3A2FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E3A2FC is #1C5D03. Grayscale: #BFBFBF. Windows color (decimal): -1858820 or 16556771. OLE color: 16556771.
HSL color Cylindrical-coordinate representation of color #E3A2FC: hue angle of 283.33º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E3A2FC is Cyan = 0.10, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 227 | 162 | 252 | - |
| CMYK | 0.10 | 0.36 | 0 | 0.01 |
| HSL | 283.33º | 0.94% | 0.81% | - |
| HSV(B) | 283.33º | 0.36% | 0.99% | - |
| XYZ | 62.17 | 49.2 | 98.32 | - |
| YUV | 191.7 | 162.03 | 153.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 162 | 252 | 0.10 | 0.36 | 0 | 0.01 | 283.33 | 0.94 | 0.81 |
| Hex | E3 | A2 | FC | A | 24 | 0 | 1 | 11B | 5E | 51 |
| Octal | 343 | 242 | 374 | 12 | 44 | 0 | 1 | 433 | 136 | 121 |
| Binary | 11100011 | 10100010 | 11111100 | 1010 | 100100 | 0 | 1 | 100011011 | 1011110 | 1010001 |
Color Harmonies of #E3A2FC
Complementary color
Monochromatic Colors of #E3A2FC
Black with #E3A2FC
Text Example
Text Example
White with #E3A2FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3A2FC; }
p { color: rgb(227,162,252); }
H1.HeaderClassName
{
color: #E3A2FC;
}
.AnyTagClassName
{
color: #E3A2FC;
}
</style>
background-color css
<style>
a { background-color: #E3A2FC; }
a { background-color: rgb(227,162,252); }
div.DivClassName
{
background-color: #E3A2FC;
}
.BgClassName
{
background-color: #E3A2FC;
}
</style>
border-color css
<style>
span { border-color: #E3A2FC; }
span { border-color: rgb(227,162,252); }
td.TdClassName
{
border-color: #E3A2FC;
}
.TagClassName
{
border-color: #E3A2FC;
}
</style>