Shades of Mauvelous #E889A0
Tints of Mauvelous #E889A0
RGB
CMYK
RGB Variations
Color information
#E889A0 (or 0xE889A0) is known color: Mauvelous. HEX triplet: E8, 89 and A0. RGB value is (232,137,160). Sum of RGB (Red+Green+Blue) = 232+137+160=529 (70% of max value = 765). Red value is 232 (91.02% from 255 or 43.86% from 529); Green value is 137 (53.91% from 255 or 25.90% from 529); Blue value is 160 (62.89% from 255 or 30.25% from 529); Max value from RGB is 232 - color contains mainly: red. Hex color #E889A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E889A0 is #17765F. Grayscale: #A8A8A8. Windows color (decimal): -1537632 or 10521064. OLE color: 10521064.
HSL color Cylindrical-coordinate representation of color #E889A0: hue angle of 345.47º degrees, saturation: 0.67, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E889A0 is Cyan = 0, Magento = 0.41, Yellow = 0.31 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 137 | 160 | - |
| CMYK | 0 | 0.41 | 0.31 | 0.09 |
| HSL | 345.47º | 0.67% | 0.72% | - |
| HSV(B) | 345.47º | 0.41% | 0.91% | - |
| XYZ | 48.57 | 37.59 | 37.95 | - |
| YUV | 168.03 | 123.47 | 173.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 137 | 160 | 0 | 0.41 | 0.31 | 0.09 | 345.47 | 0.67 | 0.72 |
| Hex | E8 | 89 | A0 | 0 | 29 | 1F | 9 | 159 | 43 | 48 |
| Octal | 350 | 211 | 240 | 0 | 51 | 37 | 11 | 531 | 103 | 110 |
| Binary | 11101000 | 10001001 | 10100000 | 0 | 101001 | 11111 | 1001 | 101011001 | 1000011 | 1001000 |
Color Harmonies of #E889A0
Complementary color
Monochromatic Colors of #E889A0
Black with #E889A0
Text Example
Text Example
White with #E889A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E889A0; }
p { color: rgb(232,137,160); }
H1.HeaderClassName
{
color: #E889A0;
}
.AnyTagClassName
{
color: #E889A0;
}
</style>
background-color css
<style>
a { background-color: #E889A0; }
a { background-color: rgb(232,137,160); }
div.DivClassName
{
background-color: #E889A0;
}
.BgClassName
{
background-color: #E889A0;
}
</style>
border-color css
<style>
span { border-color: #E889A0; }
span { border-color: rgb(232,137,160); }
td.TdClassName
{
border-color: #E889A0;
}
.TagClassName
{
border-color: #E889A0;
}
</style>