Shades of Radical Red #EC4C5B
Tints of Radical Red #EC4C5B
RGB
CMYK
RGB Variations
Color information
#EC4C5B (or 0xEC4C5B) is known color: Radical Red. HEX triplet: EC, 4C and 5B. RGB value is (236,76,91). Sum of RGB (Red+Green+Blue) = 236+76+91=403 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.56% from 403); Green value is 76 (30.08% from 255 or 18.86% from 403); Blue value is 91 (35.94% from 255 or 22.58% from 403); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4C5B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC4C5B is #13B3A4. Grayscale: #7D7D7D. Windows color (decimal): -1291173 or 5983468. OLE color: 5983468.
HSL color Cylindrical-coordinate representation of color #EC4C5B: hue angle of 354.38º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EC4C5B is Cyan = 0, Magento = 0.68, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 76 | 91 | - |
| CMYK | 0 | 0.68 | 0.61 | 0.07 |
| HSL | 354.38º | 0.81% | 0.61% | - |
| HSV(B) | 354.38º | 0.68% | 0.93% | - |
| XYZ | 39.06 | 23.76 | 12.42 | - |
| YUV | 125.55 | 108.51 | 206.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 76 | 91 | 0 | 0.68 | 0.61 | 0.07 | 354.38 | 0.81 | 0.61 |
| Hex | EC | 4C | 5B | 0 | 44 | 3D | 7 | 162 | 51 | 3D |
| Octal | 354 | 114 | 133 | 0 | 104 | 75 | 7 | 542 | 121 | 75 |
| Binary | 11101100 | 1001100 | 1011011 | 0 | 1000100 | 111101 | 111 | 101100010 | 1010001 | 111101 |
Color Harmonies of #EC4C5B
Complementary color
Monochromatic Colors of #EC4C5B
Black with #EC4C5B
Text Example
Text Example
White with #EC4C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4C5B; }
p { color: rgb(236,76,91); }
H1.HeaderClassName
{
color: #EC4C5B;
}
.AnyTagClassName
{
color: #EC4C5B;
}
</style>
background-color css
<style>
a { background-color: #EC4C5B; }
a { background-color: rgb(236,76,91); }
div.DivClassName
{
background-color: #EC4C5B;
}
.BgClassName
{
background-color: #EC4C5B;
}
</style>
border-color css
<style>
span { border-color: #EC4C5B; }
span { border-color: rgb(236,76,91); }
td.TdClassName
{
border-color: #EC4C5B;
}
.TagClassName
{
border-color: #EC4C5B;
}
</style>