Shades of Mauve #E49FFF
Tints of Mauve #E49FFF
RGB
CMYK
RGB Variations
Color information
#E49FFF (or 0xE49FFF) is known color: Mauve. HEX triplet: E4, 9F and FF. RGB value is (228,159,255). Sum of RGB (Red+Green+Blue) = 228+159+255=642 (85% of max value = 765). Red value is 228 (89.45% from 255 or 35.51% from 642); Green value is 159 (62.5% from 255 or 24.77% from 642); Blue value is 255 (100% from 255 or 39.72% from 642); Max value from RGB is 255 - color contains mainly: blue. Hex color #E49FFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E49FFF is #1B6000. Grayscale: #BEBEBE. Windows color (decimal): -1794049 or 16752612. OLE color: 16752612.
HSL color Cylindrical-coordinate representation of color #E49FFF: hue angle of 283.12º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E49FFF is Cyan = 0.11, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 228 | 159 | 255 | - |
| CMYK | 0.11 | 0.38 | 0 | 0 |
| HSL | 283.13º | 1% | 0.81% | - |
| HSV(B) | 283.13º | 0.38% | 1% | - |
| XYZ | 62.44 | 48.51 | 100.68 | - |
| YUV | 190.58 | 164.36 | 154.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 159 | 255 | 0.11 | 0.38 | 0 | 0 | 283.13 | 1 | 0.81 |
| Hex | E4 | 9F | FF | B | 26 | 0 | 0 | 11B | 64 | 51 |
| Octal | 344 | 237 | 377 | 13 | 46 | 0 | 0 | 433 | 144 | 121 |
| Binary | 11100100 | 10011111 | 11111111 | 1011 | 100110 | 0 | 0 | 100011011 | 1100100 | 1010001 |
Color Harmonies of #E49FFF
Complementary color
Monochromatic Colors of #E49FFF
Black with #E49FFF
Text Example
Text Example
White with #E49FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E49FFF; }
p { color: rgb(228,159,255); }
H1.HeaderClassName
{
color: #E49FFF;
}
.AnyTagClassName
{
color: #E49FFF;
}
</style>
background-color css
<style>
a { background-color: #E49FFF; }
a { background-color: rgb(228,159,255); }
div.DivClassName
{
background-color: #E49FFF;
}
.BgClassName
{
background-color: #E49FFF;
}
</style>
border-color css
<style>
span { border-color: #E49FFF; }
span { border-color: rgb(228,159,255); }
td.TdClassName
{
border-color: #E49FFF;
}
.TagClassName
{
border-color: #E49FFF;
}
</style>