Shades of Mandy #E04558
Tints of Mandy #E04558
RGB
CMYK
RGB Variations
Color information
#E04558 (or 0xE04558) is known color: Mandy. HEX triplet: E0, 45 and 58. RGB value is (224,69,88). Sum of RGB (Red+Green+Blue) = 224+69+88=381 (50% of max value = 765). Red value is 224 (87.89% from 255 or 58.79% from 381); Green value is 69 (27.34% from 255 or 18.11% from 381); Blue value is 88 (34.77% from 255 or 23.10% from 381); Max value from RGB is 224 - color contains mainly: red. Hex color #E04558 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E04558 is #1FBAA7. Grayscale: #757575. Windows color (decimal): -2079400 or 5785056. OLE color: 5785056.
HSL color Cylindrical-coordinate representation of color #E04558: hue angle of 352.65º 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 #E04558 is Cyan = 0, Magento = 0.69, Yellow = 0.61 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 69 | 88 | - |
| CMYK | 0 | 0.69 | 0.61 | 0.12 |
| HSL | 352.65º | 0.71% | 0.57% | - |
| HSV(B) | 352.65º | 0.69% | 0.88% | - |
| XYZ | 34.63 | 20.81 | 11.42 | - |
| YUV | 117.51 | 111.35 | 203.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 69 | 88 | 0 | 0.69 | 0.61 | 0.12 | 352.65 | 0.71 | 0.57 |
| Hex | E0 | 45 | 58 | 0 | 45 | 3D | C | 161 | 47 | 39 |
| Octal | 340 | 105 | 130 | 0 | 105 | 75 | 14 | 541 | 107 | 71 |
| Binary | 11100000 | 1000101 | 1011000 | 0 | 1000101 | 111101 | 1100 | 101100001 | 1000111 | 111001 |
Color Harmonies of #E04558
Complementary color
Monochromatic Colors of #E04558
Black with #E04558
Text Example
Text Example
White with #E04558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04558; }
p { color: rgb(224,69,88); }
H1.HeaderClassName
{
color: #E04558;
}
.AnyTagClassName
{
color: #E04558;
}
</style>
background-color css
<style>
a { background-color: #E04558; }
a { background-color: rgb(224,69,88); }
div.DivClassName
{
background-color: #E04558;
}
.BgClassName
{
background-color: #E04558;
}
</style>
border-color css
<style>
span { border-color: #E04558; }
span { border-color: rgb(224,69,88); }
td.TdClassName
{
border-color: #E04558;
}
.TagClassName
{
border-color: #E04558;
}
</style>