Shades of Mauve #E49EFF
Tints of Mauve #E49EFF
RGB
CMYK
RGB Variations
Color information
#E49EFF (or 0xE49EFF) is known color: Mauve. HEX triplet: E4, 9E and FF. RGB value is (228,158,255). Sum of RGB (Red+Green+Blue) = 228+158+255=641 (84% of max value = 765). Red value is 228 (89.45% from 255 or 35.57% from 641); Green value is 158 (62.11% from 255 or 24.65% from 641); Blue value is 255 (100% from 255 or 39.78% from 641); Max value from RGB is 255 - color contains mainly: blue. Hex color #E49EFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E49EFF is #1B6100. Grayscale: #BDBDBD. Windows color (decimal): -1794305 or 16752356. OLE color: 16752356.
HSL color Cylindrical-coordinate representation of color #E49EFF: hue angle of 283.3º 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 #E49EFF is Cyan = 0.11, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 228 | 158 | 255 | - |
| CMYK | 0.11 | 0.38 | 0 | 0 |
| HSL | 283.3º | 1% | 0.81% | - |
| HSV(B) | 283.3º | 0.38% | 1% | - |
| XYZ | 62.27 | 48.17 | 100.62 | - |
| YUV | 189.99 | 164.69 | 155.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 158 | 255 | 0.11 | 0.38 | 0 | 0 | 283.3 | 1 | 0.81 |
| Hex | E4 | 9E | FF | B | 26 | 0 | 0 | 11B | 64 | 51 |
| Octal | 344 | 236 | 377 | 13 | 46 | 0 | 0 | 433 | 144 | 121 |
| Binary | 11100100 | 10011110 | 11111111 | 1011 | 100110 | 0 | 0 | 100011011 | 1100100 | 1010001 |
Color Harmonies of #E49EFF
Complementary color
Monochromatic Colors of #E49EFF
Black with #E49EFF
Text Example
Text Example
White with #E49EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E49EFF; }
p { color: rgb(228,158,255); }
H1.HeaderClassName
{
color: #E49EFF;
}
.AnyTagClassName
{
color: #E49EFF;
}
</style>
background-color css
<style>
a { background-color: #E49EFF; }
a { background-color: rgb(228,158,255); }
div.DivClassName
{
background-color: #E49EFF;
}
.BgClassName
{
background-color: #E49EFF;
}
</style>
border-color css
<style>
span { border-color: #E49EFF; }
span { border-color: rgb(228,158,255); }
td.TdClassName
{
border-color: #E49EFF;
}
.TagClassName
{
border-color: #E49EFF;
}
</style>