Shades of Mauvelous #E48E9F
Tints of Mauvelous #E48E9F
RGB
CMYK
RGB Variations
Color information
#E48E9F (or 0xE48E9F) is known color: Mauvelous. HEX triplet: E4, 8E and 9F. RGB value is (228,142,159). Sum of RGB (Red+Green+Blue) = 228+142+159=529 (70% of max value = 765). Red value is 228 (89.45% from 255 or 43.10% from 529); Green value is 142 (55.86% from 255 or 26.84% from 529); Blue value is 159 (62.5% from 255 or 30.06% from 529); Max value from RGB is 228 - color contains mainly: red. Hex color #E48E9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E48E9F is #1B7160. Grayscale: #A9A9A9. Windows color (decimal): -1798497 or 10456804. OLE color: 10456804.
HSL color Cylindrical-coordinate representation of color #E48E9F: hue angle of 348.14º degrees, saturation: 0.61, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E48E9F is Cyan = 0, Magento = 0.38, Yellow = 0.30 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 142 | 159 | - |
| CMYK | 0 | 0.38 | 0.30 | 0.11 |
| HSL | 348.14º | 0.61% | 0.73% | - |
| HSV(B) | 348.14º | 0.38% | 0.89% | - |
| XYZ | 47.93 | 38.34 | 37.68 | - |
| YUV | 169.65 | 121.99 | 169.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 142 | 159 | 0 | 0.38 | 0.30 | 0.11 | 348.14 | 0.61 | 0.73 |
| Hex | E4 | 8E | 9F | 0 | 26 | 1E | B | 15C | 3D | 49 |
| Octal | 344 | 216 | 237 | 0 | 46 | 36 | 13 | 534 | 75 | 111 |
| Binary | 11100100 | 10001110 | 10011111 | 0 | 100110 | 11110 | 1011 | 101011100 | 111101 | 1001001 |
Color Harmonies of #E48E9F
Complementary color
Monochromatic Colors of #E48E9F
Black with #E48E9F
Text Example
Text Example
White with #E48E9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E48E9F; }
p { color: rgb(228,142,159); }
H1.HeaderClassName
{
color: #E48E9F;
}
.AnyTagClassName
{
color: #E48E9F;
}
</style>
background-color css
<style>
a { background-color: #E48E9F; }
a { background-color: rgb(228,142,159); }
div.DivClassName
{
background-color: #E48E9F;
}
.BgClassName
{
background-color: #E48E9F;
}
</style>
border-color css
<style>
span { border-color: #E48E9F; }
span { border-color: rgb(228,142,159); }
td.TdClassName
{
border-color: #E48E9F;
}
.TagClassName
{
border-color: #E48E9F;
}
</style>