Shades of Mauve #E2A9F2
Tints of Mauve #E2A9F2
RGB
CMYK
RGB Variations
Color information
#E2A9F2 (or 0xE2A9F2) is known color: Mauve. HEX triplet: E2, A9 and F2. RGB value is (226,169,242). Sum of RGB (Red+Green+Blue) = 226+169+242=637 (84% of max value = 765). Red value is 226 (88.67% from 255 or 35.48% from 637); Green value is 169 (66.41% from 255 or 26.53% from 637); Blue value is 242 (94.92% from 255 or 37.99% from 637); Max value from RGB is 242 - color contains mainly: blue. Hex color #E2A9F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E2A9F2 is #1D560D. Grayscale: #C2C2C2. Windows color (decimal): -1922574 or 15903202. OLE color: 15903202.
HSL color Cylindrical-coordinate representation of color #E2A9F2: hue angle of 286.85º degrees, saturation: 0.74, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E2A9F2 is Cyan = 0.07, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 226 | 169 | 242 | - |
| CMYK | 0.07 | 0.30 | 0 | 0.05 |
| HSL | 286.85º | 0.74% | 0.81% | - |
| HSV(B) | 286.85º | 0.3% | 0.95% | - |
| XYZ | 61.58 | 50.96 | 90.59 | - |
| YUV | 194.37 | 154.88 | 150.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 169 | 242 | 0.07 | 0.30 | 0 | 0.05 | 286.85 | 0.74 | 0.81 |
| Hex | E2 | A9 | F2 | 7 | 1E | 0 | 5 | 11F | 4A | 51 |
| Octal | 342 | 251 | 362 | 7 | 36 | 0 | 5 | 437 | 112 | 121 |
| Binary | 11100010 | 10101001 | 11110010 | 111 | 11110 | 0 | 101 | 100011111 | 1001010 | 1010001 |
Color Harmonies of #E2A9F2
Complementary color
Monochromatic Colors of #E2A9F2
Black with #E2A9F2
Text Example
Text Example
White with #E2A9F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2A9F2; }
p { color: rgb(226,169,242); }
H1.HeaderClassName
{
color: #E2A9F2;
}
.AnyTagClassName
{
color: #E2A9F2;
}
</style>
background-color css
<style>
a { background-color: #E2A9F2; }
a { background-color: rgb(226,169,242); }
div.DivClassName
{
background-color: #E2A9F2;
}
.BgClassName
{
background-color: #E2A9F2;
}
</style>
border-color css
<style>
span { border-color: #E2A9F2; }
span { border-color: rgb(226,169,242); }
td.TdClassName
{
border-color: #E2A9F2;
}
.TagClassName
{
border-color: #E2A9F2;
}
</style>