Shades of Radical Red #EC4555
Tints of Radical Red #EC4555
RGB
CMYK
RGB Variations
Color information
#EC4555 (or 0xEC4555) is known color: Radical Red. HEX triplet: EC, 45 and 55. RGB value is (236,69,85). Sum of RGB (Red+Green+Blue) = 236+69+85=390 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.51% from 390); Green value is 69 (27.34% from 255 or 17.69% from 390); Blue value is 85 (33.59% from 255 or 21.79% from 390); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4555 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC4555 is #13BAAA. Grayscale: #787878. Windows color (decimal): -1292971 or 5588460. OLE color: 5588460.
HSL color Cylindrical-coordinate representation of color #EC4555: hue angle of 354.25º 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 #EC4555 is Cyan = 0, Magento = 0.71, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 69 | 85 | - |
| CMYK | 0 | 0.71 | 0.64 | 0.07 |
| HSL | 354.25º | 0.81% | 0.6% | - |
| HSV(B) | 354.25º | 0.71% | 0.93% | - |
| XYZ | 38.36 | 22.74 | 10.96 | - |
| YUV | 120.76 | 107.83 | 210.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 69 | 85 | 0 | 0.71 | 0.64 | 0.07 | 354.25 | 0.81 | 0.6 |
| Hex | EC | 45 | 55 | 0 | 47 | 40 | 7 | 162 | 51 | 3C |
| Octal | 354 | 105 | 125 | 0 | 107 | 100 | 7 | 542 | 121 | 74 |
| Binary | 11101100 | 1000101 | 1010101 | 0 | 1000111 | 1000000 | 111 | 101100010 | 1010001 | 111100 |
Color Harmonies of #EC4555
Complementary color
Monochromatic Colors of #EC4555
Black with #EC4555
Text Example
Text Example
White with #EC4555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4555; }
p { color: rgb(236,69,85); }
H1.HeaderClassName
{
color: #EC4555;
}
.AnyTagClassName
{
color: #EC4555;
}
</style>
background-color css
<style>
a { background-color: #EC4555; }
a { background-color: rgb(236,69,85); }
div.DivClassName
{
background-color: #EC4555;
}
.BgClassName
{
background-color: #EC4555;
}
</style>
border-color css
<style>
span { border-color: #EC4555; }
span { border-color: rgb(236,69,85); }
td.TdClassName
{
border-color: #EC4555;
}
.TagClassName
{
border-color: #EC4555;
}
</style>