Shades of Radical Red #EC445E
Tints of Radical Red #EC445E
RGB
CMYK
RGB Variations
Color information
#EC445E (or 0xEC445E) is known color: Radical Red. HEX triplet: EC, 44 and 5E. RGB value is (236,68,94). Sum of RGB (Red+Green+Blue) = 236+68+94=398 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.30% from 398); Green value is 68 (26.95% from 255 or 17.09% from 398); Blue value is 94 (37.11% from 255 or 23.62% from 398); Max value from RGB is 236 - color contains mainly: red. Hex color #EC445E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC445E is #13BBA1. Grayscale: #797979. Windows color (decimal): -1293218 or 6178028. OLE color: 6178028.
HSL color Cylindrical-coordinate representation of color #EC445E: hue angle of 350.71º 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 #EC445E is Cyan = 0, Magento = 0.71, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 68 | 94 | - |
| CMYK | 0 | 0.71 | 0.60 | 0.07 |
| HSL | 350.71º | 0.82% | 0.6% | - |
| HSV(B) | 350.71º | 0.71% | 0.93% | - |
| XYZ | 38.68 | 22.78 | 12.95 | - |
| YUV | 121.2 | 112.66 | 209.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 68 | 94 | 0 | 0.71 | 0.60 | 0.07 | 350.71 | 0.82 | 0.6 |
| Hex | EC | 44 | 5E | 0 | 47 | 3C | 7 | 15F | 52 | 3C |
| Octal | 354 | 104 | 136 | 0 | 107 | 74 | 7 | 537 | 122 | 74 |
| Binary | 11101100 | 1000100 | 1011110 | 0 | 1000111 | 111100 | 111 | 101011111 | 1010010 | 111100 |
Color Harmonies of #EC445E
Complementary color
Monochromatic Colors of #EC445E
Black with #EC445E
Text Example
Text Example
White with #EC445E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC445E; }
p { color: rgb(236,68,94); }
H1.HeaderClassName
{
color: #EC445E;
}
.AnyTagClassName
{
color: #EC445E;
}
</style>
background-color css
<style>
a { background-color: #EC445E; }
a { background-color: rgb(236,68,94); }
div.DivClassName
{
background-color: #EC445E;
}
.BgClassName
{
background-color: #EC445E;
}
</style>
border-color css
<style>
span { border-color: #EC445E; }
span { border-color: rgb(236,68,94); }
td.TdClassName
{
border-color: #EC445E;
}
.TagClassName
{
border-color: #EC445E;
}
</style>