Shades of Mandy #E04A62
Tints of Mandy #E04A62
RGB
CMYK
RGB Variations
Color information
#E04A62 (or 0xE04A62) is known color: Mandy. HEX triplet: E0, 4A and 62. RGB value is (224,74,98). Sum of RGB (Red+Green+Blue) = 224+74+98=396 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56.57% from 396); Green value is 74 (29.30% from 255 or 18.69% from 396); Blue value is 98 (38.67% from 255 or 24.75% from 396); Max value from RGB is 224 - color contains mainly: red. Hex color #E04A62 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E04A62 is #1FB59D. Grayscale: #797979. Windows color (decimal): -2078110 or 6441696. OLE color: 6441696.
HSL color Cylindrical-coordinate representation of color #E04A62: hue angle of 350.4º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E04A62 is Cyan = 0, Magento = 0.67, Yellow = 0.56 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 74 | 98 | - |
| CMYK | 0 | 0.67 | 0.56 | 0.12 |
| HSL | 350.4º | 0.71% | 0.58% | - |
| HSV(B) | 350.4º | 0.67% | 0.88% | - |
| XYZ | 35.39 | 21.63 | 13.86 | - |
| YUV | 121.59 | 114.7 | 201.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 74 | 98 | 0 | 0.67 | 0.56 | 0.12 | 350.4 | 0.71 | 0.58 |
| Hex | E0 | 4A | 62 | 0 | 43 | 38 | C | 15E | 47 | 3A |
| Octal | 340 | 112 | 142 | 0 | 103 | 70 | 14 | 536 | 107 | 72 |
| Binary | 11100000 | 1001010 | 1100010 | 0 | 1000011 | 111000 | 1100 | 101011110 | 1000111 | 111010 |
Color Harmonies of #E04A62
Complementary color
Monochromatic Colors of #E04A62
Black with #E04A62
Text Example
Text Example
White with #E04A62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04A62; }
p { color: rgb(224,74,98); }
H1.HeaderClassName
{
color: #E04A62;
}
.AnyTagClassName
{
color: #E04A62;
}
</style>
background-color css
<style>
a { background-color: #E04A62; }
a { background-color: rgb(224,74,98); }
div.DivClassName
{
background-color: #E04A62;
}
.BgClassName
{
background-color: #E04A62;
}
</style>
border-color css
<style>
span { border-color: #E04A62; }
span { border-color: rgb(224,74,98); }
td.TdClassName
{
border-color: #E04A62;
}
.TagClassName
{
border-color: #E04A62;
}
</style>