Shades of Mauvelous #E88DA0
Tints of Mauvelous #E88DA0
RGB
CMYK
RGB Variations
Color information
#E88DA0 (or 0xE88DA0) is known color: Mauvelous. HEX triplet: E8, 8D and A0. RGB value is (232,141,160). Sum of RGB (Red+Green+Blue) = 232+141+160=533 (70% of max value = 765). Red value is 232 (91.02% from 255 or 43.53% from 533); Green value is 141 (55.47% from 255 or 26.45% from 533); Blue value is 160 (62.89% from 255 or 30.02% from 533); Max value from RGB is 232 - color contains mainly: red. Hex color #E88DA0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E88DA0 is #17725F. Grayscale: #AAAAAA. Windows color (decimal): -1536608 or 10522088. OLE color: 10522088.
HSL color Cylindrical-coordinate representation of color #E88DA0: hue angle of 347.47º degrees, saturation: 0.66, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E88DA0 is Cyan = 0, Magento = 0.39, Yellow = 0.31 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 141 | 160 | - |
| CMYK | 0 | 0.39 | 0.31 | 0.09 |
| HSL | 347.47º | 0.66% | 0.73% | - |
| HSV(B) | 347.47º | 0.39% | 0.91% | - |
| XYZ | 49.15 | 38.74 | 38.15 | - |
| YUV | 170.38 | 122.15 | 171.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 141 | 160 | 0 | 0.39 | 0.31 | 0.09 | 347.47 | 0.66 | 0.73 |
| Hex | E8 | 8D | A0 | 0 | 27 | 1F | 9 | 15B | 42 | 49 |
| Octal | 350 | 215 | 240 | 0 | 47 | 37 | 11 | 533 | 102 | 111 |
| Binary | 11101000 | 10001101 | 10100000 | 0 | 100111 | 11111 | 1001 | 101011011 | 1000010 | 1001001 |
Color Harmonies of #E88DA0
Complementary color
Monochromatic Colors of #E88DA0
Black with #E88DA0
Text Example
Text Example
White with #E88DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E88DA0; }
p { color: rgb(232,141,160); }
H1.HeaderClassName
{
color: #E88DA0;
}
.AnyTagClassName
{
color: #E88DA0;
}
</style>
background-color css
<style>
a { background-color: #E88DA0; }
a { background-color: rgb(232,141,160); }
div.DivClassName
{
background-color: #E88DA0;
}
.BgClassName
{
background-color: #E88DA0;
}
</style>
border-color css
<style>
span { border-color: #E88DA0; }
span { border-color: rgb(232,141,160); }
td.TdClassName
{
border-color: #E88DA0;
}
.TagClassName
{
border-color: #E88DA0;
}
</style>