Shades of Radical Red #EC415E
Tints of Radical Red #EC415E
RGB
CMYK
RGB Variations
Color information
#EC415E (or 0xEC415E) is known color: Radical Red. HEX triplet: EC, 41 and 5E. RGB value is (236,65,94). Sum of RGB (Red+Green+Blue) = 236+65+94=395 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.75% from 395); Green value is 65 (25.78% from 255 or 16.46% from 395); Blue value is 94 (37.11% from 255 or 23.80% from 395); Max value from RGB is 236 - color contains mainly: red. Hex color #EC415E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC415E is #13BEA1. Grayscale: #777777. Windows color (decimal): -1293986 or 6177260. OLE color: 6177260.
HSL color Cylindrical-coordinate representation of color #EC415E: hue angle of 349.82º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EC415E is Cyan = 0, Magento = 0.72, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 65 | 94 | - |
| CMYK | 0 | 0.72 | 0.60 | 0.07 |
| HSL | 349.82º | 0.82% | 0.59% | - |
| HSV(B) | 349.82º | 0.72% | 0.93% | - |
| XYZ | 38.5 | 22.42 | 12.89 | - |
| YUV | 119.44 | 113.65 | 211.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 65 | 94 | 0 | 0.72 | 0.60 | 0.07 | 349.82 | 0.82 | 0.59 |
| Hex | EC | 41 | 5E | 0 | 48 | 3C | 7 | 15E | 52 | 3B |
| Octal | 354 | 101 | 136 | 0 | 110 | 74 | 7 | 536 | 122 | 73 |
| Binary | 11101100 | 1000001 | 1011110 | 0 | 1001000 | 111100 | 111 | 101011110 | 1010010 | 111011 |
Color Harmonies of #EC415E
Complementary color
Monochromatic Colors of #EC415E
Black with #EC415E
Text Example
Text Example
White with #EC415E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC415E; }
p { color: rgb(236,65,94); }
H1.HeaderClassName
{
color: #EC415E;
}
.AnyTagClassName
{
color: #EC415E;
}
</style>
background-color css
<style>
a { background-color: #EC415E; }
a { background-color: rgb(236,65,94); }
div.DivClassName
{
background-color: #EC415E;
}
.BgClassName
{
background-color: #EC415E;
}
</style>
border-color css
<style>
span { border-color: #EC415E; }
span { border-color: rgb(236,65,94); }
td.TdClassName
{
border-color: #EC415E;
}
.TagClassName
{
border-color: #EC415E;
}
</style>