Shades of Radical Red #EC4664
Tints of Radical Red #EC4664
RGB
CMYK
RGB Variations
Color information
#EC4664 (or 0xEC4664) is known color: Radical Red. HEX triplet: EC, 46 and 64. RGB value is (236,70,100). Sum of RGB (Red+Green+Blue) = 236+70+100=406 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.13% from 406); Green value is 70 (27.73% from 255 or 17.24% from 406); Blue value is 100 (39.45% from 255 or 24.63% from 406); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4664 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC4664 is #13B99B. Grayscale: #7B7B7B. Windows color (decimal): -1292700 or 6571756. OLE color: 6571756.
HSL color Cylindrical-coordinate representation of color #EC4664: hue angle of 349.16º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EC4664 is Cyan = 0, Magento = 0.70, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 70 | 100 | - |
| CMYK | 0 | 0.70 | 0.58 | 0.07 |
| HSL | 349.16º | 0.81% | 0.6% | - |
| HSV(B) | 349.16º | 0.7% | 0.93% | - |
| XYZ | 39.08 | 23.13 | 14.46 | - |
| YUV | 123.05 | 115 | 208.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 70 | 100 | 0 | 0.70 | 0.58 | 0.07 | 349.16 | 0.81 | 0.6 |
| Hex | EC | 46 | 64 | 0 | 46 | 3A | 7 | 15D | 51 | 3C |
| Octal | 354 | 106 | 144 | 0 | 106 | 72 | 7 | 535 | 121 | 74 |
| Binary | 11101100 | 1000110 | 1100100 | 0 | 1000110 | 111010 | 111 | 101011101 | 1010001 | 111100 |
Color Harmonies of #EC4664
Complementary color
Monochromatic Colors of #EC4664
Black with #EC4664
Text Example
Text Example
White with #EC4664
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4664; }
p { color: rgb(236,70,100); }
H1.HeaderClassName
{
color: #EC4664;
}
.AnyTagClassName
{
color: #EC4664;
}
</style>
background-color css
<style>
a { background-color: #EC4664; }
a { background-color: rgb(236,70,100); }
div.DivClassName
{
background-color: #EC4664;
}
.BgClassName
{
background-color: #EC4664;
}
</style>
border-color css
<style>
span { border-color: #EC4664; }
span { border-color: rgb(236,70,100); }
td.TdClassName
{
border-color: #EC4664;
}
.TagClassName
{
border-color: #EC4664;
}
</style>