Shades of Mauvelous #E890A2
Tints of Mauvelous #E890A2
RGB
CMYK
RGB Variations
Color information
#E890A2 (or 0xE890A2) is known color: Mauvelous. HEX triplet: E8, 90 and A2. RGB value is (232,144,162). Sum of RGB (Red+Green+Blue) = 232+144+162=538 (71% of max value = 765). Red value is 232 (91.02% from 255 or 43.12% from 538); Green value is 144 (56.64% from 255 or 26.77% from 538); Blue value is 162 (63.67% from 255 or 30.11% from 538); Max value from RGB is 232 - color contains mainly: red. Hex color #E890A2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E890A2 is #176F5D. Grayscale: #ACACAC. Windows color (decimal): -1535838 or 10653928. OLE color: 10653928.
HSL color Cylindrical-coordinate representation of color #E890A2: hue angle of 347.73º degrees, saturation: 0.66, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E890A2 is Cyan = 0, Magento = 0.38, Yellow = 0.30 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 144 | 162 | - |
| CMYK | 0 | 0.38 | 0.30 | 0.09 |
| HSL | 347.73º | 0.66% | 0.74% | - |
| HSV(B) | 347.73º | 0.38% | 0.91% | - |
| XYZ | 49.77 | 39.71 | 39.22 | - |
| YUV | 172.36 | 122.15 | 170.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 144 | 162 | 0 | 0.38 | 0.30 | 0.09 | 347.73 | 0.66 | 0.74 |
| Hex | E8 | 90 | A2 | 0 | 26 | 1E | 9 | 15C | 42 | 4A |
| Octal | 350 | 220 | 242 | 0 | 46 | 36 | 11 | 534 | 102 | 112 |
| Binary | 11101000 | 10010000 | 10100010 | 0 | 100110 | 11110 | 1001 | 101011100 | 1000010 | 1001010 |
Color Harmonies of #E890A2
Complementary color
Monochromatic Colors of #E890A2
Black with #E890A2
Text Example
Text Example
White with #E890A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E890A2; }
p { color: rgb(232,144,162); }
H1.HeaderClassName
{
color: #E890A2;
}
.AnyTagClassName
{
color: #E890A2;
}
</style>
background-color css
<style>
a { background-color: #E890A2; }
a { background-color: rgb(232,144,162); }
div.DivClassName
{
background-color: #E890A2;
}
.BgClassName
{
background-color: #E890A2;
}
</style>
border-color css
<style>
span { border-color: #E890A2; }
span { border-color: rgb(232,144,162); }
td.TdClassName
{
border-color: #E890A2;
}
.TagClassName
{
border-color: #E890A2;
}
</style>