Shades of Mauvelous #E88C9F
Tints of Mauvelous #E88C9F
RGB
CMYK
RGB Variations
Color information
#E88C9F (or 0xE88C9F) is known color: Mauvelous. HEX triplet: E8, 8C and 9F. RGB value is (232,140,159). Sum of RGB (Red+Green+Blue) = 232+140+159=531 (70% of max value = 765). Red value is 232 (91.02% from 255 or 43.69% from 531); Green value is 140 (55.08% from 255 or 26.37% from 531); Blue value is 159 (62.5% from 255 or 29.94% from 531); Max value from RGB is 232 - color contains mainly: red. Hex color #E88C9F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E88C9F is #177360. Grayscale: #A9A9A9. Windows color (decimal): -1536865 or 10456296. OLE color: 10456296.
HSL color Cylindrical-coordinate representation of color #E88C9F: hue angle of 347.61º degrees, saturation: 0.67, 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 #E88C9F is Cyan = 0, Magento = 0.40, Yellow = 0.31 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 140 | 159 | - |
| CMYK | 0 | 0.40 | 0.31 | 0.09 |
| HSL | 347.61º | 0.67% | 0.73% | - |
| HSV(B) | 347.61º | 0.4% | 0.91% | - |
| XYZ | 48.91 | 38.42 | 37.64 | - |
| YUV | 169.67 | 121.98 | 172.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 140 | 159 | 0 | 0.40 | 0.31 | 0.09 | 347.61 | 0.67 | 0.73 |
| Hex | E8 | 8C | 9F | 0 | 28 | 1F | 9 | 15C | 43 | 49 |
| Octal | 350 | 214 | 237 | 0 | 50 | 37 | 11 | 534 | 103 | 111 |
| Binary | 11101000 | 10001100 | 10011111 | 0 | 101000 | 11111 | 1001 | 101011100 | 1000011 | 1001001 |
Color Harmonies of #E88C9F
Complementary color
Monochromatic Colors of #E88C9F
Black with #E88C9F
Text Example
Text Example
White with #E88C9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E88C9F; }
p { color: rgb(232,140,159); }
H1.HeaderClassName
{
color: #E88C9F;
}
.AnyTagClassName
{
color: #E88C9F;
}
</style>
background-color css
<style>
a { background-color: #E88C9F; }
a { background-color: rgb(232,140,159); }
div.DivClassName
{
background-color: #E88C9F;
}
.BgClassName
{
background-color: #E88C9F;
}
</style>
border-color css
<style>
span { border-color: #E88C9F; }
span { border-color: rgb(232,140,159); }
td.TdClassName
{
border-color: #E88C9F;
}
.TagClassName
{
border-color: #E88C9F;
}
</style>