Shades of Radical Red #EC455D
Tints of Radical Red #EC455D
RGB
CMYK
RGB Variations
Color information
#EC455D (or 0xEC455D) is known color: Radical Red. HEX triplet: EC, 45 and 5D. RGB value is (236,69,93). Sum of RGB (Red+Green+Blue) = 236+69+93=398 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.30% from 398); Green value is 69 (27.34% from 255 or 17.34% from 398); Blue value is 93 (36.72% from 255 or 23.37% from 398); Max value from RGB is 236 - color contains mainly: red. Hex color #EC455D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC455D is #13BAA2. Grayscale: #797979. Windows color (decimal): -1292963 or 6112748. OLE color: 6112748.
HSL color Cylindrical-coordinate representation of color #EC455D: hue angle of 351.38º 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 #EC455D is Cyan = 0, Magento = 0.71, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 69 | 93 | - |
| CMYK | 0 | 0.71 | 0.61 | 0.07 |
| HSL | 351.38º | 0.81% | 0.6% | - |
| HSV(B) | 351.38º | 0.71% | 0.93% | - |
| XYZ | 38.7 | 22.88 | 12.73 | - |
| YUV | 121.67 | 111.83 | 209.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 69 | 93 | 0 | 0.71 | 0.61 | 0.07 | 351.38 | 0.81 | 0.6 |
| Hex | EC | 45 | 5D | 0 | 47 | 3D | 7 | 15F | 51 | 3C |
| Octal | 354 | 105 | 135 | 0 | 107 | 75 | 7 | 537 | 121 | 74 |
| Binary | 11101100 | 1000101 | 1011101 | 0 | 1000111 | 111101 | 111 | 101011111 | 1010001 | 111100 |
Color Harmonies of #EC455D
Complementary color
Monochromatic Colors of #EC455D
Black with #EC455D
Text Example
Text Example
White with #EC455D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC455D; }
p { color: rgb(236,69,93); }
H1.HeaderClassName
{
color: #EC455D;
}
.AnyTagClassName
{
color: #EC455D;
}
</style>
background-color css
<style>
a { background-color: #EC455D; }
a { background-color: rgb(236,69,93); }
div.DivClassName
{
background-color: #EC455D;
}
.BgClassName
{
background-color: #EC455D;
}
</style>
border-color css
<style>
span { border-color: #EC455D; }
span { border-color: rgb(236,69,93); }
td.TdClassName
{
border-color: #EC455D;
}
.TagClassName
{
border-color: #EC455D;
}
</style>