Shades of Radical Red #EC4A55
Tints of Radical Red #EC4A55
RGB
CMYK
RGB Variations
Color information
#EC4A55 (or 0xEC4A55) is known color: Radical Red. HEX triplet: EC, 4A and 55. RGB value is (236,74,85). Sum of RGB (Red+Green+Blue) = 236+74+85=395 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.75% from 395); Green value is 74 (29.30% from 255 or 18.73% from 395); Blue value is 85 (33.59% from 255 or 21.52% from 395); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4A55 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC4A55 is #13B5AA. Grayscale: #7B7B7B. Windows color (decimal): -1291691 or 5589740. OLE color: 5589740.
HSL color Cylindrical-coordinate representation of color #EC4A55: hue angle of 355.93º 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 #EC4A55 is Cyan = 0, Magento = 0.69, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 74 | 85 | - |
| CMYK | 0 | 0.69 | 0.64 | 0.07 |
| HSL | 355.93º | 0.81% | 0.61% | - |
| HSV(B) | 355.93º | 0.69% | 0.93% | - |
| XYZ | 38.68 | 23.39 | 11.07 | - |
| YUV | 123.69 | 106.17 | 208.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 74 | 85 | 0 | 0.69 | 0.64 | 0.07 | 355.93 | 0.81 | 0.61 |
| Hex | EC | 4A | 55 | 0 | 45 | 40 | 7 | 164 | 51 | 3D |
| Octal | 354 | 112 | 125 | 0 | 105 | 100 | 7 | 544 | 121 | 75 |
| Binary | 11101100 | 1001010 | 1010101 | 0 | 1000101 | 1000000 | 111 | 101100100 | 1010001 | 111101 |
Color Harmonies of #EC4A55
Complementary color
Monochromatic Colors of #EC4A55
Black with #EC4A55
Text Example
Text Example
White with #EC4A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4A55; }
p { color: rgb(236,74,85); }
H1.HeaderClassName
{
color: #EC4A55;
}
.AnyTagClassName
{
color: #EC4A55;
}
</style>
background-color css
<style>
a { background-color: #EC4A55; }
a { background-color: rgb(236,74,85); }
div.DivClassName
{
background-color: #EC4A55;
}
.BgClassName
{
background-color: #EC4A55;
}
</style>
border-color css
<style>
span { border-color: #EC4A55; }
span { border-color: rgb(236,74,85); }
td.TdClassName
{
border-color: #EC4A55;
}
.TagClassName
{
border-color: #EC4A55;
}
</style>