Shades of Mandy #E04752
Tints of Mandy #E04752
RGB
CMYK
RGB Variations
Color information
#E04752 (or 0xE04752) is known color: Mandy. HEX triplet: E0, 47 and 52. RGB value is (224,71,82). Sum of RGB (Red+Green+Blue) = 224+71+82=377 (49% of max value = 765). Red value is 224 (87.89% from 255 or 59.42% from 377); Green value is 71 (28.12% from 255 or 18.83% from 377); Blue value is 82 (32.42% from 255 or 21.75% from 377); Max value from RGB is 224 - color contains mainly: red. Hex color #E04752 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E04752 is #1FB8AD. Grayscale: #767676. Windows color (decimal): -2078894 or 5392352. OLE color: 5392352.
HSL color Cylindrical-coordinate representation of color #E04752: hue angle of 355.69º 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 #E04752 is Cyan = 0, Magento = 0.68, Yellow = 0.63 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 71 | 82 | - |
| CMYK | 0 | 0.68 | 0.63 | 0.12 |
| HSL | 355.69º | 0.71% | 0.58% | - |
| HSV(B) | 355.69º | 0.68% | 0.88% | - |
| XYZ | 34.52 | 20.96 | 10.21 | - |
| YUV | 118 | 107.69 | 203.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 71 | 82 | 0 | 0.68 | 0.63 | 0.12 | 355.69 | 0.71 | 0.58 |
| Hex | E0 | 47 | 52 | 0 | 44 | 3F | C | 164 | 47 | 3A |
| Octal | 340 | 107 | 122 | 0 | 104 | 77 | 14 | 544 | 107 | 72 |
| Binary | 11100000 | 1000111 | 1010010 | 0 | 1000100 | 111111 | 1100 | 101100100 | 1000111 | 111010 |
Color Harmonies of #E04752
Complementary color
Monochromatic Colors of #E04752
Black with #E04752
Text Example
Text Example
White with #E04752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04752; }
p { color: rgb(224,71,82); }
H1.HeaderClassName
{
color: #E04752;
}
.AnyTagClassName
{
color: #E04752;
}
</style>
background-color css
<style>
a { background-color: #E04752; }
a { background-color: rgb(224,71,82); }
div.DivClassName
{
background-color: #E04752;
}
.BgClassName
{
background-color: #E04752;
}
</style>
border-color css
<style>
span { border-color: #E04752; }
span { border-color: rgb(224,71,82); }
td.TdClassName
{
border-color: #E04752;
}
.TagClassName
{
border-color: #E04752;
}
</style>