Shades of Radical Red #EC495D
Tints of Radical Red #EC495D
RGB
CMYK
RGB Variations
Color information
#EC495D (or 0xEC495D) is known color: Radical Red. HEX triplet: EC, 49 and 5D. RGB value is (236,73,93). Sum of RGB (Red+Green+Blue) = 236+73+93=402 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.71% from 402); Green value is 73 (28.91% from 255 or 18.16% from 402); Blue value is 93 (36.72% from 255 or 23.13% from 402); Max value from RGB is 236 - color contains mainly: red. Hex color #EC495D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC495D is #13B6A2. Grayscale: #7C7C7C. Windows color (decimal): -1291939 or 6113772. OLE color: 6113772.
HSL color Cylindrical-coordinate representation of color #EC495D: hue angle of 352.64º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EC495D is Cyan = 0, Magento = 0.69, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 73 | 93 | - |
| CMYK | 0 | 0.69 | 0.61 | 0.07 |
| HSL | 352.64º | 0.81% | 0.61% | - |
| HSV(B) | 352.64º | 0.69% | 0.93% | - |
| XYZ | 38.95 | 23.39 | 12.82 | - |
| YUV | 124.02 | 110.5 | 207.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 73 | 93 | 0 | 0.69 | 0.61 | 0.07 | 352.64 | 0.81 | 0.61 |
| Hex | EC | 49 | 5D | 0 | 45 | 3D | 7 | 161 | 51 | 3D |
| Octal | 354 | 111 | 135 | 0 | 105 | 75 | 7 | 541 | 121 | 75 |
| Binary | 11101100 | 1001001 | 1011101 | 0 | 1000101 | 111101 | 111 | 101100001 | 1010001 | 111101 |
Color Harmonies of #EC495D
Complementary color
Monochromatic Colors of #EC495D
Black with #EC495D
Text Example
Text Example
White with #EC495D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC495D; }
p { color: rgb(236,73,93); }
H1.HeaderClassName
{
color: #EC495D;
}
.AnyTagClassName
{
color: #EC495D;
}
</style>
background-color css
<style>
a { background-color: #EC495D; }
a { background-color: rgb(236,73,93); }
div.DivClassName
{
background-color: #EC495D;
}
.BgClassName
{
background-color: #EC495D;
}
</style>
border-color css
<style>
span { border-color: #EC495D; }
span { border-color: rgb(236,73,93); }
td.TdClassName
{
border-color: #EC495D;
}
.TagClassName
{
border-color: #EC495D;
}
</style>