Shades of Mauve #E2A9FA
Tints of Mauve #E2A9FA
RGB
CMYK
RGB Variations
Color information
#E2A9FA (or 0xE2A9FA) is known color: Mauve. HEX triplet: E2, A9 and FA. RGB value is (226,169,250). Sum of RGB (Red+Green+Blue) = 226+169+250=645 (85% of max value = 765). Red value is 226 (88.67% from 255 or 35.04% from 645); Green value is 169 (66.41% from 255 or 26.20% 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 #E2A9FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E2A9FA is #1D5605. Grayscale: #C3C3C3. Windows color (decimal): -1922566 or 16427490. OLE color: 16427490.
HSL color Cylindrical-coordinate representation of color #E2A9FA: hue angle of 282.22º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E2A9FA is Cyan = 0.10, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 226 | 169 | 250 | - |
| CMYK | 0.10 | 0.32 | 0 | 0.02 |
| HSL | 282.22º | 0.89% | 0.82% | - |
| HSV(B) | 282.22º | 0.32% | 0.98% | - |
| XYZ | 62.81 | 51.45 | 97.06 | - |
| YUV | 195.28 | 158.88 | 149.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 169 | 250 | 0.10 | 0.32 | 0 | 0.02 | 282.22 | 0.89 | 0.82 |
| Hex | E2 | A9 | FA | A | 20 | 0 | 2 | 11A | 59 | 52 |
| Octal | 342 | 251 | 372 | 12 | 40 | 0 | 2 | 432 | 131 | 122 |
| Binary | 11100010 | 10101001 | 11111010 | 1010 | 100000 | 0 | 10 | 100011010 | 1011001 | 1010010 |
Color Harmonies of #E2A9FA
Complementary color
Monochromatic Colors of #E2A9FA
Black with #E2A9FA
Text Example
Text Example
White with #E2A9FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2A9FA; }
p { color: rgb(226,169,250); }
H1.HeaderClassName
{
color: #E2A9FA;
}
.AnyTagClassName
{
color: #E2A9FA;
}
</style>
background-color css
<style>
a { background-color: #E2A9FA; }
a { background-color: rgb(226,169,250); }
div.DivClassName
{
background-color: #E2A9FA;
}
.BgClassName
{
background-color: #E2A9FA;
}
</style>
border-color css
<style>
span { border-color: #E2A9FA; }
span { border-color: rgb(226,169,250); }
td.TdClassName
{
border-color: #E2A9FA;
}
.TagClassName
{
border-color: #E2A9FA;
}
</style>