Shades of Mauvelous #E58DA0
Tints of Mauvelous #E58DA0
RGB
CMYK
RGB Variations
Color information
#E58DA0 (or 0xE58DA0) is known color: Mauvelous. HEX triplet: E5, 8D and A0. RGB value is (229,141,160). Sum of RGB (Red+Green+Blue) = 229+141+160=530 (70% of max value = 765). Red value is 229 (89.84% from 255 or 43.21% from 530); Green value is 141 (55.47% from 255 or 26.60% from 530); Blue value is 160 (62.89% from 255 or 30.19% from 530); Max value from RGB is 229 - color contains mainly: red. Hex color #E58DA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E58DA0 is #1A725F. Grayscale: #A9A9A9. Windows color (decimal): -1733216 or 10522085. OLE color: 10522085.
HSL color Cylindrical-coordinate representation of color #E58DA0: hue angle of 347.05º 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 #E58DA0 is Cyan = 0, Magento = 0.38, Yellow = 0.30 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 141 | 160 | - |
| CMYK | 0 | 0.38 | 0.30 | 0.10 |
| HSL | 347.05º | 0.63% | 0.73% | - |
| HSV(B) | 347.05º | 0.38% | 0.9% | - |
| XYZ | 48.18 | 38.25 | 38.1 | - |
| YUV | 169.48 | 122.65 | 170.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 141 | 160 | 0 | 0.38 | 0.30 | 0.10 | 347.05 | 0.63 | 0.73 |
| Hex | E5 | 8D | A0 | 0 | 26 | 1E | A | 15B | 3F | 49 |
| Octal | 345 | 215 | 240 | 0 | 46 | 36 | 12 | 533 | 77 | 111 |
| Binary | 11100101 | 10001101 | 10100000 | 0 | 100110 | 11110 | 1010 | 101011011 | 111111 | 1001001 |
Color Harmonies of #E58DA0
Complementary color
Monochromatic Colors of #E58DA0
Black with #E58DA0
Text Example
Text Example
White with #E58DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58DA0; }
p { color: rgb(229,141,160); }
H1.HeaderClassName
{
color: #E58DA0;
}
.AnyTagClassName
{
color: #E58DA0;
}
</style>
background-color css
<style>
a { background-color: #E58DA0; }
a { background-color: rgb(229,141,160); }
div.DivClassName
{
background-color: #E58DA0;
}
.BgClassName
{
background-color: #E58DA0;
}
</style>
border-color css
<style>
span { border-color: #E58DA0; }
span { border-color: rgb(229,141,160); }
td.TdClassName
{
border-color: #E58DA0;
}
.TagClassName
{
border-color: #E58DA0;
}
</style>