Shades of Mandy #E04556
Tints of Mandy #E04556
RGB
CMYK
RGB Variations
Color information
#E04556 (or 0xE04556) is known color: Mandy. HEX triplet: E0, 45 and 56. RGB value is (224,69,86). Sum of RGB (Red+Green+Blue) = 224+69+86=379 (50% of max value = 765). Red value is 224 (87.89% from 255 or 59.10% from 379); Green value is 69 (27.34% from 255 or 18.21% from 379); Blue value is 86 (33.98% from 255 or 22.69% from 379); Max value from RGB is 224 - color contains mainly: red. Hex color #E04556 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E04556 is #1FBAA9. Grayscale: #757575. Windows color (decimal): -2079402 or 5653984. OLE color: 5653984.
HSL color Cylindrical-coordinate representation of color #E04556: hue angle of 353.42º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E04556 is Cyan = 0, Magento = 0.69, Yellow = 0.62 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 69 | 86 | - |
| CMYK | 0 | 0.69 | 0.62 | 0.12 |
| HSL | 353.42º | 0.71% | 0.57% | - |
| HSV(B) | 353.42º | 0.69% | 0.88% | - |
| XYZ | 34.55 | 20.78 | 10.99 | - |
| YUV | 117.28 | 110.35 | 204.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 69 | 86 | 0 | 0.69 | 0.62 | 0.12 | 353.42 | 0.71 | 0.57 |
| Hex | E0 | 45 | 56 | 0 | 45 | 3E | C | 161 | 47 | 39 |
| Octal | 340 | 105 | 126 | 0 | 105 | 76 | 14 | 541 | 107 | 71 |
| Binary | 11100000 | 1000101 | 1010110 | 0 | 1000101 | 111110 | 1100 | 101100001 | 1000111 | 111001 |
Color Harmonies of #E04556
Complementary color
Monochromatic Colors of #E04556
Black with #E04556
Text Example
Text Example
White with #E04556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04556; }
p { color: rgb(224,69,86); }
H1.HeaderClassName
{
color: #E04556;
}
.AnyTagClassName
{
color: #E04556;
}
</style>
background-color css
<style>
a { background-color: #E04556; }
a { background-color: rgb(224,69,86); }
div.DivClassName
{
background-color: #E04556;
}
.BgClassName
{
background-color: #E04556;
}
</style>
border-color css
<style>
span { border-color: #E04556; }
span { border-color: rgb(224,69,86); }
td.TdClassName
{
border-color: #E04556;
}
.TagClassName
{
border-color: #E04556;
}
</style>