Shades of Mauvelous #E78FA2
Tints of Mauvelous #E78FA2
RGB
CMYK
RGB Variations
Color information
#E78FA2 (or 0xE78FA2) is known color: Mauvelous. HEX triplet: E7, 8F and A2. RGB value is (231,143,162). Sum of RGB (Red+Green+Blue) = 231+143+162=536 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.10% from 536); Green value is 143 (56.25% from 255 or 26.68% from 536); Blue value is 162 (63.67% from 255 or 30.22% from 536); Max value from RGB is 231 - color contains mainly: red. Hex color #E78FA2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E78FA2 is #18705D. Grayscale: #ABABAB. Windows color (decimal): -1601630 or 10653671. OLE color: 10653671.
HSL color Cylindrical-coordinate representation of color #E78FA2: hue angle of 347.05º 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 #E78FA2 is Cyan = 0, Magento = 0.38, Yellow = 0.30 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 143 | 162 | - |
| CMYK | 0 | 0.38 | 0.30 | 0.09 |
| HSL | 347.05º | 0.65% | 0.73% | - |
| HSV(B) | 347.05º | 0.38% | 0.91% | - |
| XYZ | 49.3 | 39.24 | 39.16 | - |
| YUV | 171.48 | 122.65 | 170.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 143 | 162 | 0 | 0.38 | 0.30 | 0.09 | 347.05 | 0.65 | 0.73 |
| Hex | E7 | 8F | A2 | 0 | 26 | 1E | 9 | 15B | 41 | 49 |
| Octal | 347 | 217 | 242 | 0 | 46 | 36 | 11 | 533 | 101 | 111 |
| Binary | 11100111 | 10001111 | 10100010 | 0 | 100110 | 11110 | 1001 | 101011011 | 1000001 | 1001001 |
Color Harmonies of #E78FA2
Complementary color
Monochromatic Colors of #E78FA2
Black with #E78FA2
Text Example
Text Example
White with #E78FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E78FA2; }
p { color: rgb(231,143,162); }
H1.HeaderClassName
{
color: #E78FA2;
}
.AnyTagClassName
{
color: #E78FA2;
}
</style>
background-color css
<style>
a { background-color: #E78FA2; }
a { background-color: rgb(231,143,162); }
div.DivClassName
{
background-color: #E78FA2;
}
.BgClassName
{
background-color: #E78FA2;
}
</style>
border-color css
<style>
span { border-color: #E78FA2; }
span { border-color: rgb(231,143,162); }
td.TdClassName
{
border-color: #E78FA2;
}
.TagClassName
{
border-color: #E78FA2;
}
</style>