Shades of Radical Red #EC4560
Tints of Radical Red #EC4560
RGB
CMYK
RGB Variations
Color information
#EC4560 (or 0xEC4560) is known color: Radical Red. HEX triplet: EC, 45 and 60. RGB value is (236,69,96). Sum of RGB (Red+Green+Blue) = 236+69+96=401 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.85% from 401); Green value is 69 (27.34% from 255 or 17.21% from 401); Blue value is 96 (37.89% from 255 or 23.94% from 401); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4560 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC4560 is #13BA9F. Grayscale: #7A7A7A. Windows color (decimal): -1292960 or 6309356. OLE color: 6309356.
HSL color Cylindrical-coordinate representation of color #EC4560: hue angle of 350.3º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EC4560 is Cyan = 0, Magento = 0.71, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 69 | 96 | - |
| CMYK | 0 | 0.71 | 0.59 | 0.07 |
| HSL | 350.3º | 0.81% | 0.6% | - |
| HSV(B) | 350.3º | 0.71% | 0.93% | - |
| XYZ | 38.83 | 22.93 | 13.45 | - |
| YUV | 122.01 | 113.33 | 209.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 69 | 96 | 0 | 0.71 | 0.59 | 0.07 | 350.3 | 0.81 | 0.6 |
| Hex | EC | 45 | 60 | 0 | 47 | 3B | 7 | 15E | 51 | 3C |
| Octal | 354 | 105 | 140 | 0 | 107 | 73 | 7 | 536 | 121 | 74 |
| Binary | 11101100 | 1000101 | 1100000 | 0 | 1000111 | 111011 | 111 | 101011110 | 1010001 | 111100 |
Color Harmonies of #EC4560
Complementary color
Monochromatic Colors of #EC4560
Black with #EC4560
Text Example
Text Example
White with #EC4560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4560; }
p { color: rgb(236,69,96); }
H1.HeaderClassName
{
color: #EC4560;
}
.AnyTagClassName
{
color: #EC4560;
}
</style>
background-color css
<style>
a { background-color: #EC4560; }
a { background-color: rgb(236,69,96); }
div.DivClassName
{
background-color: #EC4560;
}
.BgClassName
{
background-color: #EC4560;
}
</style>
border-color css
<style>
span { border-color: #EC4560; }
span { border-color: rgb(236,69,96); }
td.TdClassName
{
border-color: #EC4560;
}
.TagClassName
{
border-color: #EC4560;
}
</style>