Shades of Mauve #E49EFC
Tints of Mauve #E49EFC
RGB
CMYK
RGB Variations
Color information
#E49EFC (or 0xE49EFC) is known color: Mauve. HEX triplet: E4, 9E and FC. RGB value is (228,158,252). Sum of RGB (Red+Green+Blue) = 228+158+252=638 (84% of max value = 765). Red value is 228 (89.45% from 255 or 35.74% from 638); Green value is 158 (62.11% from 255 or 24.76% from 638); Blue value is 252 (98.83% from 255 or 39.50% from 638); Max value from RGB is 252 - color contains mainly: blue. Hex color #E49EFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E49EFC is #1B6103. Grayscale: #BDBDBD. Windows color (decimal): -1794308 or 16555748. OLE color: 16555748.
HSL color Cylindrical-coordinate representation of color #E49EFC: hue angle of 284.68º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E49EFC is Cyan = 0.10, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 228 | 158 | 252 | - |
| CMYK | 0.10 | 0.37 | 0 | 0.01 |
| HSL | 284.68º | 0.94% | 0.8% | - |
| HSV(B) | 284.68º | 0.37% | 0.99% | - |
| XYZ | 61.79 | 47.98 | 98.1 | - |
| YUV | 189.65 | 163.19 | 155.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 158 | 252 | 0.10 | 0.37 | 0 | 0.01 | 284.68 | 0.94 | 0.8 |
| Hex | E4 | 9E | FC | A | 25 | 0 | 1 | 11D | 5E | 50 |
| Octal | 344 | 236 | 374 | 12 | 45 | 0 | 1 | 435 | 136 | 120 |
| Binary | 11100100 | 10011110 | 11111100 | 1010 | 100101 | 0 | 1 | 100011101 | 1011110 | 1010000 |
Color Harmonies of #E49EFC
Complementary color
Monochromatic Colors of #E49EFC
Black with #E49EFC
Text Example
Text Example
White with #E49EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E49EFC; }
p { color: rgb(228,158,252); }
H1.HeaderClassName
{
color: #E49EFC;
}
.AnyTagClassName
{
color: #E49EFC;
}
</style>
background-color css
<style>
a { background-color: #E49EFC; }
a { background-color: rgb(228,158,252); }
div.DivClassName
{
background-color: #E49EFC;
}
.BgClassName
{
background-color: #E49EFC;
}
</style>
border-color css
<style>
span { border-color: #E49EFC; }
span { border-color: rgb(228,158,252); }
td.TdClassName
{
border-color: #E49EFC;
}
.TagClassName
{
border-color: #E49EFC;
}
</style>