Shades of Radical Red #EC455C
Tints of Radical Red #EC455C
RGB
CMYK
RGB Variations
Color information
#EC455C (or 0xEC455C) is known color: Radical Red. HEX triplet: EC, 45 and 5C. RGB value is (236,69,92). Sum of RGB (Red+Green+Blue) = 236+69+92=397 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.45% from 397); Green value is 69 (27.34% from 255 or 17.38% from 397); Blue value is 92 (36.33% from 255 or 23.17% from 397); Max value from RGB is 236 - color contains mainly: red. Hex color #EC455C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC455C is #13BAA3. Grayscale: #797979. Windows color (decimal): -1292964 or 6047212. OLE color: 6047212.
HSL color Cylindrical-coordinate representation of color #EC455C: hue angle of 351.74º 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 #EC455C is Cyan = 0, Magento = 0.71, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 69 | 92 | - |
| CMYK | 0 | 0.71 | 0.61 | 0.07 |
| HSL | 351.74º | 0.81% | 0.6% | - |
| HSV(B) | 351.74º | 0.71% | 0.93% | - |
| XYZ | 38.65 | 22.86 | 12.5 | - |
| YUV | 121.56 | 111.33 | 209.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 69 | 92 | 0 | 0.71 | 0.61 | 0.07 | 351.74 | 0.81 | 0.6 |
| Hex | EC | 45 | 5C | 0 | 47 | 3D | 7 | 160 | 51 | 3C |
| Octal | 354 | 105 | 134 | 0 | 107 | 75 | 7 | 540 | 121 | 74 |
| Binary | 11101100 | 1000101 | 1011100 | 0 | 1000111 | 111101 | 111 | 101100000 | 1010001 | 111100 |
Color Harmonies of #EC455C
Complementary color
Monochromatic Colors of #EC455C
Black with #EC455C
Text Example
Text Example
White with #EC455C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC455C; }
p { color: rgb(236,69,92); }
H1.HeaderClassName
{
color: #EC455C;
}
.AnyTagClassName
{
color: #EC455C;
}
</style>
background-color css
<style>
a { background-color: #EC455C; }
a { background-color: rgb(236,69,92); }
div.DivClassName
{
background-color: #EC455C;
}
.BgClassName
{
background-color: #EC455C;
}
</style>
border-color css
<style>
span { border-color: #EC455C; }
span { border-color: rgb(236,69,92); }
td.TdClassName
{
border-color: #EC455C;
}
.TagClassName
{
border-color: #EC455C;
}
</style>