Shades of Radical Red #EC4B62
Tints of Radical Red #EC4B62
RGB
CMYK
RGB Variations
Color information
#EC4B62 (or 0xEC4B62) is known color: Radical Red. HEX triplet: EC, 4B and 62. RGB value is (236,75,98). Sum of RGB (Red+Green+Blue) = 236+75+98=409 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.70% from 409); Green value is 75 (29.69% from 255 or 18.34% from 409); Blue value is 98 (38.67% from 255 or 23.96% from 409); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4B62 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC4B62 is #13B49D. Grayscale: #7D7D7D. Windows color (decimal): -1291422 or 6441964. OLE color: 6441964.
HSL color Cylindrical-coordinate representation of color #EC4B62: hue angle of 351.43º 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 #EC4B62 is Cyan = 0, Magento = 0.68, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 75 | 98 | - |
| CMYK | 0 | 0.68 | 0.58 | 0.07 |
| HSL | 351.43º | 0.81% | 0.61% | - |
| HSV(B) | 351.43º | 0.68% | 0.93% | - |
| XYZ | 39.31 | 23.75 | 14.07 | - |
| YUV | 125.76 | 112.34 | 206.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 75 | 98 | 0 | 0.68 | 0.58 | 0.07 | 351.43 | 0.81 | 0.61 |
| Hex | EC | 4B | 62 | 0 | 44 | 3A | 7 | 15F | 51 | 3D |
| Octal | 354 | 113 | 142 | 0 | 104 | 72 | 7 | 537 | 121 | 75 |
| Binary | 11101100 | 1001011 | 1100010 | 0 | 1000100 | 111010 | 111 | 101011111 | 1010001 | 111101 |
Color Harmonies of #EC4B62
Complementary color
Monochromatic Colors of #EC4B62
Black with #EC4B62
Text Example
Text Example
White with #EC4B62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4B62; }
p { color: rgb(236,75,98); }
H1.HeaderClassName
{
color: #EC4B62;
}
.AnyTagClassName
{
color: #EC4B62;
}
</style>
background-color css
<style>
a { background-color: #EC4B62; }
a { background-color: rgb(236,75,98); }
div.DivClassName
{
background-color: #EC4B62;
}
.BgClassName
{
background-color: #EC4B62;
}
</style>
border-color css
<style>
span { border-color: #EC4B62; }
span { border-color: rgb(236,75,98); }
td.TdClassName
{
border-color: #EC4B62;
}
.TagClassName
{
border-color: #EC4B62;
}
</style>