Shades of Mandy #EC4C54
Tints of Mandy #EC4C54
RGB
CMYK
RGB Variations
Color information
#EC4C54 (or 0xEC4C54) is known color: Mandy. HEX triplet: EC, 4C and 54. RGB value is (236,76,84). Sum of RGB (Red+Green+Blue) = 236+76+84=396 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.60% from 396); Green value is 76 (30.08% from 255 or 19.19% from 396); Blue value is 84 (33.20% from 255 or 21.21% from 396); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4C54 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC4C54 is #13B3AB. Grayscale: #7C7C7C. Windows color (decimal): -1291180 or 5524716. OLE color: 5524716.
HSL color Cylindrical-coordinate representation of color #EC4C54: hue angle of 357º 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 #EC4C54 is Cyan = 0, Magento = 0.68, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 76 | 84 | - |
| CMYK | 0 | 0.68 | 0.64 | 0.07 |
| HSL | 357º | 0.81% | 0.61% | - |
| HSV(B) | 357º | 0.68% | 0.93% | - |
| XYZ | 38.78 | 23.64 | 10.91 | - |
| YUV | 124.75 | 105.01 | 207.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 76 | 84 | 0 | 0.68 | 0.64 | 0.07 | 357 | 0.81 | 0.61 |
| Hex | EC | 4C | 54 | 0 | 44 | 40 | 7 | 165 | 51 | 3D |
| Octal | 354 | 114 | 124 | 0 | 104 | 100 | 7 | 545 | 121 | 75 |
| Binary | 11101100 | 1001100 | 1010100 | 0 | 1000100 | 1000000 | 111 | 101100101 | 1010001 | 111101 |
Color Harmonies of #EC4C54
Complementary color
Monochromatic Colors of #EC4C54
Black with #EC4C54
Text Example
Text Example
White with #EC4C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4C54; }
p { color: rgb(236,76,84); }
H1.HeaderClassName
{
color: #EC4C54;
}
.AnyTagClassName
{
color: #EC4C54;
}
</style>
background-color css
<style>
a { background-color: #EC4C54; }
a { background-color: rgb(236,76,84); }
div.DivClassName
{
background-color: #EC4C54;
}
.BgClassName
{
background-color: #EC4C54;
}
</style>
border-color css
<style>
span { border-color: #EC4C54; }
span { border-color: rgb(236,76,84); }
td.TdClassName
{
border-color: #EC4C54;
}
.TagClassName
{
border-color: #EC4C54;
}
</style>