Shades of Mandy #E04858
Tints of Mandy #E04858
RGB
CMYK
RGB Variations
Color information
#E04858 (or 0xE04858) is known color: Mandy. HEX triplet: E0, 48 and 58. RGB value is (224,72,88). Sum of RGB (Red+Green+Blue) = 224+72+88=384 (50% of max value = 765). Red value is 224 (87.89% from 255 or 58.33% from 384); Green value is 72 (28.52% from 255 or 18.75% from 384); Blue value is 88 (34.77% from 255 or 22.92% from 384); Max value from RGB is 224 - color contains mainly: red. Hex color #E04858 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E04858 is #1FB7A7. Grayscale: #777777. Windows color (decimal): -2078632 or 5785824. OLE color: 5785824.
HSL color Cylindrical-coordinate representation of color #E04858: hue angle of 353.68º 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 #E04858 is Cyan = 0, Magento = 0.68, Yellow = 0.61 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 72 | 88 | - |
| CMYK | 0 | 0.68 | 0.61 | 0.12 |
| HSL | 353.68º | 0.71% | 0.58% | - |
| HSV(B) | 353.68º | 0.68% | 0.88% | - |
| XYZ | 34.82 | 21.19 | 11.49 | - |
| YUV | 119.27 | 110.36 | 202.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 72 | 88 | 0 | 0.68 | 0.61 | 0.12 | 353.68 | 0.71 | 0.58 |
| Hex | E0 | 48 | 58 | 0 | 44 | 3D | C | 162 | 47 | 3A |
| Octal | 340 | 110 | 130 | 0 | 104 | 75 | 14 | 542 | 107 | 72 |
| Binary | 11100000 | 1001000 | 1011000 | 0 | 1000100 | 111101 | 1100 | 101100010 | 1000111 | 111010 |
Color Harmonies of #E04858
Complementary color
Monochromatic Colors of #E04858
Black with #E04858
Text Example
Text Example
White with #E04858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04858; }
p { color: rgb(224,72,88); }
H1.HeaderClassName
{
color: #E04858;
}
.AnyTagClassName
{
color: #E04858;
}
</style>
background-color css
<style>
a { background-color: #E04858; }
a { background-color: rgb(224,72,88); }
div.DivClassName
{
background-color: #E04858;
}
.BgClassName
{
background-color: #E04858;
}
</style>
border-color css
<style>
span { border-color: #E04858; }
span { border-color: rgb(224,72,88); }
td.TdClassName
{
border-color: #E04858;
}
.TagClassName
{
border-color: #E04858;
}
</style>