Shades of Radical Red #EC4859
Tints of Radical Red #EC4859
RGB
CMYK
RGB Variations
Color information
#EC4859 (or 0xEC4859) is known color: Radical Red. HEX triplet: EC, 48 and 59. RGB value is (236,72,89). Sum of RGB (Red+Green+Blue) = 236+72+89=397 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.45% from 397); Green value is 72 (28.52% from 255 or 18.14% from 397); Blue value is 89 (35.16% from 255 or 22.42% from 397); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4859 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC4859 is #13B7A6. Grayscale: #7B7B7B. Windows color (decimal): -1292199 or 5851372. OLE color: 5851372.
HSL color Cylindrical-coordinate representation of color #EC4859: hue angle of 353.78º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EC4859 is Cyan = 0, Magento = 0.69, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 72 | 89 | - |
| CMYK | 0 | 0.69 | 0.62 | 0.07 |
| HSL | 353.78º | 0.81% | 0.6% | - |
| HSV(B) | 353.78º | 0.69% | 0.93% | - |
| XYZ | 38.71 | 23.19 | 11.89 | - |
| YUV | 122.97 | 108.83 | 208.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 72 | 89 | 0 | 0.69 | 0.62 | 0.07 | 353.78 | 0.81 | 0.6 |
| Hex | EC | 48 | 59 | 0 | 45 | 3E | 7 | 162 | 51 | 3C |
| Octal | 354 | 110 | 131 | 0 | 105 | 76 | 7 | 542 | 121 | 74 |
| Binary | 11101100 | 1001000 | 1011001 | 0 | 1000101 | 111110 | 111 | 101100010 | 1010001 | 111100 |
Color Harmonies of #EC4859
Complementary color
Monochromatic Colors of #EC4859
Black with #EC4859
Text Example
Text Example
White with #EC4859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4859; }
p { color: rgb(236,72,89); }
H1.HeaderClassName
{
color: #EC4859;
}
.AnyTagClassName
{
color: #EC4859;
}
</style>
background-color css
<style>
a { background-color: #EC4859; }
a { background-color: rgb(236,72,89); }
div.DivClassName
{
background-color: #EC4859;
}
.BgClassName
{
background-color: #EC4859;
}
</style>
border-color css
<style>
span { border-color: #EC4859; }
span { border-color: rgb(236,72,89); }
td.TdClassName
{
border-color: #EC4859;
}
.TagClassName
{
border-color: #EC4859;
}
</style>