Shades of Mauvelous #E98C9F
Tints of Mauvelous #E98C9F
RGB
CMYK
RGB Variations
Color information
#E98C9F (or 0xE98C9F) is known color: Mauvelous. HEX triplet: E9, 8C and 9F. RGB value is (233,140,159). Sum of RGB (Red+Green+Blue) = 233+140+159=532 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.80% from 532); Green value is 140 (55.08% from 255 or 26.32% from 532); Blue value is 159 (62.5% from 255 or 29.89% from 532); Max value from RGB is 233 - color contains mainly: red. Hex color #E98C9F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E98C9F is #167360. Grayscale: #A9A9A9. Windows color (decimal): -1471329 or 10456297. OLE color: 10456297.
HSL color Cylindrical-coordinate representation of color #E98C9F: hue angle of 347.74º degrees, saturation: 0.68, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E98C9F is Cyan = 0, Magento = 0.40, Yellow = 0.32 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 140 | 159 | - |
| CMYK | 0 | 0.40 | 0.32 | 0.09 |
| HSL | 347.74º | 0.68% | 0.73% | - |
| HSV(B) | 347.74º | 0.4% | 0.91% | - |
| XYZ | 49.24 | 38.58 | 37.65 | - |
| YUV | 169.97 | 121.81 | 172.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 140 | 159 | 0 | 0.40 | 0.32 | 0.09 | 347.74 | 0.68 | 0.73 |
| Hex | E9 | 8C | 9F | 0 | 28 | 20 | 9 | 15C | 44 | 49 |
| Octal | 351 | 214 | 237 | 0 | 50 | 40 | 11 | 534 | 104 | 111 |
| Binary | 11101001 | 10001100 | 10011111 | 0 | 101000 | 100000 | 1001 | 101011100 | 1000100 | 1001001 |
Color Harmonies of #E98C9F
Complementary color
Monochromatic Colors of #E98C9F
Black with #E98C9F
Text Example
Text Example
White with #E98C9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E98C9F; }
p { color: rgb(233,140,159); }
H1.HeaderClassName
{
color: #E98C9F;
}
.AnyTagClassName
{
color: #E98C9F;
}
</style>
background-color css
<style>
a { background-color: #E98C9F; }
a { background-color: rgb(233,140,159); }
div.DivClassName
{
background-color: #E98C9F;
}
.BgClassName
{
background-color: #E98C9F;
}
</style>
border-color css
<style>
span { border-color: #E98C9F; }
span { border-color: rgb(233,140,159); }
td.TdClassName
{
border-color: #E98C9F;
}
.TagClassName
{
border-color: #E98C9F;
}
</style>