Shades of Radical Red #EC4A61
Tints of Radical Red #EC4A61
RGB
CMYK
RGB Variations
Color information
#EC4A61 (or 0xEC4A61) is known color: Radical Red. HEX triplet: EC, 4A and 61. RGB value is (236,74,97). Sum of RGB (Red+Green+Blue) = 236+74+97=407 (53% of max value = 765). Red value is 236 (92.58% from 255 or 57.99% from 407); Green value is 74 (29.30% from 255 or 18.18% from 407); Blue value is 97 (38.28% from 255 or 23.83% from 407); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4A61 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC4A61 is #13B59E. Grayscale: #7D7D7D. Windows color (decimal): -1291679 or 6376172. OLE color: 6376172.
HSL color Cylindrical-coordinate representation of color #EC4A61: hue angle of 351.48º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EC4A61 is Cyan = 0, Magento = 0.69, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 74 | 97 | - |
| CMYK | 0 | 0.69 | 0.59 | 0.07 |
| HSL | 351.48º | 0.81% | 0.61% | - |
| HSV(B) | 351.48º | 0.69% | 0.93% | - |
| XYZ | 39.2 | 23.59 | 13.8 | - |
| YUV | 125.06 | 112.17 | 207.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 74 | 97 | 0 | 0.69 | 0.59 | 0.07 | 351.48 | 0.81 | 0.61 |
| Hex | EC | 4A | 61 | 0 | 45 | 3B | 7 | 15F | 51 | 3D |
| Octal | 354 | 112 | 141 | 0 | 105 | 73 | 7 | 537 | 121 | 75 |
| Binary | 11101100 | 1001010 | 1100001 | 0 | 1000101 | 111011 | 111 | 101011111 | 1010001 | 111101 |
Color Harmonies of #EC4A61
Complementary color
Monochromatic Colors of #EC4A61
Black with #EC4A61
Text Example
Text Example
White with #EC4A61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4A61; }
p { color: rgb(236,74,97); }
H1.HeaderClassName
{
color: #EC4A61;
}
.AnyTagClassName
{
color: #EC4A61;
}
</style>
background-color css
<style>
a { background-color: #EC4A61; }
a { background-color: rgb(236,74,97); }
div.DivClassName
{
background-color: #EC4A61;
}
.BgClassName
{
background-color: #EC4A61;
}
</style>
border-color css
<style>
span { border-color: #EC4A61; }
span { border-color: rgb(236,74,97); }
td.TdClassName
{
border-color: #EC4A61;
}
.TagClassName
{
border-color: #EC4A61;
}
</style>