Shades of Mauve #E896FF
Tints of Mauve #E896FF
RGB
CMYK
RGB Variations
Color information
#E896FF (or 0xE896FF) is known color: Mauve. HEX triplet: E8, 96 and FF. RGB value is (232,150,255). Sum of RGB (Red+Green+Blue) = 232+150+255=637 (84% of max value = 765). Red value is 232 (91.02% from 255 or 36.42% from 637); Green value is 150 (58.98% from 255 or 23.55% from 637); Blue value is 255 (100% from 255 or 40.03% from 637); Max value from RGB is 255 - color contains mainly: blue. Hex color #E896FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E896FF is #176900. Grayscale: #BABABA. Windows color (decimal): -1534209 or 16750312. OLE color: 16750312.
HSL color Cylindrical-coordinate representation of color #E896FF: hue angle of 286.86º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E896FF is Cyan = 0.09, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 232 | 150 | 255 | - |
| CMYK | 0.09 | 0.41 | 0 | 0 |
| HSL | 286.86º | 1% | 0.79% | - |
| HSV(B) | 286.86º | 0.41% | 1% | - |
| XYZ | 62.24 | 46.19 | 100.24 | - |
| YUV | 186.49 | 166.67 | 160.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 150 | 255 | 0.09 | 0.41 | 0 | 0 | 286.86 | 1 | 0.79 |
| Hex | E8 | 96 | FF | 9 | 29 | 0 | 0 | 11F | 64 | 4F |
| Octal | 350 | 226 | 377 | 11 | 51 | 0 | 0 | 437 | 144 | 117 |
| Binary | 11101000 | 10010110 | 11111111 | 1001 | 101001 | 0 | 0 | 100011111 | 1100100 | 1001111 |
Color Harmonies of #E896FF
Complementary color
Monochromatic Colors of #E896FF
Black with #E896FF
Text Example
Text Example
White with #E896FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E896FF; }
p { color: rgb(232,150,255); }
H1.HeaderClassName
{
color: #E896FF;
}
.AnyTagClassName
{
color: #E896FF;
}
</style>
background-color css
<style>
a { background-color: #E896FF; }
a { background-color: rgb(232,150,255); }
div.DivClassName
{
background-color: #E896FF;
}
.BgClassName
{
background-color: #E896FF;
}
</style>
border-color css
<style>
span { border-color: #E896FF; }
span { border-color: rgb(232,150,255); }
td.TdClassName
{
border-color: #E896FF;
}
.TagClassName
{
border-color: #E896FF;
}
</style>