Shades of Radical Red #EC415B
Tints of Radical Red #EC415B
RGB
CMYK
RGB Variations
Color information
#EC415B (or 0xEC415B) is known color: Radical Red. HEX triplet: EC, 41 and 5B. RGB value is (236,65,91). Sum of RGB (Red+Green+Blue) = 236+65+91=392 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.20% from 392); Green value is 65 (25.78% from 255 or 16.58% from 392); Blue value is 91 (35.94% from 255 or 23.21% from 392); Max value from RGB is 236 - color contains mainly: red. Hex color #EC415B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC415B is #13BEA4. Grayscale: #777777. Windows color (decimal): -1293989 or 5980652. OLE color: 5980652.
HSL color Cylindrical-coordinate representation of color #EC415B: hue angle of 350.88º 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 #EC415B is Cyan = 0, Magento = 0.72, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 65 | 91 | - |
| CMYK | 0 | 0.72 | 0.61 | 0.07 |
| HSL | 350.88º | 0.82% | 0.59% | - |
| HSV(B) | 350.88º | 0.72% | 0.93% | - |
| XYZ | 38.37 | 22.37 | 12.19 | - |
| YUV | 119.09 | 112.15 | 211.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 65 | 91 | 0 | 0.72 | 0.61 | 0.07 | 350.88 | 0.82 | 0.59 |
| Hex | EC | 41 | 5B | 0 | 48 | 3D | 7 | 15F | 52 | 3B |
| Octal | 354 | 101 | 133 | 0 | 110 | 75 | 7 | 537 | 122 | 73 |
| Binary | 11101100 | 1000001 | 1011011 | 0 | 1001000 | 111101 | 111 | 101011111 | 1010010 | 111011 |
Color Harmonies of #EC415B
Complementary color
Monochromatic Colors of #EC415B
Black with #EC415B
Text Example
Text Example
White with #EC415B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC415B; }
p { color: rgb(236,65,91); }
H1.HeaderClassName
{
color: #EC415B;
}
.AnyTagClassName
{
color: #EC415B;
}
</style>
background-color css
<style>
a { background-color: #EC415B; }
a { background-color: rgb(236,65,91); }
div.DivClassName
{
background-color: #EC415B;
}
.BgClassName
{
background-color: #EC415B;
}
</style>
border-color css
<style>
span { border-color: #EC415B; }
span { border-color: rgb(236,65,91); }
td.TdClassName
{
border-color: #EC415B;
}
.TagClassName
{
border-color: #EC415B;
}
</style>