Shades of Radical Red #EC405E
Tints of Radical Red #EC405E
RGB
CMYK
RGB Variations
Color information
#EC405E (or 0xEC405E) is known color: Radical Red. HEX triplet: EC, 40 and 5E. RGB value is (236,64,94). Sum of RGB (Red+Green+Blue) = 236+64+94=394 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.90% from 394); Green value is 64 (25.39% from 255 or 16.24% from 394); Blue value is 94 (37.11% from 255 or 23.86% from 394); Max value from RGB is 236 - color contains mainly: red. Hex color #EC405E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC405E is #13BFA1. Grayscale: #767676. Windows color (decimal): -1294242 or 6177004. OLE color: 6177004.
HSL color Cylindrical-coordinate representation of color #EC405E: hue angle of 349.53º 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 #EC405E is Cyan = 0, Magento = 0.73, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 64 | 94 | - |
| CMYK | 0 | 0.73 | 0.60 | 0.07 |
| HSL | 349.53º | 0.82% | 0.59% | - |
| HSV(B) | 349.53º | 0.73% | 0.93% | - |
| XYZ | 38.45 | 22.31 | 12.87 | - |
| YUV | 118.85 | 113.98 | 211.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 64 | 94 | 0 | 0.73 | 0.60 | 0.07 | 349.53 | 0.82 | 0.59 |
| Hex | EC | 40 | 5E | 0 | 49 | 3C | 7 | 15E | 52 | 3B |
| Octal | 354 | 100 | 136 | 0 | 111 | 74 | 7 | 536 | 122 | 73 |
| Binary | 11101100 | 1000000 | 1011110 | 0 | 1001001 | 111100 | 111 | 101011110 | 1010010 | 111011 |
Color Harmonies of #EC405E
Complementary color
Monochromatic Colors of #EC405E
Black with #EC405E
Text Example
Text Example
White with #EC405E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC405E; }
p { color: rgb(236,64,94); }
H1.HeaderClassName
{
color: #EC405E;
}
.AnyTagClassName
{
color: #EC405E;
}
</style>
background-color css
<style>
a { background-color: #EC405E; }
a { background-color: rgb(236,64,94); }
div.DivClassName
{
background-color: #EC405E;
}
.BgClassName
{
background-color: #EC405E;
}
</style>
border-color css
<style>
span { border-color: #EC405E; }
span { border-color: rgb(236,64,94); }
td.TdClassName
{
border-color: #EC405E;
}
.TagClassName
{
border-color: #EC405E;
}
</style>