Shades of Radical Red #EC4B58
Tints of Radical Red #EC4B58
RGB
CMYK
RGB Variations
Color information
#EC4B58 (or 0xEC4B58) is known color: Radical Red. HEX triplet: EC, 4B and 58. RGB value is (236,75,88). Sum of RGB (Red+Green+Blue) = 236+75+88=399 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.15% from 399); Green value is 75 (29.69% from 255 or 18.80% from 399); Blue value is 88 (34.77% from 255 or 22.06% from 399); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4B58 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC4B58 is #13B4A7. Grayscale: #7C7C7C. Windows color (decimal): -1291432 or 5786604. OLE color: 5786604.
HSL color Cylindrical-coordinate representation of color #EC4B58: hue angle of 355.16º 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 #EC4B58 is Cyan = 0, Magento = 0.68, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 75 | 88 | - |
| CMYK | 0 | 0.68 | 0.63 | 0.07 |
| HSL | 355.16º | 0.81% | 0.61% | - |
| HSV(B) | 355.16º | 0.68% | 0.93% | - |
| XYZ | 38.87 | 23.57 | 11.73 | - |
| YUV | 124.62 | 107.34 | 207.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 75 | 88 | 0 | 0.68 | 0.63 | 0.07 | 355.16 | 0.81 | 0.61 |
| Hex | EC | 4B | 58 | 0 | 44 | 3F | 7 | 163 | 51 | 3D |
| Octal | 354 | 113 | 130 | 0 | 104 | 77 | 7 | 543 | 121 | 75 |
| Binary | 11101100 | 1001011 | 1011000 | 0 | 1000100 | 111111 | 111 | 101100011 | 1010001 | 111101 |
Color Harmonies of #EC4B58
Complementary color
Monochromatic Colors of #EC4B58
Black with #EC4B58
Text Example
Text Example
White with #EC4B58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4B58; }
p { color: rgb(236,75,88); }
H1.HeaderClassName
{
color: #EC4B58;
}
.AnyTagClassName
{
color: #EC4B58;
}
</style>
background-color css
<style>
a { background-color: #EC4B58; }
a { background-color: rgb(236,75,88); }
div.DivClassName
{
background-color: #EC4B58;
}
.BgClassName
{
background-color: #EC4B58;
}
</style>
border-color css
<style>
span { border-color: #EC4B58; }
span { border-color: rgb(236,75,88); }
td.TdClassName
{
border-color: #EC4B58;
}
.TagClassName
{
border-color: #EC4B58;
}
</style>