Shades of Mauve #E1A9F3
Tints of Mauve #E1A9F3
RGB
CMYK
RGB Variations
Color information
#E1A9F3 (or 0xE1A9F3) is known color: Mauve. HEX triplet: E1, A9 and F3. RGB value is (225,169,243). Sum of RGB (Red+Green+Blue) = 225+169+243=637 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.32% from 637); Green value is 169 (66.41% from 255 or 26.53% from 637); Blue value is 243 (95.31% from 255 or 38.15% from 637); Max value from RGB is 243 - color contains mainly: blue. Hex color #E1A9F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E1A9F3 is #1E560C. Grayscale: #C1C1C1. Windows color (decimal): -1988109 or 15968737. OLE color: 15968737.
HSL color Cylindrical-coordinate representation of color #E1A9F3: hue angle of 285.41º degrees, saturation: 0.76, 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 #E1A9F3 is Cyan = 0.07, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 225 | 169 | 243 | - |
| CMYK | 0.07 | 0.30 | 0 | 0.05 |
| HSL | 285.41º | 0.76% | 0.81% | - |
| HSV(B) | 285.41º | 0.3% | 0.95% | - |
| XYZ | 61.42 | 50.85 | 91.37 | - |
| YUV | 194.18 | 155.55 | 149.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 169 | 243 | 0.07 | 0.30 | 0 | 0.05 | 285.41 | 0.76 | 0.81 |
| Hex | E1 | A9 | F3 | 7 | 1E | 0 | 5 | 11D | 4C | 51 |
| Octal | 341 | 251 | 363 | 7 | 36 | 0 | 5 | 435 | 114 | 121 |
| Binary | 11100001 | 10101001 | 11110011 | 111 | 11110 | 0 | 101 | 100011101 | 1001100 | 1010001 |
Color Harmonies of #E1A9F3
Complementary color
Monochromatic Colors of #E1A9F3
Black with #E1A9F3
Text Example
Text Example
White with #E1A9F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1A9F3; }
p { color: rgb(225,169,243); }
H1.HeaderClassName
{
color: #E1A9F3;
}
.AnyTagClassName
{
color: #E1A9F3;
}
</style>
background-color css
<style>
a { background-color: #E1A9F3; }
a { background-color: rgb(225,169,243); }
div.DivClassName
{
background-color: #E1A9F3;
}
.BgClassName
{
background-color: #E1A9F3;
}
</style>
border-color css
<style>
span { border-color: #E1A9F3; }
span { border-color: rgb(225,169,243); }
td.TdClassName
{
border-color: #E1A9F3;
}
.TagClassName
{
border-color: #E1A9F3;
}
</style>