Shades of Mauvelous #E98EA0
Tints of Mauvelous #E98EA0
RGB
CMYK
RGB Variations
Color information
#E98EA0 (or 0xE98EA0) is known color: Mauvelous. HEX triplet: E9, 8E and A0. RGB value is (233,142,160). Sum of RGB (Red+Green+Blue) = 233+142+160=535 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.55% from 535); Green value is 142 (55.86% from 255 or 26.54% from 535); Blue value is 160 (62.89% from 255 or 29.91% from 535); Max value from RGB is 233 - color contains mainly: red. Hex color #E98EA0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E98EA0 is #16715F. Grayscale: #ABABAB. Windows color (decimal): -1470816 or 10522345. OLE color: 10522345.
HSL color Cylindrical-coordinate representation of color #E98EA0: hue angle of 348.13º degrees, saturation: 0.67, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E98EA0 is Cyan = 0, Magento = 0.39, Yellow = 0.31 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 142 | 160 | - |
| CMYK | 0 | 0.39 | 0.31 | 0.09 |
| HSL | 348.13º | 0.67% | 0.74% | - |
| HSV(B) | 348.13º | 0.39% | 0.91% | - |
| XYZ | 49.62 | 39.21 | 38.21 | - |
| YUV | 171.26 | 121.65 | 172.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 142 | 160 | 0 | 0.39 | 0.31 | 0.09 | 348.13 | 0.67 | 0.74 |
| Hex | E9 | 8E | A0 | 0 | 27 | 1F | 9 | 15C | 43 | 4A |
| Octal | 351 | 216 | 240 | 0 | 47 | 37 | 11 | 534 | 103 | 112 |
| Binary | 11101001 | 10001110 | 10100000 | 0 | 100111 | 11111 | 1001 | 101011100 | 1000011 | 1001010 |
Color Harmonies of #E98EA0
Complementary color
Monochromatic Colors of #E98EA0
Black with #E98EA0
Text Example
Text Example
White with #E98EA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E98EA0; }
p { color: rgb(233,142,160); }
H1.HeaderClassName
{
color: #E98EA0;
}
.AnyTagClassName
{
color: #E98EA0;
}
</style>
background-color css
<style>
a { background-color: #E98EA0; }
a { background-color: rgb(233,142,160); }
div.DivClassName
{
background-color: #E98EA0;
}
.BgClassName
{
background-color: #E98EA0;
}
</style>
border-color css
<style>
span { border-color: #E98EA0; }
span { border-color: rgb(233,142,160); }
td.TdClassName
{
border-color: #E98EA0;
}
.TagClassName
{
border-color: #E98EA0;
}
</style>