Shades of Radical Red #EC4565
Tints of Radical Red #EC4565
RGB
CMYK
RGB Variations
Color information
#EC4565 (or 0xEC4565) is known color: Radical Red. HEX triplet: EC, 45 and 65. RGB value is (236,69,101). Sum of RGB (Red+Green+Blue) = 236+69+101=406 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.13% from 406); Green value is 69 (27.34% from 255 or 17.00% from 406); Blue value is 101 (39.84% from 255 or 24.88% from 406); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4565 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC4565 is #13BA9A. Grayscale: #7A7A7A. Windows color (decimal): -1292955 or 6637036. OLE color: 6637036.
HSL color Cylindrical-coordinate representation of color #EC4565: hue angle of 348.5º 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 #EC4565 is Cyan = 0, Magento = 0.71, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 69 | 101 | - |
| CMYK | 0 | 0.71 | 0.57 | 0.07 |
| HSL | 348.5º | 0.81% | 0.6% | - |
| HSV(B) | 348.5º | 0.71% | 0.93% | - |
| XYZ | 39.07 | 23.03 | 14.7 | - |
| YUV | 122.58 | 115.83 | 208.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 69 | 101 | 0 | 0.71 | 0.57 | 0.07 | 348.5 | 0.81 | 0.6 |
| Hex | EC | 45 | 65 | 0 | 47 | 39 | 7 | 15D | 51 | 3C |
| Octal | 354 | 105 | 145 | 0 | 107 | 71 | 7 | 535 | 121 | 74 |
| Binary | 11101100 | 1000101 | 1100101 | 0 | 1000111 | 111001 | 111 | 101011101 | 1010001 | 111100 |
Color Harmonies of #EC4565
Complementary color
Monochromatic Colors of #EC4565
Black with #EC4565
Text Example
Text Example
White with #EC4565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4565; }
p { color: rgb(236,69,101); }
H1.HeaderClassName
{
color: #EC4565;
}
.AnyTagClassName
{
color: #EC4565;
}
</style>
background-color css
<style>
a { background-color: #EC4565; }
a { background-color: rgb(236,69,101); }
div.DivClassName
{
background-color: #EC4565;
}
.BgClassName
{
background-color: #EC4565;
}
</style>
border-color css
<style>
span { border-color: #EC4565; }
span { border-color: rgb(236,69,101); }
td.TdClassName
{
border-color: #EC4565;
}
.TagClassName
{
border-color: #EC4565;
}
</style>