Shades of Mauvelous #E78CA5
Tints of Mauvelous #E78CA5
RGB
CMYK
RGB Variations
Color information
#E78CA5 (or 0xE78CA5) is known color: Mauvelous. HEX triplet: E7, 8C and A5. RGB value is (231,140,165). Sum of RGB (Red+Green+Blue) = 231+140+165=536 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.10% from 536); Green value is 140 (55.08% from 255 or 26.12% from 536); Blue value is 165 (64.84% from 255 or 30.78% from 536); Max value from RGB is 231 - color contains mainly: red. Hex color #E78CA5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E78CA5 is #18735A. Grayscale: #AAAAAA. Windows color (decimal): -1602395 or 10849511. OLE color: 10849511.
HSL color Cylindrical-coordinate representation of color #E78CA5: hue angle of 343.52º 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 #E78CA5 is Cyan = 0, Magento = 0.39, Yellow = 0.29 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 140 | 165 | - |
| CMYK | 0 | 0.39 | 0.29 | 0.09 |
| HSL | 343.52º | 0.65% | 0.73% | - |
| HSV(B) | 343.52º | 0.39% | 0.91% | - |
| XYZ | 49.12 | 38.46 | 40.43 | - |
| YUV | 170.06 | 125.15 | 171.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 140 | 165 | 0 | 0.39 | 0.29 | 0.09 | 343.52 | 0.65 | 0.73 |
| Hex | E7 | 8C | A5 | 0 | 27 | 1D | 9 | 158 | 41 | 49 |
| Octal | 347 | 214 | 245 | 0 | 47 | 35 | 11 | 530 | 101 | 111 |
| Binary | 11100111 | 10001100 | 10100101 | 0 | 100111 | 11101 | 1001 | 101011000 | 1000001 | 1001001 |
Color Harmonies of #E78CA5
Complementary color
Monochromatic Colors of #E78CA5
Black with #E78CA5
Text Example
Text Example
White with #E78CA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E78CA5; }
p { color: rgb(231,140,165); }
H1.HeaderClassName
{
color: #E78CA5;
}
.AnyTagClassName
{
color: #E78CA5;
}
</style>
background-color css
<style>
a { background-color: #E78CA5; }
a { background-color: rgb(231,140,165); }
div.DivClassName
{
background-color: #E78CA5;
}
.BgClassName
{
background-color: #E78CA5;
}
</style>
border-color css
<style>
span { border-color: #E78CA5; }
span { border-color: rgb(231,140,165); }
td.TdClassName
{
border-color: #E78CA5;
}
.TagClassName
{
border-color: #E78CA5;
}
</style>