Shades of Mauvelous #E78CA4
Tints of Mauvelous #E78CA4
RGB
CMYK
RGB Variations
Color information
#E78CA4 (or 0xE78CA4) is known color: Mauvelous. HEX triplet: E7, 8C and A4. RGB value is (231,140,164). Sum of RGB (Red+Green+Blue) = 231+140+164=535 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.18% from 535); Green value is 140 (55.08% from 255 or 26.17% from 535); Blue value is 164 (64.45% from 255 or 30.65% from 535); Max value from RGB is 231 - color contains mainly: red. Hex color #E78CA4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E78CA4 is #18735B. Grayscale: #A9A9A9. Windows color (decimal): -1602396 or 10783975. OLE color: 10783975.
HSL color Cylindrical-coordinate representation of color #E78CA4: hue angle of 344.18º 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 #E78CA4 is Cyan = 0, Magento = 0.39, Yellow = 0.29 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 140 | 164 | - |
| CMYK | 0 | 0.39 | 0.29 | 0.09 |
| HSL | 344.18º | 0.65% | 0.73% | - |
| HSV(B) | 344.18º | 0.39% | 0.91% | - |
| XYZ | 49.03 | 38.43 | 39.95 | - |
| YUV | 169.95 | 124.65 | 171.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 140 | 164 | 0 | 0.39 | 0.29 | 0.09 | 344.18 | 0.65 | 0.73 |
| Hex | E7 | 8C | A4 | 0 | 27 | 1D | 9 | 158 | 41 | 49 |
| Octal | 347 | 214 | 244 | 0 | 47 | 35 | 11 | 530 | 101 | 111 |
| Binary | 11100111 | 10001100 | 10100100 | 0 | 100111 | 11101 | 1001 | 101011000 | 1000001 | 1001001 |
Color Harmonies of #E78CA4
Complementary color
Monochromatic Colors of #E78CA4
Black with #E78CA4
Text Example
Text Example
White with #E78CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E78CA4; }
p { color: rgb(231,140,164); }
H1.HeaderClassName
{
color: #E78CA4;
}
.AnyTagClassName
{
color: #E78CA4;
}
</style>
background-color css
<style>
a { background-color: #E78CA4; }
a { background-color: rgb(231,140,164); }
div.DivClassName
{
background-color: #E78CA4;
}
.BgClassName
{
background-color: #E78CA4;
}
</style>
border-color css
<style>
span { border-color: #E78CA4; }
span { border-color: rgb(231,140,164); }
td.TdClassName
{
border-color: #E78CA4;
}
.TagClassName
{
border-color: #E78CA4;
}
</style>