Shades of Radical Red #EC4562
Tints of Radical Red #EC4562
RGB
CMYK
RGB Variations
Color information
#EC4562 (or 0xEC4562) is known color: Radical Red. HEX triplet: EC, 45 and 62. RGB value is (236,69,98). Sum of RGB (Red+Green+Blue) = 236+69+98=403 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.56% from 403); Green value is 69 (27.34% from 255 or 17.12% from 403); Blue value is 98 (38.67% from 255 or 24.32% from 403); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4562 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC4562 is #13BA9D. Grayscale: #7A7A7A. Windows color (decimal): -1292958 or 6440428. OLE color: 6440428.
HSL color Cylindrical-coordinate representation of color #EC4562: hue angle of 349.58º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EC4562 is Cyan = 0, Magento = 0.71, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 69 | 98 | - |
| CMYK | 0 | 0.71 | 0.58 | 0.07 |
| HSL | 349.58º | 0.81% | 0.6% | - |
| HSV(B) | 349.58º | 0.71% | 0.93% | - |
| XYZ | 38.92 | 22.97 | 13.94 | - |
| YUV | 122.24 | 114.33 | 209.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 69 | 98 | 0 | 0.71 | 0.58 | 0.07 | 349.58 | 0.81 | 0.6 |
| Hex | EC | 45 | 62 | 0 | 47 | 3A | 7 | 15E | 51 | 3C |
| Octal | 354 | 105 | 142 | 0 | 107 | 72 | 7 | 536 | 121 | 74 |
| Binary | 11101100 | 1000101 | 1100010 | 0 | 1000111 | 111010 | 111 | 101011110 | 1010001 | 111100 |
Color Harmonies of #EC4562
Complementary color
Monochromatic Colors of #EC4562
Black with #EC4562
Text Example
Text Example
White with #EC4562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4562; }
p { color: rgb(236,69,98); }
H1.HeaderClassName
{
color: #EC4562;
}
.AnyTagClassName
{
color: #EC4562;
}
</style>
background-color css
<style>
a { background-color: #EC4562; }
a { background-color: rgb(236,69,98); }
div.DivClassName
{
background-color: #EC4562;
}
.BgClassName
{
background-color: #EC4562;
}
</style>
border-color css
<style>
span { border-color: #EC4562; }
span { border-color: rgb(236,69,98); }
td.TdClassName
{
border-color: #EC4562;
}
.TagClassName
{
border-color: #EC4562;
}
</style>