Shades of Mandy #E0505E
Tints of Mandy #E0505E
RGB
CMYK
RGB Variations
Color information
#E0505E (or 0xE0505E) is known color: Mandy. HEX triplet: E0, 50 and 5E. RGB value is (224,80,94). Sum of RGB (Red+Green+Blue) = 224+80+94=398 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56.28% from 398); Green value is 80 (31.64% from 255 or 20.10% from 398); Blue value is 94 (37.11% from 255 or 23.62% from 398); Max value from RGB is 224 - color contains mainly: red. Hex color #E0505E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0505E is #1FAFA1. Grayscale: #7C7C7C. Windows color (decimal): -2076578 or 6181088. OLE color: 6181088.
HSL color Cylindrical-coordinate representation of color #E0505E: hue angle of 354.17º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E0505E is Cyan = 0, Magento = 0.64, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 80 | 94 | - |
| CMYK | 0 | 0.64 | 0.58 | 0.12 |
| HSL | 354.17º | 0.7% | 0.6% | - |
| HSV(B) | 354.17º | 0.64% | 0.88% | - |
| XYZ | 35.63 | 22.39 | 13.03 | - |
| YUV | 124.65 | 110.71 | 198.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 80 | 94 | 0 | 0.64 | 0.58 | 0.12 | 354.17 | 0.7 | 0.6 |
| Hex | E0 | 50 | 5E | 0 | 40 | 3A | C | 162 | 46 | 3C |
| Octal | 340 | 120 | 136 | 0 | 100 | 72 | 14 | 542 | 106 | 74 |
| Binary | 11100000 | 1010000 | 1011110 | 0 | 1000000 | 111010 | 1100 | 101100010 | 1000110 | 111100 |
Color Harmonies of #E0505E
Complementary color
Monochromatic Colors of #E0505E
Black with #E0505E
Text Example
Text Example
White with #E0505E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0505E; }
p { color: rgb(224,80,94); }
H1.HeaderClassName
{
color: #E0505E;
}
.AnyTagClassName
{
color: #E0505E;
}
</style>
background-color css
<style>
a { background-color: #E0505E; }
a { background-color: rgb(224,80,94); }
div.DivClassName
{
background-color: #E0505E;
}
.BgClassName
{
background-color: #E0505E;
}
</style>
border-color css
<style>
span { border-color: #E0505E; }
span { border-color: rgb(224,80,94); }
td.TdClassName
{
border-color: #E0505E;
}
.TagClassName
{
border-color: #E0505E;
}
</style>