Shades of Mauve #E3A3FC
Tints of Mauve #E3A3FC
RGB
CMYK
RGB Variations
Color information
#E3A3FC (or 0xE3A3FC) is known color: Mauve. HEX triplet: E3, A3 and FC. RGB value is (227,163,252). Sum of RGB (Red+Green+Blue) = 227+163+252=642 (85% of max value = 765). Red value is 227 (89.06% from 255 or 35.36% from 642); Green value is 163 (64.06% from 255 or 25.39% from 642); Blue value is 252 (98.83% from 255 or 39.25% from 642); Max value from RGB is 252 - color contains mainly: blue. Hex color #E3A3FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E3A3FC is #1C5C03. Grayscale: #BFBFBF. Windows color (decimal): -1858564 or 16557027. OLE color: 16557027.
HSL color Cylindrical-coordinate representation of color #E3A3FC: hue angle of 283.15º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E3A3FC is Cyan = 0.10, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 227 | 163 | 252 | - |
| CMYK | 0.10 | 0.35 | 0 | 0.01 |
| HSL | 283.15º | 0.94% | 0.81% | - |
| HSV(B) | 283.15º | 0.35% | 0.99% | - |
| XYZ | 62.35 | 49.55 | 98.37 | - |
| YUV | 192.28 | 161.7 | 152.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 163 | 252 | 0.10 | 0.35 | 0 | 0.01 | 283.15 | 0.94 | 0.81 |
| Hex | E3 | A3 | FC | A | 23 | 0 | 1 | 11B | 5E | 51 |
| Octal | 343 | 243 | 374 | 12 | 43 | 0 | 1 | 433 | 136 | 121 |
| Binary | 11100011 | 10100011 | 11111100 | 1010 | 100011 | 0 | 1 | 100011011 | 1011110 | 1010001 |
Color Harmonies of #E3A3FC
Complementary color
Monochromatic Colors of #E3A3FC
Black with #E3A3FC
Text Example
Text Example
White with #E3A3FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3A3FC; }
p { color: rgb(227,163,252); }
H1.HeaderClassName
{
color: #E3A3FC;
}
.AnyTagClassName
{
color: #E3A3FC;
}
</style>
background-color css
<style>
a { background-color: #E3A3FC; }
a { background-color: rgb(227,163,252); }
div.DivClassName
{
background-color: #E3A3FC;
}
.BgClassName
{
background-color: #E3A3FC;
}
</style>
border-color css
<style>
span { border-color: #E3A3FC; }
span { border-color: rgb(227,163,252); }
td.TdClassName
{
border-color: #E3A3FC;
}
.TagClassName
{
border-color: #E3A3FC;
}
</style>