Shades of Mandy #E04854
Tints of Mandy #E04854
RGB
CMYK
RGB Variations
Color information
#E04854 (or 0xE04854) is known color: Mandy. HEX triplet: E0, 48 and 54. RGB value is (224,72,84). Sum of RGB (Red+Green+Blue) = 224+72+84=380 (50% of max value = 765). Red value is 224 (87.89% from 255 or 58.95% from 380); Green value is 72 (28.52% from 255 or 18.95% from 380); Blue value is 84 (33.20% from 255 or 22.11% from 380); Max value from RGB is 224 - color contains mainly: red. Hex color #E04854 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E04854 is #1FB7AB. Grayscale: #767676. Windows color (decimal): -2078636 or 5523680. OLE color: 5523680.
HSL color Cylindrical-coordinate representation of color #E04854: hue angle of 355.26º 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 #E04854 is Cyan = 0, Magento = 0.68, Yellow = 0.62 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 72 | 84 | - |
| CMYK | 0 | 0.68 | 0.62 | 0.12 |
| HSL | 355.26º | 0.71% | 0.58% | - |
| HSV(B) | 355.26º | 0.68% | 0.88% | - |
| XYZ | 34.66 | 21.12 | 10.64 | - |
| YUV | 118.82 | 108.36 | 203.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 72 | 84 | 0 | 0.68 | 0.62 | 0.12 | 355.26 | 0.71 | 0.58 |
| Hex | E0 | 48 | 54 | 0 | 44 | 3E | C | 163 | 47 | 3A |
| Octal | 340 | 110 | 124 | 0 | 104 | 76 | 14 | 543 | 107 | 72 |
| Binary | 11100000 | 1001000 | 1010100 | 0 | 1000100 | 111110 | 1100 | 101100011 | 1000111 | 111010 |
Color Harmonies of #E04854
Complementary color
Monochromatic Colors of #E04854
Black with #E04854
Text Example
Text Example
White with #E04854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04854; }
p { color: rgb(224,72,84); }
H1.HeaderClassName
{
color: #E04854;
}
.AnyTagClassName
{
color: #E04854;
}
</style>
background-color css
<style>
a { background-color: #E04854; }
a { background-color: rgb(224,72,84); }
div.DivClassName
{
background-color: #E04854;
}
.BgClassName
{
background-color: #E04854;
}
</style>
border-color css
<style>
span { border-color: #E04854; }
span { border-color: rgb(224,72,84); }
td.TdClassName
{
border-color: #E04854;
}
.TagClassName
{
border-color: #E04854;
}
</style>