Shades of Mauvelous #E895A6
Tints of Mauvelous #E895A6
RGB
CMYK
RGB Variations
Color information
#E895A6 (or 0xE895A6) is known color: Mauvelous. HEX triplet: E8, 95 and A6. RGB value is (232,149,166). Sum of RGB (Red+Green+Blue) = 232+149+166=547 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.41% from 547); Green value is 149 (58.59% from 255 or 27.24% from 547); Blue value is 166 (65.23% from 255 or 30.35% from 547); Max value from RGB is 232 - color contains mainly: red. Hex color #E895A6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E895A6 is #176A59. Grayscale: #AFAFAF. Windows color (decimal): -1534554 or 10917352. OLE color: 10917352.
HSL color Cylindrical-coordinate representation of color #E895A6: hue angle of 347.71º degrees, saturation: 0.64, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E895A6 is Cyan = 0, Magento = 0.36, Yellow = 0.28 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 149 | 166 | - |
| CMYK | 0 | 0.36 | 0.28 | 0.09 |
| HSL | 347.71º | 0.64% | 0.75% | - |
| HSV(B) | 347.71º | 0.36% | 0.91% | - |
| XYZ | 50.91 | 41.4 | 41.38 | - |
| YUV | 175.76 | 122.5 | 168.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 149 | 166 | 0 | 0.36 | 0.28 | 0.09 | 347.71 | 0.64 | 0.75 |
| Hex | E8 | 95 | A6 | 0 | 24 | 1C | 9 | 15C | 40 | 4B |
| Octal | 350 | 225 | 246 | 0 | 44 | 34 | 11 | 534 | 100 | 113 |
| Binary | 11101000 | 10010101 | 10100110 | 0 | 100100 | 11100 | 1001 | 101011100 | 1000000 | 1001011 |
Color Harmonies of #E895A6
Complementary color
Monochromatic Colors of #E895A6
Black with #E895A6
Text Example
Text Example
White with #E895A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E895A6; }
p { color: rgb(232,149,166); }
H1.HeaderClassName
{
color: #E895A6;
}
.AnyTagClassName
{
color: #E895A6;
}
</style>
background-color css
<style>
a { background-color: #E895A6; }
a { background-color: rgb(232,149,166); }
div.DivClassName
{
background-color: #E895A6;
}
.BgClassName
{
background-color: #E895A6;
}
</style>
border-color css
<style>
span { border-color: #E895A6; }
span { border-color: rgb(232,149,166); }
td.TdClassName
{
border-color: #E895A6;
}
.TagClassName
{
border-color: #E895A6;
}
</style>