Shades of Mauvelous #E990A9
Tints of Mauvelous #E990A9
RGB
CMYK
RGB Variations
Color information
#E990A9 (or 0xE990A9) is known color: Mauvelous. HEX triplet: E9, 90 and A9. RGB value is (233,144,169). Sum of RGB (Red+Green+Blue) = 233+144+169=546 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.67% from 546); Green value is 144 (56.64% from 255 or 26.37% from 546); Blue value is 169 (66.41% from 255 or 30.95% from 546); Max value from RGB is 233 - color contains mainly: red. Hex color #E990A9 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E990A9 is #166F56. Grayscale: #ADADAD. Windows color (decimal): -1470295 or 11112681. OLE color: 11112681.
HSL color Cylindrical-coordinate representation of color #E990A9: hue angle of 343.15º 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 #E990A9 is Cyan = 0, Magento = 0.38, Yellow = 0.27 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 144 | 169 | - |
| CMYK | 0 | 0.38 | 0.27 | 0.09 |
| HSL | 343.15º | 0.67% | 0.74% | - |
| HSV(B) | 343.15º | 0.38% | 0.91% | - |
| XYZ | 50.74 | 40.13 | 42.61 | - |
| YUV | 173.46 | 125.49 | 170.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 144 | 169 | 0 | 0.38 | 0.27 | 0.09 | 343.15 | 0.67 | 0.74 |
| Hex | E9 | 90 | A9 | 0 | 26 | 1B | 9 | 157 | 43 | 4A |
| Octal | 351 | 220 | 251 | 0 | 46 | 33 | 11 | 527 | 103 | 112 |
| Binary | 11101001 | 10010000 | 10101001 | 0 | 100110 | 11011 | 1001 | 101010111 | 1000011 | 1001010 |
Color Harmonies of #E990A9
Complementary color
Monochromatic Colors of #E990A9
Black with #E990A9
Text Example
Text Example
White with #E990A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E990A9; }
p { color: rgb(233,144,169); }
H1.HeaderClassName
{
color: #E990A9;
}
.AnyTagClassName
{
color: #E990A9;
}
</style>
background-color css
<style>
a { background-color: #E990A9; }
a { background-color: rgb(233,144,169); }
div.DivClassName
{
background-color: #E990A9;
}
.BgClassName
{
background-color: #E990A9;
}
</style>
border-color css
<style>
span { border-color: #E990A9; }
span { border-color: rgb(233,144,169); }
td.TdClassName
{
border-color: #E990A9;
}
.TagClassName
{
border-color: #E990A9;
}
</style>