Shades of Mauve #E2A9F1
Tints of Mauve #E2A9F1
RGB
CMYK
RGB Variations
Color information
#E2A9F1 (or 0xE2A9F1) is known color: Mauve. HEX triplet: E2, A9 and F1. RGB value is (226,169,241). Sum of RGB (Red+Green+Blue) = 226+169+241=636 (84% of max value = 765). Red value is 226 (88.67% from 255 or 35.53% from 636); Green value is 169 (66.41% from 255 or 26.57% from 636); Blue value is 241 (94.53% from 255 or 37.89% from 636); Max value from RGB is 241 - color contains mainly: blue. Hex color #E2A9F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E2A9F1 is #1D560E. Grayscale: #C2C2C2. Windows color (decimal): -1922575 or 15837666. OLE color: 15837666.
HSL color Cylindrical-coordinate representation of color #E2A9F1: hue angle of 287.5º degrees, saturation: 0.72, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E2A9F1 is Cyan = 0.06, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 226 | 169 | 241 | - |
| CMYK | 0.06 | 0.30 | 0 | 0.05 |
| HSL | 287.5º | 0.72% | 0.8% | - |
| HSV(B) | 287.5º | 0.3% | 0.95% | - |
| XYZ | 61.43 | 50.9 | 89.81 | - |
| YUV | 194.25 | 154.38 | 150.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 169 | 241 | 0.06 | 0.30 | 0 | 0.05 | 287.5 | 0.72 | 0.8 |
| Hex | E2 | A9 | F1 | 6 | 1E | 0 | 5 | 120 | 48 | 50 |
| Octal | 342 | 251 | 361 | 6 | 36 | 0 | 5 | 440 | 110 | 120 |
| Binary | 11100010 | 10101001 | 11110001 | 110 | 11110 | 0 | 101 | 100100000 | 1001000 | 1010000 |
Color Harmonies of #E2A9F1
Complementary color
Monochromatic Colors of #E2A9F1
Black with #E2A9F1
Text Example
Text Example
White with #E2A9F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2A9F1; }
p { color: rgb(226,169,241); }
H1.HeaderClassName
{
color: #E2A9F1;
}
.AnyTagClassName
{
color: #E2A9F1;
}
</style>
background-color css
<style>
a { background-color: #E2A9F1; }
a { background-color: rgb(226,169,241); }
div.DivClassName
{
background-color: #E2A9F1;
}
.BgClassName
{
background-color: #E2A9F1;
}
</style>
border-color css
<style>
span { border-color: #E2A9F1; }
span { border-color: rgb(226,169,241); }
td.TdClassName
{
border-color: #E2A9F1;
}
.TagClassName
{
border-color: #E2A9F1;
}
</style>