Shades of Mauve #E194F9
Tints of Mauve #E194F9
RGB
CMYK
RGB Variations
Color information
#E194F9 (or 0xE194F9) is known color: Mauve. HEX triplet: E1, 94 and F9. RGB value is (225,148,249). Sum of RGB (Red+Green+Blue) = 225+148+249=622 (82% of max value = 765). Red value is 225 (88.28% from 255 or 36.17% from 622); Green value is 148 (58.20% from 255 or 23.79% from 622); Blue value is 249 (97.66% from 255 or 40.03% from 622); Max value from RGB is 249 - color contains mainly: blue. Hex color #E194F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E194F9 is #1E6B06. Grayscale: #B6B6B6. Windows color (decimal): -1993479 or 16356577. OLE color: 16356577.
HSL color Cylindrical-coordinate representation of color #E194F9: hue angle of 285.74º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E194F9 is Cyan = 0.10, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 225 | 148 | 249 | - |
| CMYK | 0.10 | 0.41 | 0 | 0.02 |
| HSL | 285.74º | 0.89% | 0.78% | - |
| HSV(B) | 285.74º | 0.41% | 0.98% | - |
| XYZ | 58.74 | 44.03 | 95.02 | - |
| YUV | 182.54 | 165.51 | 158.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 148 | 249 | 0.10 | 0.41 | 0 | 0.02 | 285.74 | 0.89 | 0.78 |
| Hex | E1 | 94 | F9 | A | 29 | 0 | 2 | 11E | 59 | 4E |
| Octal | 341 | 224 | 371 | 12 | 51 | 0 | 2 | 436 | 131 | 116 |
| Binary | 11100001 | 10010100 | 11111001 | 1010 | 101001 | 0 | 10 | 100011110 | 1011001 | 1001110 |
Color Harmonies of #E194F9
Complementary color
Monochromatic Colors of #E194F9
Black with #E194F9
Text Example
Text Example
White with #E194F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E194F9; }
p { color: rgb(225,148,249); }
H1.HeaderClassName
{
color: #E194F9;
}
.AnyTagClassName
{
color: #E194F9;
}
</style>
background-color css
<style>
a { background-color: #E194F9; }
a { background-color: rgb(225,148,249); }
div.DivClassName
{
background-color: #E194F9;
}
.BgClassName
{
background-color: #E194F9;
}
</style>
border-color css
<style>
span { border-color: #E194F9; }
span { border-color: rgb(225,148,249); }
td.TdClassName
{
border-color: #E194F9;
}
.TagClassName
{
border-color: #E194F9;
}
</style>