Shades of Radical Red #EC465F
Tints of Radical Red #EC465F
RGB
CMYK
RGB Variations
Color information
#EC465F (or 0xEC465F) is known color: Radical Red. HEX triplet: EC, 46 and 5F. RGB value is (236,70,95). Sum of RGB (Red+Green+Blue) = 236+70+95=401 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.85% from 401); Green value is 70 (27.73% from 255 or 17.46% from 401); Blue value is 95 (37.5% from 255 or 23.69% from 401); Max value from RGB is 236 - color contains mainly: red. Hex color #EC465F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC465F is #13B9A0. Grayscale: #7A7A7A. Windows color (decimal): -1292705 or 6244076. OLE color: 6244076.
HSL color Cylindrical-coordinate representation of color #EC465F: hue angle of 350.96º 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 #EC465F is Cyan = 0, Magento = 0.70, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 70 | 95 | - |
| CMYK | 0 | 0.70 | 0.60 | 0.07 |
| HSL | 350.96º | 0.81% | 0.6% | - |
| HSV(B) | 350.96º | 0.7% | 0.93% | - |
| XYZ | 38.85 | 23.04 | 13.23 | - |
| YUV | 122.48 | 112.5 | 208.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 70 | 95 | 0 | 0.70 | 0.60 | 0.07 | 350.96 | 0.81 | 0.6 |
| Hex | EC | 46 | 5F | 0 | 46 | 3C | 7 | 15F | 51 | 3C |
| Octal | 354 | 106 | 137 | 0 | 106 | 74 | 7 | 537 | 121 | 74 |
| Binary | 11101100 | 1000110 | 1011111 | 0 | 1000110 | 111100 | 111 | 101011111 | 1010001 | 111100 |
Color Harmonies of #EC465F
Complementary color
Monochromatic Colors of #EC465F
Black with #EC465F
Text Example
Text Example
White with #EC465F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC465F; }
p { color: rgb(236,70,95); }
H1.HeaderClassName
{
color: #EC465F;
}
.AnyTagClassName
{
color: #EC465F;
}
</style>
background-color css
<style>
a { background-color: #EC465F; }
a { background-color: rgb(236,70,95); }
div.DivClassName
{
background-color: #EC465F;
}
.BgClassName
{
background-color: #EC465F;
}
</style>
border-color css
<style>
span { border-color: #EC465F; }
span { border-color: rgb(236,70,95); }
td.TdClassName
{
border-color: #EC465F;
}
.TagClassName
{
border-color: #EC465F;
}
</style>