Shades of Mauvelous #E890A1
Tints of Mauvelous #E890A1
RGB
CMYK
RGB Variations
Color information
#E890A1 (or 0xE890A1) is known color: Mauvelous. HEX triplet: E8, 90 and A1. RGB value is (232,144,161). Sum of RGB (Red+Green+Blue) = 232+144+161=537 (71% of max value = 765). Red value is 232 (91.02% from 255 or 43.20% from 537); Green value is 144 (56.64% from 255 or 26.82% from 537); Blue value is 161 (63.28% from 255 or 29.98% from 537); Max value from RGB is 232 - color contains mainly: red. Hex color #E890A1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E890A1 is #176F5E. Grayscale: #ACACAC. Windows color (decimal): -1535839 or 10588392. OLE color: 10588392.
HSL color Cylindrical-coordinate representation of color #E890A1: hue angle of 348.41º 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 #E890A1 is Cyan = 0, Magento = 0.38, Yellow = 0.31 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 144 | 161 | - |
| CMYK | 0 | 0.38 | 0.31 | 0.09 |
| HSL | 348.41º | 0.66% | 0.74% | - |
| HSV(B) | 348.41º | 0.38% | 0.91% | - |
| XYZ | 49.68 | 39.68 | 38.76 | - |
| YUV | 172.25 | 121.65 | 170.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 144 | 161 | 0 | 0.38 | 0.31 | 0.09 | 348.41 | 0.66 | 0.74 |
| Hex | E8 | 90 | A1 | 0 | 26 | 1F | 9 | 15C | 42 | 4A |
| Octal | 350 | 220 | 241 | 0 | 46 | 37 | 11 | 534 | 102 | 112 |
| Binary | 11101000 | 10010000 | 10100001 | 0 | 100110 | 11111 | 1001 | 101011100 | 1000010 | 1001010 |
Color Harmonies of #E890A1
Complementary color
Monochromatic Colors of #E890A1
Black with #E890A1
Text Example
Text Example
White with #E890A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E890A1; }
p { color: rgb(232,144,161); }
H1.HeaderClassName
{
color: #E890A1;
}
.AnyTagClassName
{
color: #E890A1;
}
</style>
background-color css
<style>
a { background-color: #E890A1; }
a { background-color: rgb(232,144,161); }
div.DivClassName
{
background-color: #E890A1;
}
.BgClassName
{
background-color: #E890A1;
}
</style>
border-color css
<style>
span { border-color: #E890A1; }
span { border-color: rgb(232,144,161); }
td.TdClassName
{
border-color: #E890A1;
}
.TagClassName
{
border-color: #E890A1;
}
</style>