Shades of Mauvelous #E88BA8
Tints of Mauvelous #E88BA8
RGB
CMYK
RGB Variations
Color information
#E88BA8 (or 0xE88BA8) is known color: Mauvelous. HEX triplet: E8, 8B and A8. RGB value is (232,139,168). Sum of RGB (Red+Green+Blue) = 232+139+168=539 (71% of max value = 765). Red value is 232 (91.02% from 255 or 43.04% from 539); Green value is 139 (54.69% from 255 or 25.79% from 539); Blue value is 168 (66.02% from 255 or 31.17% from 539); Max value from RGB is 232 - color contains mainly: red. Hex color #E88BA8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E88BA8 is #177457. Grayscale: #AAAAAA. Windows color (decimal): -1537112 or 11045864. OLE color: 11045864.
HSL color Cylindrical-coordinate representation of color #E88BA8: hue angle of 341.29º 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 #E88BA8 is Cyan = 0, Magento = 0.40, Yellow = 0.28 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 139 | 168 | - |
| CMYK | 0 | 0.40 | 0.28 | 0.09 |
| HSL | 341.29º | 0.67% | 0.73% | - |
| HSV(B) | 341.29º | 0.4% | 0.91% | - |
| XYZ | 49.58 | 38.45 | 41.85 | - |
| YUV | 170.11 | 126.81 | 172.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 139 | 168 | 0 | 0.40 | 0.28 | 0.09 | 341.29 | 0.67 | 0.73 |
| Hex | E8 | 8B | A8 | 0 | 28 | 1C | 9 | 155 | 43 | 49 |
| Octal | 350 | 213 | 250 | 0 | 50 | 34 | 11 | 525 | 103 | 111 |
| Binary | 11101000 | 10001011 | 10101000 | 0 | 101000 | 11100 | 1001 | 101010101 | 1000011 | 1001001 |
Color Harmonies of #E88BA8
Complementary color
Monochromatic Colors of #E88BA8
Black with #E88BA8
Text Example
Text Example
White with #E88BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E88BA8; }
p { color: rgb(232,139,168); }
H1.HeaderClassName
{
color: #E88BA8;
}
.AnyTagClassName
{
color: #E88BA8;
}
</style>
background-color css
<style>
a { background-color: #E88BA8; }
a { background-color: rgb(232,139,168); }
div.DivClassName
{
background-color: #E88BA8;
}
.BgClassName
{
background-color: #E88BA8;
}
</style>
border-color css
<style>
span { border-color: #E88BA8; }
span { border-color: rgb(232,139,168); }
td.TdClassName
{
border-color: #E88BA8;
}
.TagClassName
{
border-color: #E88BA8;
}
</style>