Shades of Mandy #E04F62
Tints of Mandy #E04F62
RGB
CMYK
RGB Variations
Color information
#E04F62 (or 0xE04F62) is known color: Mandy. HEX triplet: E0, 4F and 62. RGB value is (224,79,98). Sum of RGB (Red+Green+Blue) = 224+79+98=401 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.86% from 401); Green value is 79 (31.25% from 255 or 19.70% from 401); Blue value is 98 (38.67% from 255 or 24.44% from 401); Max value from RGB is 224 - color contains mainly: red. Hex color #E04F62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E04F62 is #1FB09D. Grayscale: #7C7C7C. Windows color (decimal): -2076830 or 6442976. OLE color: 6442976.
HSL color Cylindrical-coordinate representation of color #E04F62: hue angle of 352.14º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E04F62 is Cyan = 0, Magento = 0.65, Yellow = 0.56 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 79 | 98 | - |
| CMYK | 0 | 0.65 | 0.56 | 0.12 |
| HSL | 352.14º | 0.7% | 0.59% | - |
| HSV(B) | 352.14º | 0.65% | 0.88% | - |
| XYZ | 35.74 | 22.32 | 13.98 | - |
| YUV | 124.52 | 113.04 | 198.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 79 | 98 | 0 | 0.65 | 0.56 | 0.12 | 352.14 | 0.7 | 0.59 |
| Hex | E0 | 4F | 62 | 0 | 41 | 38 | C | 160 | 46 | 3B |
| Octal | 340 | 117 | 142 | 0 | 101 | 70 | 14 | 540 | 106 | 73 |
| Binary | 11100000 | 1001111 | 1100010 | 0 | 1000001 | 111000 | 1100 | 101100000 | 1000110 | 111011 |
Color Harmonies of #E04F62
Complementary color
Monochromatic Colors of #E04F62
Black with #E04F62
Text Example
Text Example
White with #E04F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04F62; }
p { color: rgb(224,79,98); }
H1.HeaderClassName
{
color: #E04F62;
}
.AnyTagClassName
{
color: #E04F62;
}
</style>
background-color css
<style>
a { background-color: #E04F62; }
a { background-color: rgb(224,79,98); }
div.DivClassName
{
background-color: #E04F62;
}
.BgClassName
{
background-color: #E04F62;
}
</style>
border-color css
<style>
span { border-color: #E04F62; }
span { border-color: rgb(224,79,98); }
td.TdClassName
{
border-color: #E04F62;
}
.TagClassName
{
border-color: #E04F62;
}
</style>