Shades of Mauvelous #E992A2
Tints of Mauvelous #E992A2
RGB
CMYK
RGB Variations
Color information
#E992A2 (or 0xE992A2) is known color: Mauvelous. HEX triplet: E9, 92 and A2. RGB value is (233,146,162). Sum of RGB (Red+Green+Blue) = 233+146+162=541 (71% of max value = 765). Red value is 233 (91.41% from 255 or 43.07% from 541); Green value is 146 (57.42% from 255 or 26.99% from 541); Blue value is 162 (63.67% from 255 or 29.94% from 541); Max value from RGB is 233 - color contains mainly: red. Hex color #E992A2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E992A2 is #166D5D. Grayscale: #ADADAD. Windows color (decimal): -1469790 or 10654441. OLE color: 10654441.
HSL color Cylindrical-coordinate representation of color #E992A2: hue angle of 348.97º degrees, saturation: 0.66, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E992A2 is Cyan = 0, Magento = 0.37, Yellow = 0.30 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 146 | 162 | - |
| CMYK | 0 | 0.37 | 0.30 | 0.09 |
| HSL | 348.97º | 0.66% | 0.74% | - |
| HSV(B) | 348.97º | 0.37% | 0.91% | - |
| XYZ | 50.4 | 40.49 | 39.34 | - |
| YUV | 173.84 | 121.32 | 170.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 146 | 162 | 0 | 0.37 | 0.30 | 0.09 | 348.97 | 0.66 | 0.74 |
| Hex | E9 | 92 | A2 | 0 | 25 | 1E | 9 | 15D | 42 | 4A |
| Octal | 351 | 222 | 242 | 0 | 45 | 36 | 11 | 535 | 102 | 112 |
| Binary | 11101001 | 10010010 | 10100010 | 0 | 100101 | 11110 | 1001 | 101011101 | 1000010 | 1001010 |
Color Harmonies of #E992A2
Complementary color
Monochromatic Colors of #E992A2
Black with #E992A2
Text Example
Text Example
White with #E992A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E992A2; }
p { color: rgb(233,146,162); }
H1.HeaderClassName
{
color: #E992A2;
}
.AnyTagClassName
{
color: #E992A2;
}
</style>
background-color css
<style>
a { background-color: #E992A2; }
a { background-color: rgb(233,146,162); }
div.DivClassName
{
background-color: #E992A2;
}
.BgClassName
{
background-color: #E992A2;
}
</style>
border-color css
<style>
span { border-color: #E992A2; }
span { border-color: rgb(233,146,162); }
td.TdClassName
{
border-color: #E992A2;
}
.TagClassName
{
border-color: #E992A2;
}
</style>