Shades of Mauve #E3A8FA
Tints of Mauve #E3A8FA
RGB
CMYK
RGB Variations
Color information
#E3A8FA (or 0xE3A8FA) is known color: Mauve. HEX triplet: E3, A8 and FA. RGB value is (227,168,250). Sum of RGB (Red+Green+Blue) = 227+168+250=645 (85% of max value = 765). Red value is 227 (89.06% from 255 or 35.19% from 645); Green value is 168 (66.02% from 255 or 26.05% from 645); Blue value is 250 (98.05% from 255 or 38.76% from 645); Max value from RGB is 250 - color contains mainly: blue. Hex color #E3A8FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E3A8FA is #1C5705. Grayscale: #C2C2C2. Windows color (decimal): -1857286 or 16427235. OLE color: 16427235.
HSL color Cylindrical-coordinate representation of color #E3A8FA: hue angle of 283.17º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E3A8FA is Cyan = 0.09, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 227 | 168 | 250 | - |
| CMYK | 0.09 | 0.33 | 0 | 0.02 |
| HSL | 283.17º | 0.89% | 0.82% | - |
| HSV(B) | 283.17º | 0.33% | 0.98% | - |
| XYZ | 62.94 | 51.24 | 97.02 | - |
| YUV | 194.99 | 159.05 | 150.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 168 | 250 | 0.09 | 0.33 | 0 | 0.02 | 283.17 | 0.89 | 0.82 |
| Hex | E3 | A8 | FA | 9 | 21 | 0 | 2 | 11B | 59 | 52 |
| Octal | 343 | 250 | 372 | 11 | 41 | 0 | 2 | 433 | 131 | 122 |
| Binary | 11100011 | 10101000 | 11111010 | 1001 | 100001 | 0 | 10 | 100011011 | 1011001 | 1010010 |
Color Harmonies of #E3A8FA
Complementary color
Monochromatic Colors of #E3A8FA
Black with #E3A8FA
Text Example
Text Example
White with #E3A8FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3A8FA; }
p { color: rgb(227,168,250); }
H1.HeaderClassName
{
color: #E3A8FA;
}
.AnyTagClassName
{
color: #E3A8FA;
}
</style>
background-color css
<style>
a { background-color: #E3A8FA; }
a { background-color: rgb(227,168,250); }
div.DivClassName
{
background-color: #E3A8FA;
}
.BgClassName
{
background-color: #E3A8FA;
}
</style>
border-color css
<style>
span { border-color: #E3A8FA; }
span { border-color: rgb(227,168,250); }
td.TdClassName
{
border-color: #E3A8FA;
}
.TagClassName
{
border-color: #E3A8FA;
}
</style>