Shades of Mandy #E04B5E
Tints of Mandy #E04B5E
RGB
CMYK
RGB Variations
Color information
#E04B5E (or 0xE04B5E) is known color: Mandy. HEX triplet: E0, 4B and 5E. RGB value is (224,75,94). Sum of RGB (Red+Green+Blue) = 224+75+94=393 (52% of max value = 765). Red value is 224 (87.89% from 255 or 57.00% from 393); Green value is 75 (29.69% from 255 or 19.08% from 393); Blue value is 94 (37.11% from 255 or 23.92% from 393); Max value from RGB is 224 - color contains mainly: red. Hex color #E04B5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E04B5E is #1FB4A1. Grayscale: #797979. Windows color (decimal): -2077858 or 6179808. OLE color: 6179808.
HSL color Cylindrical-coordinate representation of color #E04B5E: hue angle of 352.35º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E04B5E is Cyan = 0, Magento = 0.67, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 75 | 94 | - |
| CMYK | 0 | 0.67 | 0.58 | 0.12 |
| HSL | 352.35º | 0.71% | 0.59% | - |
| HSV(B) | 352.35º | 0.67% | 0.88% | - |
| XYZ | 35.28 | 21.69 | 12.92 | - |
| YUV | 121.72 | 112.36 | 200.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 75 | 94 | 0 | 0.67 | 0.58 | 0.12 | 352.35 | 0.71 | 0.59 |
| Hex | E0 | 4B | 5E | 0 | 43 | 3A | C | 160 | 47 | 3B |
| Octal | 340 | 113 | 136 | 0 | 103 | 72 | 14 | 540 | 107 | 73 |
| Binary | 11100000 | 1001011 | 1011110 | 0 | 1000011 | 111010 | 1100 | 101100000 | 1000111 | 111011 |
Color Harmonies of #E04B5E
Complementary color
Monochromatic Colors of #E04B5E
Black with #E04B5E
Text Example
Text Example
White with #E04B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04B5E; }
p { color: rgb(224,75,94); }
H1.HeaderClassName
{
color: #E04B5E;
}
.AnyTagClassName
{
color: #E04B5E;
}
</style>
background-color css
<style>
a { background-color: #E04B5E; }
a { background-color: rgb(224,75,94); }
div.DivClassName
{
background-color: #E04B5E;
}
.BgClassName
{
background-color: #E04B5E;
}
</style>
border-color css
<style>
span { border-color: #E04B5E; }
span { border-color: rgb(224,75,94); }
td.TdClassName
{
border-color: #E04B5E;
}
.TagClassName
{
border-color: #E04B5E;
}
</style>