Shades of Mauvelous #E78C9F
Tints of Mauvelous #E78C9F
RGB
CMYK
RGB Variations
Color information
#E78C9F (or 0xE78C9F) is known color: Mauvelous. HEX triplet: E7, 8C and 9F. RGB value is (231,140,159). Sum of RGB (Red+Green+Blue) = 231+140+159=530 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.58% from 530); Green value is 140 (55.08% from 255 or 26.42% from 530); Blue value is 159 (62.5% from 255 or 30% from 530); Max value from RGB is 231 - color contains mainly: red. Hex color #E78C9F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E78C9F is #187360. Grayscale: #A9A9A9. Windows color (decimal): -1602401 or 10456295. OLE color: 10456295.
HSL color Cylindrical-coordinate representation of color #E78C9F: hue angle of 347.47º degrees, saturation: 0.65, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E78C9F is Cyan = 0, Magento = 0.39, Yellow = 0.31 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 140 | 159 | - |
| CMYK | 0 | 0.39 | 0.31 | 0.09 |
| HSL | 347.47º | 0.65% | 0.73% | - |
| HSV(B) | 347.47º | 0.39% | 0.91% | - |
| XYZ | 48.59 | 38.25 | 37.62 | - |
| YUV | 169.38 | 122.15 | 171.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 140 | 159 | 0 | 0.39 | 0.31 | 0.09 | 347.47 | 0.65 | 0.73 |
| Hex | E7 | 8C | 9F | 0 | 27 | 1F | 9 | 15B | 41 | 49 |
| Octal | 347 | 214 | 237 | 0 | 47 | 37 | 11 | 533 | 101 | 111 |
| Binary | 11100111 | 10001100 | 10011111 | 0 | 100111 | 11111 | 1001 | 101011011 | 1000001 | 1001001 |
Color Harmonies of #E78C9F
Complementary color
Monochromatic Colors of #E78C9F
Black with #E78C9F
Text Example
Text Example
White with #E78C9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E78C9F; }
p { color: rgb(231,140,159); }
H1.HeaderClassName
{
color: #E78C9F;
}
.AnyTagClassName
{
color: #E78C9F;
}
</style>
background-color css
<style>
a { background-color: #E78C9F; }
a { background-color: rgb(231,140,159); }
div.DivClassName
{
background-color: #E78C9F;
}
.BgClassName
{
background-color: #E78C9F;
}
</style>
border-color css
<style>
span { border-color: #E78C9F; }
span { border-color: rgb(231,140,159); }
td.TdClassName
{
border-color: #E78C9F;
}
.TagClassName
{
border-color: #E78C9F;
}
</style>