Shades of Mandy #E04860
Tints of Mandy #E04860
RGB
CMYK
RGB Variations
Color information
#E04860 (or 0xE04860) is known color: Mandy. HEX triplet: E0, 48 and 60. RGB value is (224,72,96). Sum of RGB (Red+Green+Blue) = 224+72+96=392 (51% of max value = 765). Red value is 224 (87.89% from 255 or 57.14% from 392); Green value is 72 (28.52% from 255 or 18.37% from 392); Blue value is 96 (37.89% from 255 or 24.49% from 392); Max value from RGB is 224 - color contains mainly: red. Hex color #E04860 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E04860 is #1FB79F. Grayscale: #787878. Windows color (decimal): -2078624 or 6310112. OLE color: 6310112.
HSL color Cylindrical-coordinate representation of color #E04860: hue angle of 350.53º 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 #E04860 is Cyan = 0, Magento = 0.68, Yellow = 0.57 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 72 | 96 | - |
| CMYK | 0 | 0.68 | 0.57 | 0.12 |
| HSL | 350.53º | 0.71% | 0.58% | - |
| HSV(B) | 350.53º | 0.68% | 0.88% | - |
| XYZ | 35.17 | 21.33 | 13.33 | - |
| YUV | 120.18 | 114.36 | 202.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 72 | 96 | 0 | 0.68 | 0.57 | 0.12 | 350.53 | 0.71 | 0.58 |
| Hex | E0 | 48 | 60 | 0 | 44 | 39 | C | 15F | 47 | 3A |
| Octal | 340 | 110 | 140 | 0 | 104 | 71 | 14 | 537 | 107 | 72 |
| Binary | 11100000 | 1001000 | 1100000 | 0 | 1000100 | 111001 | 1100 | 101011111 | 1000111 | 111010 |
Color Harmonies of #E04860
Complementary color
Monochromatic Colors of #E04860
Black with #E04860
Text Example
Text Example
White with #E04860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04860; }
p { color: rgb(224,72,96); }
H1.HeaderClassName
{
color: #E04860;
}
.AnyTagClassName
{
color: #E04860;
}
</style>
background-color css
<style>
a { background-color: #E04860; }
a { background-color: rgb(224,72,96); }
div.DivClassName
{
background-color: #E04860;
}
.BgClassName
{
background-color: #E04860;
}
</style>
border-color css
<style>
span { border-color: #E04860; }
span { border-color: rgb(224,72,96); }
td.TdClassName
{
border-color: #E04860;
}
.TagClassName
{
border-color: #E04860;
}
</style>