Shades of Radical Red #EC4564
Tints of Radical Red #EC4564
RGB
CMYK
RGB Variations
Color information
#EC4564 (or 0xEC4564) is known color: Radical Red. HEX triplet: EC, 45 and 64. RGB value is (236,69,100). Sum of RGB (Red+Green+Blue) = 236+69+100=405 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.27% from 405); Green value is 69 (27.34% from 255 or 17.04% from 405); Blue value is 100 (39.45% from 255 or 24.69% from 405); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4564 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC4564 is #13BA9B. Grayscale: #7A7A7A. Windows color (decimal): -1292956 or 6571500. OLE color: 6571500.
HSL color Cylindrical-coordinate representation of color #EC4564: hue angle of 348.86º 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 #EC4564 is Cyan = 0, Magento = 0.71, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 69 | 100 | - |
| CMYK | 0 | 0.71 | 0.58 | 0.07 |
| HSL | 348.86º | 0.81% | 0.6% | - |
| HSV(B) | 348.86º | 0.71% | 0.93% | - |
| XYZ | 39.02 | 23.01 | 14.44 | - |
| YUV | 122.47 | 115.33 | 208.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 69 | 100 | 0 | 0.71 | 0.58 | 0.07 | 348.86 | 0.81 | 0.6 |
| Hex | EC | 45 | 64 | 0 | 47 | 3A | 7 | 15D | 51 | 3C |
| Octal | 354 | 105 | 144 | 0 | 107 | 72 | 7 | 535 | 121 | 74 |
| Binary | 11101100 | 1000101 | 1100100 | 0 | 1000111 | 111010 | 111 | 101011101 | 1010001 | 111100 |
Color Harmonies of #EC4564
Complementary color
Monochromatic Colors of #EC4564
Black with #EC4564
Text Example
Text Example
White with #EC4564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4564; }
p { color: rgb(236,69,100); }
H1.HeaderClassName
{
color: #EC4564;
}
.AnyTagClassName
{
color: #EC4564;
}
</style>
background-color css
<style>
a { background-color: #EC4564; }
a { background-color: rgb(236,69,100); }
div.DivClassName
{
background-color: #EC4564;
}
.BgClassName
{
background-color: #EC4564;
}
</style>
border-color css
<style>
span { border-color: #EC4564; }
span { border-color: rgb(236,69,100); }
td.TdClassName
{
border-color: #EC4564;
}
.TagClassName
{
border-color: #EC4564;
}
</style>