Shades of Radical Red #EC495E
Tints of Radical Red #EC495E
RGB
CMYK
RGB Variations
Color information
#EC495E (or 0xEC495E) is known color: Radical Red. HEX triplet: EC, 49 and 5E. RGB value is (236,73,94). Sum of RGB (Red+Green+Blue) = 236+73+94=403 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.56% from 403); Green value is 73 (28.91% from 255 or 18.11% from 403); Blue value is 94 (37.11% from 255 or 23.33% from 403); Max value from RGB is 236 - color contains mainly: red. Hex color #EC495E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC495E is #13B6A1. Grayscale: #7C7C7C. Windows color (decimal): -1291938 or 6179308. OLE color: 6179308.
HSL color Cylindrical-coordinate representation of color #EC495E: hue angle of 352.27º 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 #EC495E is Cyan = 0, Magento = 0.69, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 73 | 94 | - |
| CMYK | 0 | 0.69 | 0.60 | 0.07 |
| HSL | 352.27º | 0.81% | 0.61% | - |
| HSV(B) | 352.27º | 0.69% | 0.93% | - |
| XYZ | 39 | 23.41 | 13.05 | - |
| YUV | 124.13 | 111 | 207.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 73 | 94 | 0 | 0.69 | 0.60 | 0.07 | 352.27 | 0.81 | 0.61 |
| Hex | EC | 49 | 5E | 0 | 45 | 3C | 7 | 160 | 51 | 3D |
| Octal | 354 | 111 | 136 | 0 | 105 | 74 | 7 | 540 | 121 | 75 |
| Binary | 11101100 | 1001001 | 1011110 | 0 | 1000101 | 111100 | 111 | 101100000 | 1010001 | 111101 |
Color Harmonies of #EC495E
Complementary color
Monochromatic Colors of #EC495E
Black with #EC495E
Text Example
Text Example
White with #EC495E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC495E; }
p { color: rgb(236,73,94); }
H1.HeaderClassName
{
color: #EC495E;
}
.AnyTagClassName
{
color: #EC495E;
}
</style>
background-color css
<style>
a { background-color: #EC495E; }
a { background-color: rgb(236,73,94); }
div.DivClassName
{
background-color: #EC495E;
}
.BgClassName
{
background-color: #EC495E;
}
</style>
border-color css
<style>
span { border-color: #EC495E; }
span { border-color: rgb(236,73,94); }
td.TdClassName
{
border-color: #EC495E;
}
.TagClassName
{
border-color: #EC495E;
}
</style>