Shades of Mandy #E0515C
Tints of Mandy #E0515C
RGB
CMYK
RGB Variations
Color information
#E0515C (or 0xE0515C) is known color: Mandy. HEX triplet: E0, 51 and 5C. RGB value is (224,81,92). Sum of RGB (Red+Green+Blue) = 224+81+92=397 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56.42% from 397); Green value is 81 (32.03% from 255 or 20.40% from 397); Blue value is 92 (36.33% from 255 or 23.17% from 397); Max value from RGB is 224 - color contains mainly: red. Hex color #E0515C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0515C is #1FAEA3. Grayscale: #7D7D7D. Windows color (decimal): -2076324 or 6050272. OLE color: 6050272.
HSL color Cylindrical-coordinate representation of color #E0515C: hue angle of 355.38º 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 #E0515C is Cyan = 0, Magento = 0.64, Yellow = 0.59 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 81 | 92 | - |
| CMYK | 0 | 0.64 | 0.59 | 0.12 |
| HSL | 355.38º | 0.7% | 0.6% | - |
| HSV(B) | 355.38º | 0.64% | 0.88% | - |
| XYZ | 35.61 | 22.5 | 12.59 | - |
| YUV | 125.01 | 109.38 | 198.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 81 | 92 | 0 | 0.64 | 0.59 | 0.12 | 355.38 | 0.7 | 0.6 |
| Hex | E0 | 51 | 5C | 0 | 40 | 3B | C | 163 | 46 | 3C |
| Octal | 340 | 121 | 134 | 0 | 100 | 73 | 14 | 543 | 106 | 74 |
| Binary | 11100000 | 1010001 | 1011100 | 0 | 1000000 | 111011 | 1100 | 101100011 | 1000110 | 111100 |
Color Harmonies of #E0515C
Complementary color
Monochromatic Colors of #E0515C
Black with #E0515C
Text Example
Text Example
White with #E0515C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0515C; }
p { color: rgb(224,81,92); }
H1.HeaderClassName
{
color: #E0515C;
}
.AnyTagClassName
{
color: #E0515C;
}
</style>
background-color css
<style>
a { background-color: #E0515C; }
a { background-color: rgb(224,81,92); }
div.DivClassName
{
background-color: #E0515C;
}
.BgClassName
{
background-color: #E0515C;
}
</style>
border-color css
<style>
span { border-color: #E0515C; }
span { border-color: rgb(224,81,92); }
td.TdClassName
{
border-color: #E0515C;
}
.TagClassName
{
border-color: #E0515C;
}
</style>