Shades of Mauve #E2A9F0
Tints of Mauve #E2A9F0
RGB
CMYK
RGB Variations
Color information
#E2A9F0 (or 0xE2A9F0) is known color: Mauve. HEX triplet: E2, A9 and F0. RGB value is (226,169,240). Sum of RGB (Red+Green+Blue) = 226+169+240=635 (84% of max value = 765). Red value is 226 (88.67% from 255 or 35.59% from 635); Green value is 169 (66.41% from 255 or 26.61% from 635); Blue value is 240 (94.14% from 255 or 37.80% from 635); Max value from RGB is 240 - color contains mainly: blue. Hex color #E2A9F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E2A9F0 is #1D560F. Grayscale: #C1C1C1. Windows color (decimal): -1922576 or 15772130. OLE color: 15772130.
HSL color Cylindrical-coordinate representation of color #E2A9F0: hue angle of 288.17º degrees, saturation: 0.7, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E2A9F0 is Cyan = 0.06, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 226 | 169 | 240 | - |
| CMYK | 0.06 | 0.30 | 0 | 0.06 |
| HSL | 288.17º | 0.7% | 0.8% | - |
| HSV(B) | 288.17º | 0.3% | 0.94% | - |
| XYZ | 61.28 | 50.84 | 89.02 | - |
| YUV | 194.14 | 153.88 | 150.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 169 | 240 | 0.06 | 0.30 | 0 | 0.06 | 288.17 | 0.7 | 0.8 |
| Hex | E2 | A9 | F0 | 6 | 1E | 0 | 6 | 120 | 46 | 50 |
| Octal | 342 | 251 | 360 | 6 | 36 | 0 | 6 | 440 | 106 | 120 |
| Binary | 11100010 | 10101001 | 11110000 | 110 | 11110 | 0 | 110 | 100100000 | 1000110 | 1010000 |
Color Harmonies of #E2A9F0
Complementary color
Monochromatic Colors of #E2A9F0
Black with #E2A9F0
Text Example
Text Example
White with #E2A9F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2A9F0; }
p { color: rgb(226,169,240); }
H1.HeaderClassName
{
color: #E2A9F0;
}
.AnyTagClassName
{
color: #E2A9F0;
}
</style>
background-color css
<style>
a { background-color: #E2A9F0; }
a { background-color: rgb(226,169,240); }
div.DivClassName
{
background-color: #E2A9F0;
}
.BgClassName
{
background-color: #E2A9F0;
}
</style>
border-color css
<style>
span { border-color: #E2A9F0; }
span { border-color: rgb(226,169,240); }
td.TdClassName
{
border-color: #E2A9F0;
}
.TagClassName
{
border-color: #E2A9F0;
}
</style>