Shades of Mandy #EC4C50
Tints of Mandy #EC4C50
RGB
CMYK
RGB Variations
Color information
#EC4C50 (or 0xEC4C50) is known color: Mandy. HEX triplet: EC, 4C and 50. RGB value is (236,76,80). Sum of RGB (Red+Green+Blue) = 236+76+80=392 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.20% from 392); Green value is 76 (30.08% from 255 or 19.39% from 392); Blue value is 80 (31.64% from 255 or 20.41% from 392); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4C50 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC4C50 is #13B3AF. Grayscale: #7C7C7C. Windows color (decimal): -1291184 or 5262572. OLE color: 5262572.
HSL color Cylindrical-coordinate representation of color #EC4C50: hue angle of 358.5º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EC4C50 is Cyan = 0, Magento = 0.68, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 76 | 80 | - |
| CMYK | 0 | 0.68 | 0.66 | 0.07 |
| HSL | 358.5º | 0.81% | 0.61% | - |
| HSV(B) | 358.5º | 0.68% | 0.93% | - |
| XYZ | 38.62 | 23.58 | 10.11 | - |
| YUV | 124.3 | 103.01 | 207.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 76 | 80 | 0 | 0.68 | 0.66 | 0.07 | 358.5 | 0.81 | 0.61 |
| Hex | EC | 4C | 50 | 0 | 44 | 42 | 7 | 166 | 51 | 3D |
| Octal | 354 | 114 | 120 | 0 | 104 | 102 | 7 | 546 | 121 | 75 |
| Binary | 11101100 | 1001100 | 1010000 | 0 | 1000100 | 1000010 | 111 | 101100110 | 1010001 | 111101 |
Color Harmonies of #EC4C50
Complementary color
Monochromatic Colors of #EC4C50
Black with #EC4C50
Text Example
Text Example
White with #EC4C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4C50; }
p { color: rgb(236,76,80); }
H1.HeaderClassName
{
color: #EC4C50;
}
.AnyTagClassName
{
color: #EC4C50;
}
</style>
background-color css
<style>
a { background-color: #EC4C50; }
a { background-color: rgb(236,76,80); }
div.DivClassName
{
background-color: #EC4C50;
}
.BgClassName
{
background-color: #EC4C50;
}
</style>
border-color css
<style>
span { border-color: #EC4C50; }
span { border-color: rgb(236,76,80); }
td.TdClassName
{
border-color: #EC4C50;
}
.TagClassName
{
border-color: #EC4C50;
}
</style>