Shades of Radical Red #EC4456
Tints of Radical Red #EC4456
RGB
CMYK
RGB Variations
Color information
#EC4456 (or 0xEC4456) is known color: Radical Red. HEX triplet: EC, 44 and 56. RGB value is (236,68,86). Sum of RGB (Red+Green+Blue) = 236+68+86=390 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.51% from 390); Green value is 68 (26.95% from 255 or 17.44% from 390); Blue value is 86 (33.98% from 255 or 22.05% from 390); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4456 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC4456 is #13BBA9. Grayscale: #787878. Windows color (decimal): -1293226 or 5653740. OLE color: 5653740.
HSL color Cylindrical-coordinate representation of color #EC4456: hue angle of 353.57º degrees, saturation: 0.82, 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 #EC4456 is Cyan = 0, Magento = 0.71, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 68 | 86 | - |
| CMYK | 0 | 0.71 | 0.64 | 0.07 |
| HSL | 353.57º | 0.82% | 0.6% | - |
| HSV(B) | 353.57º | 0.71% | 0.93% | - |
| XYZ | 38.34 | 22.64 | 11.15 | - |
| YUV | 120.28 | 108.66 | 210.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 68 | 86 | 0 | 0.71 | 0.64 | 0.07 | 353.57 | 0.82 | 0.6 |
| Hex | EC | 44 | 56 | 0 | 47 | 40 | 7 | 162 | 52 | 3C |
| Octal | 354 | 104 | 126 | 0 | 107 | 100 | 7 | 542 | 122 | 74 |
| Binary | 11101100 | 1000100 | 1010110 | 0 | 1000111 | 1000000 | 111 | 101100010 | 1010010 | 111100 |
Color Harmonies of #EC4456
Complementary color
Monochromatic Colors of #EC4456
Black with #EC4456
Text Example
Text Example
White with #EC4456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4456; }
p { color: rgb(236,68,86); }
H1.HeaderClassName
{
color: #EC4456;
}
.AnyTagClassName
{
color: #EC4456;
}
</style>
background-color css
<style>
a { background-color: #EC4456; }
a { background-color: rgb(236,68,86); }
div.DivClassName
{
background-color: #EC4456;
}
.BgClassName
{
background-color: #EC4456;
}
</style>
border-color css
<style>
span { border-color: #EC4456; }
span { border-color: rgb(236,68,86); }
td.TdClassName
{
border-color: #EC4456;
}
.TagClassName
{
border-color: #EC4456;
}
</style>