Shades of Radical Red #EC3C5C
Tints of Radical Red #EC3C5C
RGB
CMYK
RGB Variations
Color information
#EC3C5C (or 0xEC3C5C) is known color: Radical Red. HEX triplet: EC, 3C and 5C. RGB value is (236,60,92). Sum of RGB (Red+Green+Blue) = 236+60+92=388 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.82% from 388); Green value is 60 (23.83% from 255 or 15.46% from 388); Blue value is 92 (36.33% from 255 or 23.71% from 388); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3C5C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC3C5C is #13C3A3. Grayscale: #747474. Windows color (decimal): -1295268 or 6044908. OLE color: 6044908.
HSL color Cylindrical-coordinate representation of color #EC3C5C: hue angle of 349.09º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EC3C5C is Cyan = 0, Magento = 0.75, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 60 | 92 | - |
| CMYK | 0 | 0.75 | 0.61 | 0.07 |
| HSL | 349.09º | 0.82% | 0.58% | - |
| HSV(B) | 349.09º | 0.75% | 0.93% | - |
| XYZ | 38.14 | 21.84 | 12.33 | - |
| YUV | 116.27 | 114.31 | 213.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 60 | 92 | 0 | 0.75 | 0.61 | 0.07 | 349.09 | 0.82 | 0.58 |
| Hex | EC | 3C | 5C | 0 | 4B | 3D | 7 | 15D | 52 | 3A |
| Octal | 354 | 74 | 134 | 0 | 113 | 75 | 7 | 535 | 122 | 72 |
| Binary | 11101100 | 111100 | 1011100 | 0 | 1001011 | 111101 | 111 | 101011101 | 1010010 | 111010 |
Color Harmonies of #EC3C5C
Complementary color
Monochromatic Colors of #EC3C5C
Black with #EC3C5C
Text Example
Text Example
White with #EC3C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3C5C; }
p { color: rgb(236,60,92); }
H1.HeaderClassName
{
color: #EC3C5C;
}
.AnyTagClassName
{
color: #EC3C5C;
}
</style>
background-color css
<style>
a { background-color: #EC3C5C; }
a { background-color: rgb(236,60,92); }
div.DivClassName
{
background-color: #EC3C5C;
}
.BgClassName
{
background-color: #EC3C5C;
}
</style>
border-color css
<style>
span { border-color: #EC3C5C; }
span { border-color: rgb(236,60,92); }
td.TdClassName
{
border-color: #EC3C5C;
}
.TagClassName
{
border-color: #EC3C5C;
}
</style>