Shades of Mauve #E1A9F6
Tints of Mauve #E1A9F6
RGB
CMYK
RGB Variations
Color information
#E1A9F6 (or 0xE1A9F6) is known color: Mauve. HEX triplet: E1, A9 and F6. RGB value is (225,169,246). Sum of RGB (Red+Green+Blue) = 225+169+246=640 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.16% from 640); Green value is 169 (66.41% from 255 or 26.41% from 640); Blue value is 246 (96.48% from 255 or 38.44% from 640); Max value from RGB is 246 - color contains mainly: blue. Hex color #E1A9F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E1A9F6 is #1E5609. Grayscale: #C2C2C2. Windows color (decimal): -1988106 or 16165345. OLE color: 16165345.
HSL color Cylindrical-coordinate representation of color #E1A9F6: hue angle of 283.64º degrees, saturation: 0.81, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E1A9F6 is Cyan = 0.09, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 225 | 169 | 246 | - |
| CMYK | 0.09 | 0.31 | 0 | 0.04 |
| HSL | 283.64º | 0.81% | 0.81% | - |
| HSV(B) | 283.64º | 0.31% | 0.96% | - |
| XYZ | 61.87 | 51.04 | 93.78 | - |
| YUV | 194.52 | 157.05 | 149.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 169 | 246 | 0.09 | 0.31 | 0 | 0.04 | 283.64 | 0.81 | 0.81 |
| Hex | E1 | A9 | F6 | 9 | 1F | 0 | 4 | 11C | 51 | 51 |
| Octal | 341 | 251 | 366 | 11 | 37 | 0 | 4 | 434 | 121 | 121 |
| Binary | 11100001 | 10101001 | 11110110 | 1001 | 11111 | 0 | 100 | 100011100 | 1010001 | 1010001 |
Color Harmonies of #E1A9F6
Complementary color
Monochromatic Colors of #E1A9F6
Black with #E1A9F6
Text Example
Text Example
White with #E1A9F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1A9F6; }
p { color: rgb(225,169,246); }
H1.HeaderClassName
{
color: #E1A9F6;
}
.AnyTagClassName
{
color: #E1A9F6;
}
</style>
background-color css
<style>
a { background-color: #E1A9F6; }
a { background-color: rgb(225,169,246); }
div.DivClassName
{
background-color: #E1A9F6;
}
.BgClassName
{
background-color: #E1A9F6;
}
</style>
border-color css
<style>
span { border-color: #E1A9F6; }
span { border-color: rgb(225,169,246); }
td.TdClassName
{
border-color: #E1A9F6;
}
.TagClassName
{
border-color: #E1A9F6;
}
</style>