Shades of Radical Red #EC4159
Tints of Radical Red #EC4159
RGB
CMYK
RGB Variations
Color information
#EC4159 (or 0xEC4159) is known color: Radical Red. HEX triplet: EC, 41 and 59. RGB value is (236,65,89). Sum of RGB (Red+Green+Blue) = 236+65+89=390 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.51% from 390); Green value is 65 (25.78% from 255 or 16.67% from 390); Blue value is 89 (35.16% from 255 or 22.82% from 390); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4159 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC4159 is #13BEA6. Grayscale: #767676. Windows color (decimal): -1293991 or 5849580. OLE color: 5849580.
HSL color Cylindrical-coordinate representation of color #EC4159: hue angle of 351.58º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EC4159 is Cyan = 0, Magento = 0.72, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 65 | 89 | - |
| CMYK | 0 | 0.72 | 0.62 | 0.07 |
| HSL | 351.58º | 0.82% | 0.59% | - |
| HSV(B) | 351.58º | 0.72% | 0.93% | - |
| XYZ | 38.29 | 22.33 | 11.74 | - |
| YUV | 118.87 | 111.15 | 211.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 65 | 89 | 0 | 0.72 | 0.62 | 0.07 | 351.58 | 0.82 | 0.59 |
| Hex | EC | 41 | 59 | 0 | 48 | 3E | 7 | 160 | 52 | 3B |
| Octal | 354 | 101 | 131 | 0 | 110 | 76 | 7 | 540 | 122 | 73 |
| Binary | 11101100 | 1000001 | 1011001 | 0 | 1001000 | 111110 | 111 | 101100000 | 1010010 | 111011 |
Color Harmonies of #EC4159
Complementary color
Monochromatic Colors of #EC4159
Black with #EC4159
Text Example
Text Example
White with #EC4159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4159; }
p { color: rgb(236,65,89); }
H1.HeaderClassName
{
color: #EC4159;
}
.AnyTagClassName
{
color: #EC4159;
}
</style>
background-color css
<style>
a { background-color: #EC4159; }
a { background-color: rgb(236,65,89); }
div.DivClassName
{
background-color: #EC4159;
}
.BgClassName
{
background-color: #EC4159;
}
</style>
border-color css
<style>
span { border-color: #EC4159; }
span { border-color: rgb(236,65,89); }
td.TdClassName
{
border-color: #EC4159;
}
.TagClassName
{
border-color: #EC4159;
}
</style>