Shades of Mauvelous #E78FA1
Tints of Mauvelous #E78FA1
RGB
CMYK
RGB Variations
Color information
#E78FA1 (or 0xE78FA1) is known color: Mauvelous. HEX triplet: E7, 8F and A1. RGB value is (231,143,161). Sum of RGB (Red+Green+Blue) = 231+143+161=535 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.18% from 535); Green value is 143 (56.25% from 255 or 26.73% from 535); Blue value is 161 (63.28% from 255 or 30.09% from 535); Max value from RGB is 231 - color contains mainly: red. Hex color #E78FA1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E78FA1 is #18705E. Grayscale: #ABABAB. Windows color (decimal): -1601631 or 10588135. OLE color: 10588135.
HSL color Cylindrical-coordinate representation of color #E78FA1: hue angle of 347.73º degrees, saturation: 0.65, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E78FA1 is Cyan = 0, Magento = 0.38, Yellow = 0.30 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 143 | 161 | - |
| CMYK | 0 | 0.38 | 0.30 | 0.09 |
| HSL | 347.73º | 0.65% | 0.73% | - |
| HSV(B) | 347.73º | 0.38% | 0.91% | - |
| XYZ | 49.21 | 39.21 | 38.69 | - |
| YUV | 171.36 | 122.15 | 170.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 143 | 161 | 0 | 0.38 | 0.30 | 0.09 | 347.73 | 0.65 | 0.73 |
| Hex | E7 | 8F | A1 | 0 | 26 | 1E | 9 | 15C | 41 | 49 |
| Octal | 347 | 217 | 241 | 0 | 46 | 36 | 11 | 534 | 101 | 111 |
| Binary | 11100111 | 10001111 | 10100001 | 0 | 100110 | 11110 | 1001 | 101011100 | 1000001 | 1001001 |
Color Harmonies of #E78FA1
Complementary color
Monochromatic Colors of #E78FA1
Black with #E78FA1
Text Example
Text Example
White with #E78FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E78FA1; }
p { color: rgb(231,143,161); }
H1.HeaderClassName
{
color: #E78FA1;
}
.AnyTagClassName
{
color: #E78FA1;
}
</style>
background-color css
<style>
a { background-color: #E78FA1; }
a { background-color: rgb(231,143,161); }
div.DivClassName
{
background-color: #E78FA1;
}
.BgClassName
{
background-color: #E78FA1;
}
</style>
border-color css
<style>
span { border-color: #E78FA1; }
span { border-color: rgb(231,143,161); }
td.TdClassName
{
border-color: #E78FA1;
}
.TagClassName
{
border-color: #E78FA1;
}
</style>