Shades of Mandy #E0505B
Tints of Mandy #E0505B
RGB
CMYK
RGB Variations
Color information
#E0505B (or 0xE0505B) is known color: Mandy. HEX triplet: E0, 50 and 5B. RGB value is (224,80,91). Sum of RGB (Red+Green+Blue) = 224+80+91=395 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56.71% from 395); Green value is 80 (31.64% from 255 or 20.25% from 395); Blue value is 91 (35.94% from 255 or 23.04% from 395); Max value from RGB is 224 - color contains mainly: red. Hex color #E0505B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0505B is #1FAFA4. Grayscale: #7C7C7C. Windows color (decimal): -2076581 or 5984480. OLE color: 5984480.
HSL color Cylindrical-coordinate representation of color #E0505B: hue angle of 355.42º 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 #E0505B is Cyan = 0, Magento = 0.64, Yellow = 0.59 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 80 | 91 | - |
| CMYK | 0 | 0.64 | 0.59 | 0.12 |
| HSL | 355.42º | 0.7% | 0.6% | - |
| HSV(B) | 355.42º | 0.64% | 0.88% | - |
| XYZ | 35.5 | 22.34 | 12.34 | - |
| YUV | 124.31 | 109.21 | 199.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 80 | 91 | 0 | 0.64 | 0.59 | 0.12 | 355.42 | 0.7 | 0.6 |
| Hex | E0 | 50 | 5B | 0 | 40 | 3B | C | 163 | 46 | 3C |
| Octal | 340 | 120 | 133 | 0 | 100 | 73 | 14 | 543 | 106 | 74 |
| Binary | 11100000 | 1010000 | 1011011 | 0 | 1000000 | 111011 | 1100 | 101100011 | 1000110 | 111100 |
Color Harmonies of #E0505B
Complementary color
Monochromatic Colors of #E0505B
Black with #E0505B
Text Example
Text Example
White with #E0505B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0505B; }
p { color: rgb(224,80,91); }
H1.HeaderClassName
{
color: #E0505B;
}
.AnyTagClassName
{
color: #E0505B;
}
</style>
background-color css
<style>
a { background-color: #E0505B; }
a { background-color: rgb(224,80,91); }
div.DivClassName
{
background-color: #E0505B;
}
.BgClassName
{
background-color: #E0505B;
}
</style>
border-color css
<style>
span { border-color: #E0505B; }
span { border-color: rgb(224,80,91); }
td.TdClassName
{
border-color: #E0505B;
}
.TagClassName
{
border-color: #E0505B;
}
</style>