Shades of Mauvelous #E592A1
Tints of Mauvelous #E592A1
RGB
CMYK
RGB Variations
Color information
#E592A1 (or 0xE592A1) is known color: Mauvelous. HEX triplet: E5, 92 and A1. RGB value is (229,146,161). Sum of RGB (Red+Green+Blue) = 229+146+161=536 (70% of max value = 765). Red value is 229 (89.84% from 255 or 42.72% from 536); Green value is 146 (57.42% from 255 or 27.24% from 536); Blue value is 161 (63.28% from 255 or 30.04% from 536); Max value from RGB is 229 - color contains mainly: red. Hex color #E592A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E592A1 is #1A6D5E. Grayscale: #ACACAC. Windows color (decimal): -1731935 or 10588901. OLE color: 10588901.
HSL color Cylindrical-coordinate representation of color #E592A1: hue angle of 349.16º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E592A1 is Cyan = 0, Magento = 0.36, Yellow = 0.30 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 146 | 161 | - |
| CMYK | 0 | 0.36 | 0.30 | 0.10 |
| HSL | 349.16º | 0.61% | 0.74% | - |
| HSV(B) | 349.16º | 0.36% | 0.9% | - |
| XYZ | 49.03 | 39.79 | 38.81 | - |
| YUV | 172.53 | 121.5 | 168.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 146 | 161 | 0 | 0.36 | 0.30 | 0.10 | 349.16 | 0.61 | 0.74 |
| Hex | E5 | 92 | A1 | 0 | 24 | 1E | A | 15D | 3D | 4A |
| Octal | 345 | 222 | 241 | 0 | 44 | 36 | 12 | 535 | 75 | 112 |
| Binary | 11100101 | 10010010 | 10100001 | 0 | 100100 | 11110 | 1010 | 101011101 | 111101 | 1001010 |
Color Harmonies of #E592A1
Complementary color
Monochromatic Colors of #E592A1
Black with #E592A1
Text Example
Text Example
White with #E592A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E592A1; }
p { color: rgb(229,146,161); }
H1.HeaderClassName
{
color: #E592A1;
}
.AnyTagClassName
{
color: #E592A1;
}
</style>
background-color css
<style>
a { background-color: #E592A1; }
a { background-color: rgb(229,146,161); }
div.DivClassName
{
background-color: #E592A1;
}
.BgClassName
{
background-color: #E592A1;
}
</style>
border-color css
<style>
span { border-color: #E592A1; }
span { border-color: rgb(229,146,161); }
td.TdClassName
{
border-color: #E592A1;
}
.TagClassName
{
border-color: #E592A1;
}
</style>