Shades of Radical Red #EC3F5E
Tints of Radical Red #EC3F5E
RGB
CMYK
RGB Variations
Color information
#EC3F5E (or 0xEC3F5E) is known color: Radical Red. HEX triplet: EC, 3F and 5E. RGB value is (236,63,94). Sum of RGB (Red+Green+Blue) = 236+63+94=393 (52% of max value = 765). Red value is 236 (92.58% from 255 or 60.05% from 393); Green value is 63 (25% from 255 or 16.03% from 393); Blue value is 94 (37.11% from 255 or 23.92% from 393); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3F5E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC3F5E is #13C0A1. Grayscale: #767676. Windows color (decimal): -1294498 or 6176748. OLE color: 6176748.
HSL color Cylindrical-coordinate representation of color #EC3F5E: hue angle of 349.25º 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 #EC3F5E is Cyan = 0, Magento = 0.73, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 63 | 94 | - |
| CMYK | 0 | 0.73 | 0.60 | 0.07 |
| HSL | 349.25º | 0.82% | 0.59% | - |
| HSV(B) | 349.25º | 0.73% | 0.93% | - |
| XYZ | 38.39 | 22.2 | 12.85 | - |
| YUV | 118.26 | 114.31 | 211.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 63 | 94 | 0 | 0.73 | 0.60 | 0.07 | 349.25 | 0.82 | 0.59 |
| Hex | EC | 3F | 5E | 0 | 49 | 3C | 7 | 15D | 52 | 3B |
| Octal | 354 | 77 | 136 | 0 | 111 | 74 | 7 | 535 | 122 | 73 |
| Binary | 11101100 | 111111 | 1011110 | 0 | 1001001 | 111100 | 111 | 101011101 | 1010010 | 111011 |
Color Harmonies of #EC3F5E
Complementary color
Monochromatic Colors of #EC3F5E
Black with #EC3F5E
Text Example
Text Example
White with #EC3F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3F5E; }
p { color: rgb(236,63,94); }
H1.HeaderClassName
{
color: #EC3F5E;
}
.AnyTagClassName
{
color: #EC3F5E;
}
</style>
background-color css
<style>
a { background-color: #EC3F5E; }
a { background-color: rgb(236,63,94); }
div.DivClassName
{
background-color: #EC3F5E;
}
.BgClassName
{
background-color: #EC3F5E;
}
</style>
border-color css
<style>
span { border-color: #EC3F5E; }
span { border-color: rgb(236,63,94); }
td.TdClassName
{
border-color: #EC3F5E;
}
.TagClassName
{
border-color: #EC3F5E;
}
</style>