Shades of Mandy #EC5260
Tints of Mandy #EC5260
RGB
CMYK
RGB Variations
Color information
#EC5260 (or 0xEC5260) is known color: Mandy. HEX triplet: EC, 52 and 60. RGB value is (236,82,96). Sum of RGB (Red+Green+Blue) = 236+82+96=414 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.00% from 414); Green value is 82 (32.42% from 255 or 19.81% from 414); Blue value is 96 (37.89% from 255 or 23.19% from 414); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5260 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5260 is #13AD9F. Grayscale: #818181. Windows color (decimal): -1289632 or 6312684. OLE color: 6312684.
HSL color Cylindrical-coordinate representation of color #EC5260: hue angle of 354.55º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EC5260 is Cyan = 0, Magento = 0.65, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 82 | 96 | - |
| CMYK | 0 | 0.65 | 0.59 | 0.07 |
| HSL | 354.55º | 0.8% | 0.62% | - |
| HSV(B) | 354.55º | 0.65% | 0.93% | - |
| XYZ | 39.72 | 24.71 | 13.74 | - |
| YUV | 129.64 | 109.02 | 203.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 82 | 96 | 0 | 0.65 | 0.59 | 0.07 | 354.55 | 0.8 | 0.62 |
| Hex | EC | 52 | 60 | 0 | 41 | 3B | 7 | 163 | 50 | 3E |
| Octal | 354 | 122 | 140 | 0 | 101 | 73 | 7 | 543 | 120 | 76 |
| Binary | 11101100 | 1010010 | 1100000 | 0 | 1000001 | 111011 | 111 | 101100011 | 1010000 | 111110 |
Color Harmonies of #EC5260
Complementary color
Monochromatic Colors of #EC5260
Black with #EC5260
Text Example
Text Example
White with #EC5260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5260; }
p { color: rgb(236,82,96); }
H1.HeaderClassName
{
color: #EC5260;
}
.AnyTagClassName
{
color: #EC5260;
}
</style>
background-color css
<style>
a { background-color: #EC5260; }
a { background-color: rgb(236,82,96); }
div.DivClassName
{
background-color: #EC5260;
}
.BgClassName
{
background-color: #EC5260;
}
</style>
border-color css
<style>
span { border-color: #EC5260; }
span { border-color: rgb(236,82,96); }
td.TdClassName
{
border-color: #EC5260;
}
.TagClassName
{
border-color: #EC5260;
}
</style>