Shades of Radical Red #EC475B
Tints of Radical Red #EC475B
RGB
CMYK
RGB Variations
Color information
#EC475B (or 0xEC475B) is known color: Radical Red. HEX triplet: EC, 47 and 5B. RGB value is (236,71,91). Sum of RGB (Red+Green+Blue) = 236+71+91=398 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.30% from 398); Green value is 71 (28.12% from 255 or 17.84% from 398); Blue value is 91 (35.94% from 255 or 22.86% from 398); Max value from RGB is 236 - color contains mainly: red. Hex color #EC475B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC475B is #13B8A4. Grayscale: #7A7A7A. Windows color (decimal): -1292453 or 5982188. OLE color: 5982188.
HSL color Cylindrical-coordinate representation of color #EC475B: hue angle of 352.73º 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 #EC475B is Cyan = 0, Magento = 0.70, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 71 | 91 | - |
| CMYK | 0 | 0.70 | 0.61 | 0.07 |
| HSL | 352.73º | 0.81% | 0.6% | - |
| HSV(B) | 352.73º | 0.7% | 0.93% | - |
| XYZ | 38.73 | 23.09 | 12.31 | - |
| YUV | 122.62 | 110.16 | 208.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 71 | 91 | 0 | 0.70 | 0.61 | 0.07 | 352.73 | 0.81 | 0.6 |
| Hex | EC | 47 | 5B | 0 | 46 | 3D | 7 | 161 | 51 | 3C |
| Octal | 354 | 107 | 133 | 0 | 106 | 75 | 7 | 541 | 121 | 74 |
| Binary | 11101100 | 1000111 | 1011011 | 0 | 1000110 | 111101 | 111 | 101100001 | 1010001 | 111100 |
Color Harmonies of #EC475B
Complementary color
Monochromatic Colors of #EC475B
Black with #EC475B
Text Example
Text Example
White with #EC475B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC475B; }
p { color: rgb(236,71,91); }
H1.HeaderClassName
{
color: #EC475B;
}
.AnyTagClassName
{
color: #EC475B;
}
</style>
background-color css
<style>
a { background-color: #EC475B; }
a { background-color: rgb(236,71,91); }
div.DivClassName
{
background-color: #EC475B;
}
.BgClassName
{
background-color: #EC475B;
}
</style>
border-color css
<style>
span { border-color: #EC475B; }
span { border-color: rgb(236,71,91); }
td.TdClassName
{
border-color: #EC475B;
}
.TagClassName
{
border-color: #EC475B;
}
</style>