Shades of Mauvelous #E896A4
Tints of Mauvelous #E896A4
RGB
CMYK
RGB Variations
Color information
#E896A4 (or 0xE896A4) is known color: Mauvelous. HEX triplet: E8, 96 and A4. RGB value is (232,150,164). Sum of RGB (Red+Green+Blue) = 232+150+164=546 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.49% from 546); Green value is 150 (58.98% from 255 or 27.47% from 546); Blue value is 164 (64.45% from 255 or 30.04% from 546); Max value from RGB is 232 - color contains mainly: red. Hex color #E896A4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E896A4 is #17695B. Grayscale: #B0B0B0. Windows color (decimal): -1534300 or 10786536. OLE color: 10786536.
HSL color Cylindrical-coordinate representation of color #E896A4: hue angle of 349.76º degrees, saturation: 0.64, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E896A4 is Cyan = 0, Magento = 0.35, Yellow = 0.29 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 150 | 164 | - |
| CMYK | 0 | 0.35 | 0.29 | 0.09 |
| HSL | 349.76º | 0.64% | 0.75% | - |
| HSV(B) | 349.76º | 0.35% | 0.91% | - |
| XYZ | 50.89 | 41.65 | 40.48 | - |
| YUV | 176.11 | 121.17 | 167.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 150 | 164 | 0 | 0.35 | 0.29 | 0.09 | 349.76 | 0.64 | 0.75 |
| Hex | E8 | 96 | A4 | 0 | 23 | 1D | 9 | 15E | 40 | 4B |
| Octal | 350 | 226 | 244 | 0 | 43 | 35 | 11 | 536 | 100 | 113 |
| Binary | 11101000 | 10010110 | 10100100 | 0 | 100011 | 11101 | 1001 | 101011110 | 1000000 | 1001011 |
Color Harmonies of #E896A4
Complementary color
Monochromatic Colors of #E896A4
Black with #E896A4
Text Example
Text Example
White with #E896A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E896A4; }
p { color: rgb(232,150,164); }
H1.HeaderClassName
{
color: #E896A4;
}
.AnyTagClassName
{
color: #E896A4;
}
</style>
background-color css
<style>
a { background-color: #E896A4; }
a { background-color: rgb(232,150,164); }
div.DivClassName
{
background-color: #E896A4;
}
.BgClassName
{
background-color: #E896A4;
}
</style>
border-color css
<style>
span { border-color: #E896A4; }
span { border-color: rgb(232,150,164); }
td.TdClassName
{
border-color: #E896A4;
}
.TagClassName
{
border-color: #E896A4;
}
</style>