Shades of Radical Red #EC445C
Tints of Radical Red #EC445C
RGB
CMYK
RGB Variations
Color information
#EC445C (or 0xEC445C) is known color: Radical Red. HEX triplet: EC, 44 and 5C. RGB value is (236,68,92). Sum of RGB (Red+Green+Blue) = 236+68+92=396 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.60% from 396); Green value is 68 (26.95% from 255 or 17.17% from 396); Blue value is 92 (36.33% from 255 or 23.23% from 396); Max value from RGB is 236 - color contains mainly: red. Hex color #EC445C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC445C is #13BBA3. Grayscale: #797979. Windows color (decimal): -1293220 or 6046956. OLE color: 6046956.
HSL color Cylindrical-coordinate representation of color #EC445C: hue angle of 351.43º 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 #EC445C is Cyan = 0, Magento = 0.71, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 68 | 92 | - |
| CMYK | 0 | 0.71 | 0.61 | 0.07 |
| HSL | 351.43º | 0.82% | 0.6% | - |
| HSV(B) | 351.43º | 0.71% | 0.93% | - |
| XYZ | 38.59 | 22.74 | 12.48 | - |
| YUV | 120.97 | 111.66 | 210.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 68 | 92 | 0 | 0.71 | 0.61 | 0.07 | 351.43 | 0.82 | 0.6 |
| Hex | EC | 44 | 5C | 0 | 47 | 3D | 7 | 15F | 52 | 3C |
| Octal | 354 | 104 | 134 | 0 | 107 | 75 | 7 | 537 | 122 | 74 |
| Binary | 11101100 | 1000100 | 1011100 | 0 | 1000111 | 111101 | 111 | 101011111 | 1010010 | 111100 |
Color Harmonies of #EC445C
Complementary color
Monochromatic Colors of #EC445C
Black with #EC445C
Text Example
Text Example
White with #EC445C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC445C; }
p { color: rgb(236,68,92); }
H1.HeaderClassName
{
color: #EC445C;
}
.AnyTagClassName
{
color: #EC445C;
}
</style>
background-color css
<style>
a { background-color: #EC445C; }
a { background-color: rgb(236,68,92); }
div.DivClassName
{
background-color: #EC445C;
}
.BgClassName
{
background-color: #EC445C;
}
</style>
border-color css
<style>
span { border-color: #EC445C; }
span { border-color: rgb(236,68,92); }
td.TdClassName
{
border-color: #EC445C;
}
.TagClassName
{
border-color: #EC445C;
}
</style>