Shades of Mauvelous #E990A6
Tints of Mauvelous #E990A6
RGB
CMYK
RGB Variations
Color information
#E990A6 (or 0xE990A6) is known color: Mauvelous. HEX triplet: E9, 90 and A6. RGB value is (233,144,166). Sum of RGB (Red+Green+Blue) = 233+144+166=543 (71% of max value = 765). Red value is 233 (91.41% from 255 or 42.91% from 543); Green value is 144 (56.64% from 255 or 26.52% from 543); Blue value is 166 (65.23% from 255 or 30.57% from 543); Max value from RGB is 233 - color contains mainly: red. Hex color #E990A6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E990A6 is #166F59. Grayscale: #ADADAD. Windows color (decimal): -1470298 or 10916073. OLE color: 10916073.
HSL color Cylindrical-coordinate representation of color #E990A6: hue angle of 345.17º degrees, saturation: 0.67, 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 #E990A6 is Cyan = 0, Magento = 0.38, Yellow = 0.29 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 144 | 166 | - |
| CMYK | 0 | 0.38 | 0.29 | 0.09 |
| HSL | 345.17º | 0.67% | 0.74% | - |
| HSV(B) | 345.17º | 0.38% | 0.91% | - |
| XYZ | 50.46 | 40.02 | 41.14 | - |
| YUV | 173.12 | 123.99 | 170.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 144 | 166 | 0 | 0.38 | 0.29 | 0.09 | 345.17 | 0.67 | 0.74 |
| Hex | E9 | 90 | A6 | 0 | 26 | 1D | 9 | 159 | 43 | 4A |
| Octal | 351 | 220 | 246 | 0 | 46 | 35 | 11 | 531 | 103 | 112 |
| Binary | 11101001 | 10010000 | 10100110 | 0 | 100110 | 11101 | 1001 | 101011001 | 1000011 | 1001010 |
Color Harmonies of #E990A6
Complementary color
Monochromatic Colors of #E990A6
Black with #E990A6
Text Example
Text Example
White with #E990A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E990A6; }
p { color: rgb(233,144,166); }
H1.HeaderClassName
{
color: #E990A6;
}
.AnyTagClassName
{
color: #E990A6;
}
</style>
background-color css
<style>
a { background-color: #E990A6; }
a { background-color: rgb(233,144,166); }
div.DivClassName
{
background-color: #E990A6;
}
.BgClassName
{
background-color: #E990A6;
}
</style>
border-color css
<style>
span { border-color: #E990A6; }
span { border-color: rgb(233,144,166); }
td.TdClassName
{
border-color: #E990A6;
}
.TagClassName
{
border-color: #E990A6;
}
</style>