Shades of Mauve #E1A9F4
Tints of Mauve #E1A9F4
RGB
CMYK
RGB Variations
Color information
#E1A9F4 (or 0xE1A9F4) is known color: Mauve. HEX triplet: E1, A9 and F4. RGB value is (225,169,244). Sum of RGB (Red+Green+Blue) = 225+169+244=638 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.27% from 638); Green value is 169 (66.41% from 255 or 26.49% from 638); Blue value is 244 (95.70% from 255 or 38.24% from 638); Max value from RGB is 244 - color contains mainly: blue. Hex color #E1A9F4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E1A9F4 is #1E560B. Grayscale: #C2C2C2. Windows color (decimal): -1988108 or 16034273. OLE color: 16034273.
HSL color Cylindrical-coordinate representation of color #E1A9F4: hue angle of 284.8º degrees, saturation: 0.77, 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 #E1A9F4 is Cyan = 0.08, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 225 | 169 | 244 | - |
| CMYK | 0.08 | 0.31 | 0 | 0.04 |
| HSL | 284.8º | 0.77% | 0.81% | - |
| HSV(B) | 284.8º | 0.31% | 0.96% | - |
| XYZ | 61.57 | 50.92 | 92.17 | - |
| YUV | 194.29 | 156.05 | 149.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 169 | 244 | 0.08 | 0.31 | 0 | 0.04 | 284.8 | 0.77 | 0.81 |
| Hex | E1 | A9 | F4 | 8 | 1F | 0 | 4 | 11D | 4D | 51 |
| Octal | 341 | 251 | 364 | 10 | 37 | 0 | 4 | 435 | 115 | 121 |
| Binary | 11100001 | 10101001 | 11110100 | 1000 | 11111 | 0 | 100 | 100011101 | 1001101 | 1010001 |
Color Harmonies of #E1A9F4
Complementary color
Monochromatic Colors of #E1A9F4
Black with #E1A9F4
Text Example
Text Example
White with #E1A9F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1A9F4; }
p { color: rgb(225,169,244); }
H1.HeaderClassName
{
color: #E1A9F4;
}
.AnyTagClassName
{
color: #E1A9F4;
}
</style>
background-color css
<style>
a { background-color: #E1A9F4; }
a { background-color: rgb(225,169,244); }
div.DivClassName
{
background-color: #E1A9F4;
}
.BgClassName
{
background-color: #E1A9F4;
}
</style>
border-color css
<style>
span { border-color: #E1A9F4; }
span { border-color: rgb(225,169,244); }
td.TdClassName
{
border-color: #E1A9F4;
}
.TagClassName
{
border-color: #E1A9F4;
}
</style>