Shades of Mandy #EC5356
Tints of Mandy #EC5356
RGB
CMYK
RGB Variations
Color information
#EC5356 (or 0xEC5356) is known color: Mandy. HEX triplet: EC, 53 and 56. RGB value is (236,83,86). Sum of RGB (Red+Green+Blue) = 236+83+86=405 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.27% from 405); Green value is 83 (32.81% from 255 or 20.49% from 405); Blue value is 86 (33.98% from 255 or 21.23% from 405); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5356 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5356 is #13ACA9. Grayscale: #818181. Windows color (decimal): -1289386 or 5657580. OLE color: 5657580.
HSL color Cylindrical-coordinate representation of color #EC5356: hue angle of 358.82º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EC5356 is Cyan = 0, Magento = 0.65, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 83 | 86 | - |
| CMYK | 0 | 0.65 | 0.64 | 0.07 |
| HSL | 358.82º | 0.8% | 0.63% | - |
| HSV(B) | 358.82º | 0.65% | 0.93% | - |
| XYZ | 39.37 | 24.69 | 11.5 | - |
| YUV | 129.09 | 103.69 | 204.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 83 | 86 | 0 | 0.65 | 0.64 | 0.07 | 358.82 | 0.8 | 0.63 |
| Hex | EC | 53 | 56 | 0 | 41 | 40 | 7 | 167 | 50 | 3F |
| Octal | 354 | 123 | 126 | 0 | 101 | 100 | 7 | 547 | 120 | 77 |
| Binary | 11101100 | 1010011 | 1010110 | 0 | 1000001 | 1000000 | 111 | 101100111 | 1010000 | 111111 |
Color Harmonies of #EC5356
Complementary color
Monochromatic Colors of #EC5356
Black with #EC5356
Text Example
Text Example
White with #EC5356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5356; }
p { color: rgb(236,83,86); }
H1.HeaderClassName
{
color: #EC5356;
}
.AnyTagClassName
{
color: #EC5356;
}
</style>
background-color css
<style>
a { background-color: #EC5356; }
a { background-color: rgb(236,83,86); }
div.DivClassName
{
background-color: #EC5356;
}
.BgClassName
{
background-color: #EC5356;
}
</style>
border-color css
<style>
span { border-color: #EC5356; }
span { border-color: rgb(236,83,86); }
td.TdClassName
{
border-color: #EC5356;
}
.TagClassName
{
border-color: #EC5356;
}
</style>