Shades of Mandy #E04B5D
Tints of Mandy #E04B5D
RGB
CMYK
RGB Variations
Color information
#E04B5D (or 0xE04B5D) is known color: Mandy. HEX triplet: E0, 4B and 5D. RGB value is (224,75,93). Sum of RGB (Red+Green+Blue) = 224+75+93=392 (51% of max value = 765). Red value is 224 (87.89% from 255 or 57.14% from 392); Green value is 75 (29.69% from 255 or 19.13% from 392); Blue value is 93 (36.72% from 255 or 23.72% from 392); Max value from RGB is 224 - color contains mainly: red. Hex color #E04B5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E04B5D is #1FB4A2. Grayscale: #797979. Windows color (decimal): -2077859 or 6114272. OLE color: 6114272.
HSL color Cylindrical-coordinate representation of color #E04B5D: hue angle of 352.75º 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 #E04B5D is Cyan = 0, Magento = 0.67, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 75 | 93 | - |
| CMYK | 0 | 0.67 | 0.58 | 0.12 |
| HSL | 352.75º | 0.71% | 0.59% | - |
| HSV(B) | 352.75º | 0.67% | 0.88% | - |
| XYZ | 35.23 | 21.67 | 12.68 | - |
| YUV | 121.6 | 111.86 | 201.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 75 | 93 | 0 | 0.67 | 0.58 | 0.12 | 352.75 | 0.71 | 0.59 |
| Hex | E0 | 4B | 5D | 0 | 43 | 3A | C | 161 | 47 | 3B |
| Octal | 340 | 113 | 135 | 0 | 103 | 72 | 14 | 541 | 107 | 73 |
| Binary | 11100000 | 1001011 | 1011101 | 0 | 1000011 | 111010 | 1100 | 101100001 | 1000111 | 111011 |
Color Harmonies of #E04B5D
Complementary color
Monochromatic Colors of #E04B5D
Black with #E04B5D
Text Example
Text Example
White with #E04B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04B5D; }
p { color: rgb(224,75,93); }
H1.HeaderClassName
{
color: #E04B5D;
}
.AnyTagClassName
{
color: #E04B5D;
}
</style>
background-color css
<style>
a { background-color: #E04B5D; }
a { background-color: rgb(224,75,93); }
div.DivClassName
{
background-color: #E04B5D;
}
.BgClassName
{
background-color: #E04B5D;
}
</style>
border-color css
<style>
span { border-color: #E04B5D; }
span { border-color: rgb(224,75,93); }
td.TdClassName
{
border-color: #E04B5D;
}
.TagClassName
{
border-color: #E04B5D;
}
</style>