Shades of Mauvelous #E78AA4
Tints of Mauvelous #E78AA4
RGB
CMYK
RGB Variations
Color information
#E78AA4 (or 0xE78AA4) is known color: Mauvelous. HEX triplet: E7, 8A and A4. RGB value is (231,138,164). Sum of RGB (Red+Green+Blue) = 231+138+164=533 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.34% from 533); Green value is 138 (54.30% from 255 or 25.89% from 533); Blue value is 164 (64.45% from 255 or 30.77% from 533); Max value from RGB is 231 - color contains mainly: red. Hex color #E78AA4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E78AA4 is #18755B. Grayscale: #A8A8A8. Windows color (decimal): -1602908 or 10783463. OLE color: 10783463.
HSL color Cylindrical-coordinate representation of color #E78AA4: hue angle of 343.23º degrees, saturation: 0.66, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E78AA4 is Cyan = 0, Magento = 0.40, Yellow = 0.29 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 138 | 164 | - |
| CMYK | 0 | 0.40 | 0.29 | 0.09 |
| HSL | 343.23º | 0.66% | 0.72% | - |
| HSV(B) | 343.23º | 0.4% | 0.91% | - |
| XYZ | 48.74 | 37.85 | 39.86 | - |
| YUV | 168.77 | 125.31 | 172.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 138 | 164 | 0 | 0.40 | 0.29 | 0.09 | 343.23 | 0.66 | 0.72 |
| Hex | E7 | 8A | A4 | 0 | 28 | 1D | 9 | 157 | 42 | 48 |
| Octal | 347 | 212 | 244 | 0 | 50 | 35 | 11 | 527 | 102 | 110 |
| Binary | 11100111 | 10001010 | 10100100 | 0 | 101000 | 11101 | 1001 | 101010111 | 1000010 | 1001000 |
Color Harmonies of #E78AA4
Complementary color
Monochromatic Colors of #E78AA4
Black with #E78AA4
Text Example
Text Example
White with #E78AA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E78AA4; }
p { color: rgb(231,138,164); }
H1.HeaderClassName
{
color: #E78AA4;
}
.AnyTagClassName
{
color: #E78AA4;
}
</style>
background-color css
<style>
a { background-color: #E78AA4; }
a { background-color: rgb(231,138,164); }
div.DivClassName
{
background-color: #E78AA4;
}
.BgClassName
{
background-color: #E78AA4;
}
</style>
border-color css
<style>
span { border-color: #E78AA4; }
span { border-color: rgb(231,138,164); }
td.TdClassName
{
border-color: #E78AA4;
}
.TagClassName
{
border-color: #E78AA4;
}
</style>