Shades of Radical Red #EC4C60
Tints of Radical Red #EC4C60
RGB
CMYK
RGB Variations
Color information
#EC4C60 (or 0xEC4C60) is known color: Radical Red. HEX triplet: EC, 4C and 60. RGB value is (236,76,96). Sum of RGB (Red+Green+Blue) = 236+76+96=408 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.84% from 408); Green value is 76 (30.08% from 255 or 18.63% from 408); Blue value is 96 (37.89% from 255 or 23.53% from 408); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4C60 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC4C60 is #13B39F. Grayscale: #7E7E7E. Windows color (decimal): -1291168 or 6311148. OLE color: 6311148.
HSL color Cylindrical-coordinate representation of color #EC4C60: hue angle of 352.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 #EC4C60 is Cyan = 0, Magento = 0.68, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 76 | 96 | - |
| CMYK | 0 | 0.68 | 0.59 | 0.07 |
| HSL | 352.5º | 0.81% | 0.61% | - |
| HSV(B) | 352.5º | 0.68% | 0.93% | - |
| XYZ | 39.29 | 23.85 | 13.6 | - |
| YUV | 126.12 | 111.01 | 206.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 76 | 96 | 0 | 0.68 | 0.59 | 0.07 | 352.5 | 0.81 | 0.61 |
| Hex | EC | 4C | 60 | 0 | 44 | 3B | 7 | 160 | 51 | 3D |
| Octal | 354 | 114 | 140 | 0 | 104 | 73 | 7 | 540 | 121 | 75 |
| Binary | 11101100 | 1001100 | 1100000 | 0 | 1000100 | 111011 | 111 | 101100000 | 1010001 | 111101 |
Color Harmonies of #EC4C60
Complementary color
Monochromatic Colors of #EC4C60
Black with #EC4C60
Text Example
Text Example
White with #EC4C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4C60; }
p { color: rgb(236,76,96); }
H1.HeaderClassName
{
color: #EC4C60;
}
.AnyTagClassName
{
color: #EC4C60;
}
</style>
background-color css
<style>
a { background-color: #EC4C60; }
a { background-color: rgb(236,76,96); }
div.DivClassName
{
background-color: #EC4C60;
}
.BgClassName
{
background-color: #EC4C60;
}
</style>
border-color css
<style>
span { border-color: #EC4C60; }
span { border-color: rgb(236,76,96); }
td.TdClassName
{
border-color: #EC4C60;
}
.TagClassName
{
border-color: #EC4C60;
}
</style>