Shades of Radical Red #EC3F59
Tints of Radical Red #EC3F59
RGB
CMYK
RGB Variations
Color information
#EC3F59 (or 0xEC3F59) is known color: Radical Red. HEX triplet: EC, 3F and 59. RGB value is (236,63,89). Sum of RGB (Red+Green+Blue) = 236+63+89=388 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.82% from 388); Green value is 63 (25% from 255 or 16.24% from 388); Blue value is 89 (35.16% from 255 or 22.94% from 388); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3F59 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC3F59 is #13C0A6. Grayscale: #757575. Windows color (decimal): -1294503 or 5849068. OLE color: 5849068.
HSL color Cylindrical-coordinate representation of color #EC3F59: hue angle of 350.98º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EC3F59 is Cyan = 0, Magento = 0.73, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 63 | 89 | - |
| CMYK | 0 | 0.73 | 0.62 | 0.07 |
| HSL | 350.98º | 0.82% | 0.59% | - |
| HSV(B) | 350.98º | 0.73% | 0.93% | - |
| XYZ | 38.17 | 22.11 | 11.71 | - |
| YUV | 117.69 | 111.81 | 212.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 63 | 89 | 0 | 0.73 | 0.62 | 0.07 | 350.98 | 0.82 | 0.59 |
| Hex | EC | 3F | 59 | 0 | 49 | 3E | 7 | 15F | 52 | 3B |
| Octal | 354 | 77 | 131 | 0 | 111 | 76 | 7 | 537 | 122 | 73 |
| Binary | 11101100 | 111111 | 1011001 | 0 | 1001001 | 111110 | 111 | 101011111 | 1010010 | 111011 |
Color Harmonies of #EC3F59
Complementary color
Monochromatic Colors of #EC3F59
Black with #EC3F59
Text Example
Text Example
White with #EC3F59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3F59; }
p { color: rgb(236,63,89); }
H1.HeaderClassName
{
color: #EC3F59;
}
.AnyTagClassName
{
color: #EC3F59;
}
</style>
background-color css
<style>
a { background-color: #EC3F59; }
a { background-color: rgb(236,63,89); }
div.DivClassName
{
background-color: #EC3F59;
}
.BgClassName
{
background-color: #EC3F59;
}
</style>
border-color css
<style>
span { border-color: #EC3F59; }
span { border-color: rgb(236,63,89); }
td.TdClassName
{
border-color: #EC3F59;
}
.TagClassName
{
border-color: #EC3F59;
}
</style>