Shades of Radical Red #EC465D
Tints of Radical Red #EC465D
RGB
CMYK
RGB Variations
Color information
#EC465D (or 0xEC465D) is known color: Radical Red. HEX triplet: EC, 46 and 5D. RGB value is (236,70,93). Sum of RGB (Red+Green+Blue) = 236+70+93=399 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.15% from 399); Green value is 70 (27.73% from 255 or 17.54% from 399); Blue value is 93 (36.72% from 255 or 23.31% from 399); Max value from RGB is 236 - color contains mainly: red. Hex color #EC465D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC465D is #13B9A2. Grayscale: #7A7A7A. Windows color (decimal): -1292707 or 6113004. OLE color: 6113004.
HSL color Cylindrical-coordinate representation of color #EC465D: hue angle of 351.69º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EC465D is Cyan = 0, Magento = 0.70, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 70 | 93 | - |
| CMYK | 0 | 0.70 | 0.61 | 0.07 |
| HSL | 351.69º | 0.81% | 0.6% | - |
| HSV(B) | 351.69º | 0.7% | 0.93% | - |
| XYZ | 38.76 | 23 | 12.75 | - |
| YUV | 122.26 | 111.5 | 209.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 70 | 93 | 0 | 0.70 | 0.61 | 0.07 | 351.69 | 0.81 | 0.6 |
| Hex | EC | 46 | 5D | 0 | 46 | 3D | 7 | 160 | 51 | 3C |
| Octal | 354 | 106 | 135 | 0 | 106 | 75 | 7 | 540 | 121 | 74 |
| Binary | 11101100 | 1000110 | 1011101 | 0 | 1000110 | 111101 | 111 | 101100000 | 1010001 | 111100 |
Color Harmonies of #EC465D
Complementary color
Monochromatic Colors of #EC465D
Black with #EC465D
Text Example
Text Example
White with #EC465D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC465D; }
p { color: rgb(236,70,93); }
H1.HeaderClassName
{
color: #EC465D;
}
.AnyTagClassName
{
color: #EC465D;
}
</style>
background-color css
<style>
a { background-color: #EC465D; }
a { background-color: rgb(236,70,93); }
div.DivClassName
{
background-color: #EC465D;
}
.BgClassName
{
background-color: #EC465D;
}
</style>
border-color css
<style>
span { border-color: #EC465D; }
span { border-color: rgb(236,70,93); }
td.TdClassName
{
border-color: #EC465D;
}
.TagClassName
{
border-color: #EC465D;
}
</style>