Shades of Mauvelous #E88BA0
Tints of Mauvelous #E88BA0
RGB
CMYK
RGB Variations
Color information
#E88BA0 (or 0xE88BA0) is known color: Mauvelous. HEX triplet: E8, 8B and A0. RGB value is (232,139,160). Sum of RGB (Red+Green+Blue) = 232+139+160=531 (70% of max value = 765). Red value is 232 (91.02% from 255 or 43.69% from 531); Green value is 139 (54.69% from 255 or 26.18% from 531); Blue value is 160 (62.89% from 255 or 30.13% from 531); Max value from RGB is 232 - color contains mainly: red. Hex color #E88BA0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E88BA0 is #17745F. Grayscale: #A9A9A9. Windows color (decimal): -1537120 or 10521576. OLE color: 10521576.
HSL color Cylindrical-coordinate representation of color #E88BA0: hue angle of 346.45º degrees, saturation: 0.67, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E88BA0 is Cyan = 0, Magento = 0.40, Yellow = 0.31 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 139 | 160 | - |
| CMYK | 0 | 0.40 | 0.31 | 0.09 |
| HSL | 346.45º | 0.67% | 0.73% | - |
| HSV(B) | 346.45º | 0.4% | 0.91% | - |
| XYZ | 48.86 | 38.16 | 38.05 | - |
| YUV | 169.2 | 122.81 | 172.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 139 | 160 | 0 | 0.40 | 0.31 | 0.09 | 346.45 | 0.67 | 0.73 |
| Hex | E8 | 8B | A0 | 0 | 28 | 1F | 9 | 15A | 43 | 49 |
| Octal | 350 | 213 | 240 | 0 | 50 | 37 | 11 | 532 | 103 | 111 |
| Binary | 11101000 | 10001011 | 10100000 | 0 | 101000 | 11111 | 1001 | 101011010 | 1000011 | 1001001 |
Color Harmonies of #E88BA0
Complementary color
Monochromatic Colors of #E88BA0
Black with #E88BA0
Text Example
Text Example
White with #E88BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E88BA0; }
p { color: rgb(232,139,160); }
H1.HeaderClassName
{
color: #E88BA0;
}
.AnyTagClassName
{
color: #E88BA0;
}
</style>
background-color css
<style>
a { background-color: #E88BA0; }
a { background-color: rgb(232,139,160); }
div.DivClassName
{
background-color: #E88BA0;
}
.BgClassName
{
background-color: #E88BA0;
}
</style>
border-color css
<style>
span { border-color: #E88BA0; }
span { border-color: rgb(232,139,160); }
td.TdClassName
{
border-color: #E88BA0;
}
.TagClassName
{
border-color: #E88BA0;
}
</style>