Shades of Mauvelous #E88DA2
Tints of Mauvelous #E88DA2
RGB
CMYK
RGB Variations
Color information
#E88DA2 (or 0xE88DA2) is known color: Mauvelous. HEX triplet: E8, 8D and A2. RGB value is (232,141,162). Sum of RGB (Red+Green+Blue) = 232+141+162=535 (70% of max value = 765). Red value is 232 (91.02% from 255 or 43.36% from 535); Green value is 141 (55.47% from 255 or 26.36% from 535); Blue value is 162 (63.67% from 255 or 30.28% from 535); Max value from RGB is 232 - color contains mainly: red. Hex color #E88DA2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E88DA2 is #17725D. Grayscale: #AAAAAA. Windows color (decimal): -1536606 or 10653160. OLE color: 10653160.
HSL color Cylindrical-coordinate representation of color #E88DA2: hue angle of 346.15º 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 #E88DA2 is Cyan = 0, Magento = 0.39, Yellow = 0.30 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 141 | 162 | - |
| CMYK | 0 | 0.39 | 0.30 | 0.09 |
| HSL | 346.15º | 0.66% | 0.73% | - |
| HSV(B) | 346.15º | 0.39% | 0.91% | - |
| XYZ | 49.33 | 38.81 | 39.07 | - |
| YUV | 170.6 | 123.15 | 171.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 141 | 162 | 0 | 0.39 | 0.30 | 0.09 | 346.15 | 0.66 | 0.73 |
| Hex | E8 | 8D | A2 | 0 | 27 | 1E | 9 | 15A | 42 | 49 |
| Octal | 350 | 215 | 242 | 0 | 47 | 36 | 11 | 532 | 102 | 111 |
| Binary | 11101000 | 10001101 | 10100010 | 0 | 100111 | 11110 | 1001 | 101011010 | 1000010 | 1001001 |
Color Harmonies of #E88DA2
Complementary color
Monochromatic Colors of #E88DA2
Black with #E88DA2
Text Example
Text Example
White with #E88DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E88DA2; }
p { color: rgb(232,141,162); }
H1.HeaderClassName
{
color: #E88DA2;
}
.AnyTagClassName
{
color: #E88DA2;
}
</style>
background-color css
<style>
a { background-color: #E88DA2; }
a { background-color: rgb(232,141,162); }
div.DivClassName
{
background-color: #E88DA2;
}
.BgClassName
{
background-color: #E88DA2;
}
</style>
border-color css
<style>
span { border-color: #E88DA2; }
span { border-color: rgb(232,141,162); }
td.TdClassName
{
border-color: #E88DA2;
}
.TagClassName
{
border-color: #E88DA2;
}
</style>