Shades of Mauve #E49FFD
Tints of Mauve #E49FFD
RGB
CMYK
RGB Variations
Color information
#E49FFD (or 0xE49FFD) is known color: Mauve. HEX triplet: E4, 9F and FD. RGB value is (228,159,253). Sum of RGB (Red+Green+Blue) = 228+159+253=640 (84% of max value = 765). Red value is 228 (89.45% from 255 or 35.62% from 640); Green value is 159 (62.5% from 255 or 24.84% from 640); Blue value is 253 (99.22% from 255 or 39.53% from 640); Max value from RGB is 253 - color contains mainly: blue. Hex color #E49FFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E49FFD is #1B6002. Grayscale: #BEBEBE. Windows color (decimal): -1794051 or 16621540. OLE color: 16621540.
HSL color Cylindrical-coordinate representation of color #E49FFD: hue angle of 284.04º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E49FFD is Cyan = 0.10, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 228 | 159 | 253 | - |
| CMYK | 0.10 | 0.37 | 0 | 0.01 |
| HSL | 284.04º | 0.96% | 0.81% | - |
| HSV(B) | 284.04º | 0.37% | 0.99% | - |
| XYZ | 62.12 | 48.38 | 98.99 | - |
| YUV | 190.35 | 163.36 | 154.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 159 | 253 | 0.10 | 0.37 | 0 | 0.01 | 284.04 | 0.96 | 0.81 |
| Hex | E4 | 9F | FD | A | 25 | 0 | 1 | 11C | 60 | 51 |
| Octal | 344 | 237 | 375 | 12 | 45 | 0 | 1 | 434 | 140 | 121 |
| Binary | 11100100 | 10011111 | 11111101 | 1010 | 100101 | 0 | 1 | 100011100 | 1100000 | 1010001 |
Color Harmonies of #E49FFD
Complementary color
Monochromatic Colors of #E49FFD
Black with #E49FFD
Text Example
Text Example
White with #E49FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E49FFD; }
p { color: rgb(228,159,253); }
H1.HeaderClassName
{
color: #E49FFD;
}
.AnyTagClassName
{
color: #E49FFD;
}
</style>
background-color css
<style>
a { background-color: #E49FFD; }
a { background-color: rgb(228,159,253); }
div.DivClassName
{
background-color: #E49FFD;
}
.BgClassName
{
background-color: #E49FFD;
}
</style>
border-color css
<style>
span { border-color: #E49FFD; }
span { border-color: rgb(228,159,253); }
td.TdClassName
{
border-color: #E49FFD;
}
.TagClassName
{
border-color: #E49FFD;
}
</style>