Shades of Mandy #E04856
Tints of Mandy #E04856
RGB
CMYK
RGB Variations
Color information
#E04856 (or 0xE04856) is known color: Mandy. HEX triplet: E0, 48 and 56. RGB value is (224,72,86). Sum of RGB (Red+Green+Blue) = 224+72+86=382 (50% of max value = 765). Red value is 224 (87.89% from 255 or 58.64% from 382); Green value is 72 (28.52% from 255 or 18.85% from 382); Blue value is 86 (33.98% from 255 or 22.51% from 382); Max value from RGB is 224 - color contains mainly: red. Hex color #E04856 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E04856 is #1FB7A9. Grayscale: #777777. Windows color (decimal): -2078634 or 5654752. OLE color: 5654752.
HSL color Cylindrical-coordinate representation of color #E04856: hue angle of 354.47º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E04856 is Cyan = 0, Magento = 0.68, Yellow = 0.62 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 72 | 86 | - |
| CMYK | 0 | 0.68 | 0.62 | 0.12 |
| HSL | 354.47º | 0.71% | 0.58% | - |
| HSV(B) | 354.47º | 0.68% | 0.88% | - |
| XYZ | 34.74 | 21.15 | 11.06 | - |
| YUV | 119.04 | 109.36 | 202.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 72 | 86 | 0 | 0.68 | 0.62 | 0.12 | 354.47 | 0.71 | 0.58 |
| Hex | E0 | 48 | 56 | 0 | 44 | 3E | C | 162 | 47 | 3A |
| Octal | 340 | 110 | 126 | 0 | 104 | 76 | 14 | 542 | 107 | 72 |
| Binary | 11100000 | 1001000 | 1010110 | 0 | 1000100 | 111110 | 1100 | 101100010 | 1000111 | 111010 |
Color Harmonies of #E04856
Complementary color
Monochromatic Colors of #E04856
Black with #E04856
Text Example
Text Example
White with #E04856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04856; }
p { color: rgb(224,72,86); }
H1.HeaderClassName
{
color: #E04856;
}
.AnyTagClassName
{
color: #E04856;
}
</style>
background-color css
<style>
a { background-color: #E04856; }
a { background-color: rgb(224,72,86); }
div.DivClassName
{
background-color: #E04856;
}
.BgClassName
{
background-color: #E04856;
}
</style>
border-color css
<style>
span { border-color: #E04856; }
span { border-color: rgb(224,72,86); }
td.TdClassName
{
border-color: #E04856;
}
.TagClassName
{
border-color: #E04856;
}
</style>