Shades of Radical Red #EC4C5D
Tints of Radical Red #EC4C5D
RGB
CMYK
RGB Variations
Color information
#EC4C5D (or 0xEC4C5D) is known color: Radical Red. HEX triplet: EC, 4C and 5D. RGB value is (236,76,93). Sum of RGB (Red+Green+Blue) = 236+76+93=405 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.27% from 405); Green value is 76 (30.08% from 255 or 18.77% from 405); Blue value is 93 (36.72% from 255 or 22.96% from 405); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4C5D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC4C5D is #13B3A2. Grayscale: #7D7D7D. Windows color (decimal): -1291171 or 6114540. OLE color: 6114540.
HSL color Cylindrical-coordinate representation of color #EC4C5D: hue angle of 353.62º 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 #EC4C5D is Cyan = 0, Magento = 0.68, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 76 | 93 | - |
| CMYK | 0 | 0.68 | 0.61 | 0.07 |
| HSL | 353.63º | 0.81% | 0.61% | - |
| HSV(B) | 353.63º | 0.68% | 0.93% | - |
| XYZ | 39.15 | 23.79 | 12.88 | - |
| YUV | 125.78 | 109.51 | 206.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 76 | 93 | 0 | 0.68 | 0.61 | 0.07 | 353.63 | 0.81 | 0.61 |
| Hex | EC | 4C | 5D | 0 | 44 | 3D | 7 | 162 | 51 | 3D |
| Octal | 354 | 114 | 135 | 0 | 104 | 75 | 7 | 542 | 121 | 75 |
| Binary | 11101100 | 1001100 | 1011101 | 0 | 1000100 | 111101 | 111 | 101100010 | 1010001 | 111101 |
Color Harmonies of #EC4C5D
Complementary color
Monochromatic Colors of #EC4C5D
Black with #EC4C5D
Text Example
Text Example
White with #EC4C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4C5D; }
p { color: rgb(236,76,93); }
H1.HeaderClassName
{
color: #EC4C5D;
}
.AnyTagClassName
{
color: #EC4C5D;
}
</style>
background-color css
<style>
a { background-color: #EC4C5D; }
a { background-color: rgb(236,76,93); }
div.DivClassName
{
background-color: #EC4C5D;
}
.BgClassName
{
background-color: #EC4C5D;
}
</style>
border-color css
<style>
span { border-color: #EC4C5D; }
span { border-color: rgb(236,76,93); }
td.TdClassName
{
border-color: #EC4C5D;
}
.TagClassName
{
border-color: #EC4C5D;
}
</style>