Shades of Radical Red #EC495C
Tints of Radical Red #EC495C
RGB
CMYK
RGB Variations
Color information
#EC495C (or 0xEC495C) is known color: Radical Red. HEX triplet: EC, 49 and 5C. RGB value is (236,73,92). Sum of RGB (Red+Green+Blue) = 236+73+92=401 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.85% from 401); Green value is 73 (28.91% from 255 or 18.20% from 401); Blue value is 92 (36.33% from 255 or 22.94% from 401); Max value from RGB is 236 - color contains mainly: red. Hex color #EC495C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC495C is #13B6A3. Grayscale: #7B7B7B. Windows color (decimal): -1291940 or 6048236. OLE color: 6048236.
HSL color Cylindrical-coordinate representation of color #EC495C: hue angle of 353.01º 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 #EC495C is Cyan = 0, Magento = 0.69, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 73 | 92 | - |
| CMYK | 0 | 0.69 | 0.61 | 0.07 |
| HSL | 353.01º | 0.81% | 0.61% | - |
| HSV(B) | 353.01º | 0.69% | 0.93% | - |
| XYZ | 38.91 | 23.37 | 12.59 | - |
| YUV | 123.9 | 110 | 207.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 73 | 92 | 0 | 0.69 | 0.61 | 0.07 | 353.01 | 0.81 | 0.61 |
| Hex | EC | 49 | 5C | 0 | 45 | 3D | 7 | 161 | 51 | 3D |
| Octal | 354 | 111 | 134 | 0 | 105 | 75 | 7 | 541 | 121 | 75 |
| Binary | 11101100 | 1001001 | 1011100 | 0 | 1000101 | 111101 | 111 | 101100001 | 1010001 | 111101 |
Color Harmonies of #EC495C
Complementary color
Monochromatic Colors of #EC495C
Black with #EC495C
Text Example
Text Example
White with #EC495C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC495C; }
p { color: rgb(236,73,92); }
H1.HeaderClassName
{
color: #EC495C;
}
.AnyTagClassName
{
color: #EC495C;
}
</style>
background-color css
<style>
a { background-color: #EC495C; }
a { background-color: rgb(236,73,92); }
div.DivClassName
{
background-color: #EC495C;
}
.BgClassName
{
background-color: #EC495C;
}
</style>
border-color css
<style>
span { border-color: #EC495C; }
span { border-color: rgb(236,73,92); }
td.TdClassName
{
border-color: #EC495C;
}
.TagClassName
{
border-color: #EC495C;
}
</style>