Shades of Mandy #EC5056
Tints of Mandy #EC5056
RGB
CMYK
RGB Variations
Color information
#EC5056 (or 0xEC5056) is known color: Mandy. HEX triplet: EC, 50 and 56. RGB value is (236,80,86). Sum of RGB (Red+Green+Blue) = 236+80+86=402 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.71% from 402); Green value is 80 (31.64% from 255 or 19.90% from 402); Blue value is 86 (33.98% from 255 or 21.39% from 402); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5056 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5056 is #13AFA9. Grayscale: #7F7F7F. Windows color (decimal): -1290154 or 5656812. OLE color: 5656812.
HSL color Cylindrical-coordinate representation of color #EC5056: hue angle of 357.69º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EC5056 is Cyan = 0, Magento = 0.66, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 80 | 86 | - |
| CMYK | 0 | 0.66 | 0.64 | 0.07 |
| HSL | 357.69º | 0.8% | 0.62% | - |
| HSV(B) | 357.69º | 0.66% | 0.93% | - |
| XYZ | 39.14 | 24.24 | 11.42 | - |
| YUV | 127.33 | 104.68 | 205.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 80 | 86 | 0 | 0.66 | 0.64 | 0.07 | 357.69 | 0.8 | 0.62 |
| Hex | EC | 50 | 56 | 0 | 42 | 40 | 7 | 166 | 50 | 3E |
| Octal | 354 | 120 | 126 | 0 | 102 | 100 | 7 | 546 | 120 | 76 |
| Binary | 11101100 | 1010000 | 1010110 | 0 | 1000010 | 1000000 | 111 | 101100110 | 1010000 | 111110 |
Color Harmonies of #EC5056
Complementary color
Monochromatic Colors of #EC5056
Black with #EC5056
Text Example
Text Example
White with #EC5056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5056; }
p { color: rgb(236,80,86); }
H1.HeaderClassName
{
color: #EC5056;
}
.AnyTagClassName
{
color: #EC5056;
}
</style>
background-color css
<style>
a { background-color: #EC5056; }
a { background-color: rgb(236,80,86); }
div.DivClassName
{
background-color: #EC5056;
}
.BgClassName
{
background-color: #EC5056;
}
</style>
border-color css
<style>
span { border-color: #EC5056; }
span { border-color: rgb(236,80,86); }
td.TdClassName
{
border-color: #EC5056;
}
.TagClassName
{
border-color: #EC5056;
}
</style>