Shades of Radical Red #EC455B
Tints of Radical Red #EC455B
RGB
CMYK
RGB Variations
Color information
#EC455B (or 0xEC455B) is known color: Radical Red. HEX triplet: EC, 45 and 5B. RGB value is (236,69,91). Sum of RGB (Red+Green+Blue) = 236+69+91=396 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.60% from 396); Green value is 69 (27.34% from 255 or 17.42% from 396); Blue value is 91 (35.94% from 255 or 22.98% from 396); Max value from RGB is 236 - color contains mainly: red. Hex color #EC455B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC455B is #13BAA4. Grayscale: #797979. Windows color (decimal): -1292965 or 5981676. OLE color: 5981676.
HSL color Cylindrical-coordinate representation of color #EC455B: hue angle of 352.1º 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 #EC455B is Cyan = 0, Magento = 0.71, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 69 | 91 | - |
| CMYK | 0 | 0.71 | 0.61 | 0.07 |
| HSL | 352.1º | 0.81% | 0.6% | - |
| HSV(B) | 352.1º | 0.71% | 0.93% | - |
| XYZ | 38.61 | 22.84 | 12.27 | - |
| YUV | 121.44 | 110.83 | 209.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 69 | 91 | 0 | 0.71 | 0.61 | 0.07 | 352.1 | 0.81 | 0.6 |
| Hex | EC | 45 | 5B | 0 | 47 | 3D | 7 | 160 | 51 | 3C |
| Octal | 354 | 105 | 133 | 0 | 107 | 75 | 7 | 540 | 121 | 74 |
| Binary | 11101100 | 1000101 | 1011011 | 0 | 1000111 | 111101 | 111 | 101100000 | 1010001 | 111100 |
Color Harmonies of #EC455B
Complementary color
Monochromatic Colors of #EC455B
Black with #EC455B
Text Example
Text Example
White with #EC455B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC455B; }
p { color: rgb(236,69,91); }
H1.HeaderClassName
{
color: #EC455B;
}
.AnyTagClassName
{
color: #EC455B;
}
</style>
background-color css
<style>
a { background-color: #EC455B; }
a { background-color: rgb(236,69,91); }
div.DivClassName
{
background-color: #EC455B;
}
.BgClassName
{
background-color: #EC455B;
}
</style>
border-color css
<style>
span { border-color: #EC455B; }
span { border-color: rgb(236,69,91); }
td.TdClassName
{
border-color: #EC455B;
}
.TagClassName
{
border-color: #EC455B;
}
</style>