Shades of Mauvelous #E896A8
Tints of Mauvelous #E896A8
RGB
CMYK
RGB Variations
Color information
#E896A8 (or 0xE896A8) is known color: Mauvelous. HEX triplet: E8, 96 and A8. RGB value is (232,150,168). Sum of RGB (Red+Green+Blue) = 232+150+168=550 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.18% from 550); Green value is 150 (58.98% from 255 or 27.27% from 550); Blue value is 168 (66.02% from 255 or 30.55% from 550); Max value from RGB is 232 - color contains mainly: red. Hex color #E896A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E896A8 is #176957. Grayscale: #B0B0B0. Windows color (decimal): -1534296 or 11048680. OLE color: 11048680.
HSL color Cylindrical-coordinate representation of color #E896A8: hue angle of 346.83º 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 #E896A8 is Cyan = 0, Magento = 0.35, Yellow = 0.28 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 150 | 168 | - |
| CMYK | 0 | 0.35 | 0.28 | 0.09 |
| HSL | 346.83º | 0.64% | 0.75% | - |
| HSV(B) | 346.83º | 0.35% | 0.91% | - |
| XYZ | 51.25 | 41.8 | 42.41 | - |
| YUV | 176.57 | 123.17 | 167.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 150 | 168 | 0 | 0.35 | 0.28 | 0.09 | 346.83 | 0.64 | 0.75 |
| Hex | E8 | 96 | A8 | 0 | 23 | 1C | 9 | 15B | 40 | 4B |
| Octal | 350 | 226 | 250 | 0 | 43 | 34 | 11 | 533 | 100 | 113 |
| Binary | 11101000 | 10010110 | 10101000 | 0 | 100011 | 11100 | 1001 | 101011011 | 1000000 | 1001011 |
Color Harmonies of #E896A8
Complementary color
Monochromatic Colors of #E896A8
Black with #E896A8
Text Example
Text Example
White with #E896A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E896A8; }
p { color: rgb(232,150,168); }
H1.HeaderClassName
{
color: #E896A8;
}
.AnyTagClassName
{
color: #E896A8;
}
</style>
background-color css
<style>
a { background-color: #E896A8; }
a { background-color: rgb(232,150,168); }
div.DivClassName
{
background-color: #E896A8;
}
.BgClassName
{
background-color: #E896A8;
}
</style>
border-color css
<style>
span { border-color: #E896A8; }
span { border-color: rgb(232,150,168); }
td.TdClassName
{
border-color: #E896A8;
}
.TagClassName
{
border-color: #E896A8;
}
</style>