Shades of Mauvelous #E58EA0
Tints of Mauvelous #E58EA0
RGB
CMYK
RGB Variations
Color information
#E58EA0 (or 0xE58EA0) is known color: Mauvelous. HEX triplet: E5, 8E and A0. RGB value is (229,142,160). Sum of RGB (Red+Green+Blue) = 229+142+160=531 (70% of max value = 765). Red value is 229 (89.84% from 255 or 43.13% from 531); Green value is 142 (55.86% from 255 or 26.74% from 531); Blue value is 160 (62.89% from 255 or 30.13% from 531); Max value from RGB is 229 - color contains mainly: red. Hex color #E58EA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E58EA0 is #1A715F. Grayscale: #AAAAAA. Windows color (decimal): -1732960 or 10522341. OLE color: 10522341.
HSL color Cylindrical-coordinate representation of color #E58EA0: hue angle of 347.59º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E58EA0 is Cyan = 0, Magento = 0.38, Yellow = 0.30 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 142 | 160 | - |
| CMYK | 0 | 0.38 | 0.30 | 0.10 |
| HSL | 347.59º | 0.63% | 0.73% | - |
| HSV(B) | 347.59º | 0.38% | 0.9% | - |
| XYZ | 48.33 | 38.54 | 38.15 | - |
| YUV | 170.07 | 122.32 | 170.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 142 | 160 | 0 | 0.38 | 0.30 | 0.10 | 347.59 | 0.63 | 0.73 |
| Hex | E5 | 8E | A0 | 0 | 26 | 1E | A | 15C | 3F | 49 |
| Octal | 345 | 216 | 240 | 0 | 46 | 36 | 12 | 534 | 77 | 111 |
| Binary | 11100101 | 10001110 | 10100000 | 0 | 100110 | 11110 | 1010 | 101011100 | 111111 | 1001001 |
Color Harmonies of #E58EA0
Complementary color
Monochromatic Colors of #E58EA0
Black with #E58EA0
Text Example
Text Example
White with #E58EA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58EA0; }
p { color: rgb(229,142,160); }
H1.HeaderClassName
{
color: #E58EA0;
}
.AnyTagClassName
{
color: #E58EA0;
}
</style>
background-color css
<style>
a { background-color: #E58EA0; }
a { background-color: rgb(229,142,160); }
div.DivClassName
{
background-color: #E58EA0;
}
.BgClassName
{
background-color: #E58EA0;
}
</style>
border-color css
<style>
span { border-color: #E58EA0; }
span { border-color: rgb(229,142,160); }
td.TdClassName
{
border-color: #E58EA0;
}
.TagClassName
{
border-color: #E58EA0;
}
</style>