Shades of Mauvelous #E78D9F
Tints of Mauvelous #E78D9F
RGB
CMYK
RGB Variations
Color information
#E78D9F (or 0xE78D9F) is known color: Mauvelous. HEX triplet: E7, 8D and 9F. RGB value is (231,141,159). Sum of RGB (Red+Green+Blue) = 231+141+159=531 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.50% from 531); Green value is 141 (55.47% from 255 or 26.55% from 531); Blue value is 159 (62.5% from 255 or 29.94% from 531); Max value from RGB is 231 - color contains mainly: red. Hex color #E78D9F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E78D9F is #187260. Grayscale: #A9A9A9. Windows color (decimal): -1602145 or 10456551. OLE color: 10456551.
HSL color Cylindrical-coordinate representation of color #E78D9F: hue angle of 348º 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 #E78D9F is Cyan = 0, Magento = 0.39, Yellow = 0.31 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 141 | 159 | - |
| CMYK | 0 | 0.39 | 0.31 | 0.09 |
| HSL | 348º | 0.65% | 0.73% | - |
| HSV(B) | 348º | 0.39% | 0.91% | - |
| XYZ | 48.74 | 38.54 | 37.67 | - |
| YUV | 169.96 | 121.82 | 171.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 141 | 159 | 0 | 0.39 | 0.31 | 0.09 | 348 | 0.65 | 0.73 |
| Hex | E7 | 8D | 9F | 0 | 27 | 1F | 9 | 15C | 41 | 49 |
| Octal | 347 | 215 | 237 | 0 | 47 | 37 | 11 | 534 | 101 | 111 |
| Binary | 11100111 | 10001101 | 10011111 | 0 | 100111 | 11111 | 1001 | 101011100 | 1000001 | 1001001 |
Color Harmonies of #E78D9F
Complementary color
Monochromatic Colors of #E78D9F
Black with #E78D9F
Text Example
Text Example
White with #E78D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E78D9F; }
p { color: rgb(231,141,159); }
H1.HeaderClassName
{
color: #E78D9F;
}
.AnyTagClassName
{
color: #E78D9F;
}
</style>
background-color css
<style>
a { background-color: #E78D9F; }
a { background-color: rgb(231,141,159); }
div.DivClassName
{
background-color: #E78D9F;
}
.BgClassName
{
background-color: #E78D9F;
}
</style>
border-color css
<style>
span { border-color: #E78D9F; }
span { border-color: rgb(231,141,159); }
td.TdClassName
{
border-color: #E78D9F;
}
.TagClassName
{
border-color: #E78D9F;
}
</style>