Shades of Mauvelous #E78CA2
Tints of Mauvelous #E78CA2
RGB
CMYK
RGB Variations
Color information
#E78CA2 (or 0xE78CA2) is known color: Mauvelous. HEX triplet: E7, 8C and A2. RGB value is (231,140,162). Sum of RGB (Red+Green+Blue) = 231+140+162=533 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.34% from 533); Green value is 140 (55.08% from 255 or 26.27% from 533); Blue value is 162 (63.67% from 255 or 30.39% from 533); Max value from RGB is 231 - color contains mainly: red. Hex color #E78CA2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E78CA2 is #18735D. Grayscale: #A9A9A9. Windows color (decimal): -1602398 or 10652903. OLE color: 10652903.
HSL color Cylindrical-coordinate representation of color #E78CA2: hue angle of 345.49º 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 #E78CA2 is Cyan = 0, Magento = 0.39, Yellow = 0.30 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 140 | 162 | - |
| CMYK | 0 | 0.39 | 0.30 | 0.09 |
| HSL | 345.49º | 0.65% | 0.73% | - |
| HSV(B) | 345.49º | 0.39% | 0.91% | - |
| XYZ | 48.85 | 38.35 | 39.01 | - |
| YUV | 169.72 | 123.65 | 171.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 140 | 162 | 0 | 0.39 | 0.30 | 0.09 | 345.49 | 0.65 | 0.73 |
| Hex | E7 | 8C | A2 | 0 | 27 | 1E | 9 | 159 | 41 | 49 |
| Octal | 347 | 214 | 242 | 0 | 47 | 36 | 11 | 531 | 101 | 111 |
| Binary | 11100111 | 10001100 | 10100010 | 0 | 100111 | 11110 | 1001 | 101011001 | 1000001 | 1001001 |
Color Harmonies of #E78CA2
Complementary color
Monochromatic Colors of #E78CA2
Black with #E78CA2
Text Example
Text Example
White with #E78CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E78CA2; }
p { color: rgb(231,140,162); }
H1.HeaderClassName
{
color: #E78CA2;
}
.AnyTagClassName
{
color: #E78CA2;
}
</style>
background-color css
<style>
a { background-color: #E78CA2; }
a { background-color: rgb(231,140,162); }
div.DivClassName
{
background-color: #E78CA2;
}
.BgClassName
{
background-color: #E78CA2;
}
</style>
border-color css
<style>
span { border-color: #E78CA2; }
span { border-color: rgb(231,140,162); }
td.TdClassName
{
border-color: #E78CA2;
}
.TagClassName
{
border-color: #E78CA2;
}
</style>