Shades of Radical Red #EC4461
Tints of Radical Red #EC4461
RGB
CMYK
RGB Variations
Color information
#EC4461 (or 0xEC4461) is known color: Radical Red. HEX triplet: EC, 44 and 61. RGB value is (236,68,97). Sum of RGB (Red+Green+Blue) = 236+68+97=401 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.85% from 401); Green value is 68 (26.95% from 255 or 16.96% from 401); Blue value is 97 (38.28% from 255 or 24.19% from 401); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4461 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC4461 is #13BB9E. Grayscale: #797979. Windows color (decimal): -1293215 or 6374636. OLE color: 6374636.
HSL color Cylindrical-coordinate representation of color #EC4461: hue angle of 349.64º degrees, saturation: 0.82, 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 #EC4461 is Cyan = 0, Magento = 0.71, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 68 | 97 | - |
| CMYK | 0 | 0.71 | 0.59 | 0.07 |
| HSL | 349.64º | 0.82% | 0.6% | - |
| HSV(B) | 349.64º | 0.71% | 0.93% | - |
| XYZ | 38.82 | 22.83 | 13.67 | - |
| YUV | 121.54 | 114.16 | 209.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 68 | 97 | 0 | 0.71 | 0.59 | 0.07 | 349.64 | 0.82 | 0.6 |
| Hex | EC | 44 | 61 | 0 | 47 | 3B | 7 | 15E | 52 | 3C |
| Octal | 354 | 104 | 141 | 0 | 107 | 73 | 7 | 536 | 122 | 74 |
| Binary | 11101100 | 1000100 | 1100001 | 0 | 1000111 | 111011 | 111 | 101011110 | 1010010 | 111100 |
Color Harmonies of #EC4461
Complementary color
Monochromatic Colors of #EC4461
Black with #EC4461
Text Example
Text Example
White with #EC4461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4461; }
p { color: rgb(236,68,97); }
H1.HeaderClassName
{
color: #EC4461;
}
.AnyTagClassName
{
color: #EC4461;
}
</style>
background-color css
<style>
a { background-color: #EC4461; }
a { background-color: rgb(236,68,97); }
div.DivClassName
{
background-color: #EC4461;
}
.BgClassName
{
background-color: #EC4461;
}
</style>
border-color css
<style>
span { border-color: #EC4461; }
span { border-color: rgb(236,68,97); }
td.TdClassName
{
border-color: #EC4461;
}
.TagClassName
{
border-color: #EC4461;
}
</style>