Shades of Radical Red #EC415A
Tints of Radical Red #EC415A
RGB
CMYK
RGB Variations
Color information
#EC415A (or 0xEC415A) is known color: Radical Red. HEX triplet: EC, 41 and 5A. RGB value is (236,65,90). Sum of RGB (Red+Green+Blue) = 236+65+90=391 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.36% from 391); Green value is 65 (25.78% from 255 or 16.62% from 391); Blue value is 90 (35.55% from 255 or 23.02% from 391); Max value from RGB is 236 - color contains mainly: red. Hex color #EC415A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC415A is #13BEA5. Grayscale: #777777. Windows color (decimal): -1293990 or 5915116. OLE color: 5915116.
HSL color Cylindrical-coordinate representation of color #EC415A: hue angle of 351.23º 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 #EC415A is Cyan = 0, Magento = 0.72, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 65 | 90 | - |
| CMYK | 0 | 0.72 | 0.62 | 0.07 |
| HSL | 351.23º | 0.82% | 0.59% | - |
| HSV(B) | 351.23º | 0.72% | 0.93% | - |
| XYZ | 38.33 | 22.35 | 11.97 | - |
| YUV | 118.98 | 111.65 | 211.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 65 | 90 | 0 | 0.72 | 0.62 | 0.07 | 351.23 | 0.82 | 0.59 |
| Hex | EC | 41 | 5A | 0 | 48 | 3E | 7 | 15F | 52 | 3B |
| Octal | 354 | 101 | 132 | 0 | 110 | 76 | 7 | 537 | 122 | 73 |
| Binary | 11101100 | 1000001 | 1011010 | 0 | 1001000 | 111110 | 111 | 101011111 | 1010010 | 111011 |
Color Harmonies of #EC415A
Complementary color
Monochromatic Colors of #EC415A
Black with #EC415A
Text Example
Text Example
White with #EC415A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC415A; }
p { color: rgb(236,65,90); }
H1.HeaderClassName
{
color: #EC415A;
}
.AnyTagClassName
{
color: #EC415A;
}
</style>
background-color css
<style>
a { background-color: #EC415A; }
a { background-color: rgb(236,65,90); }
div.DivClassName
{
background-color: #EC415A;
}
.BgClassName
{
background-color: #EC415A;
}
</style>
border-color css
<style>
span { border-color: #EC415A; }
span { border-color: rgb(236,65,90); }
td.TdClassName
{
border-color: #EC415A;
}
.TagClassName
{
border-color: #EC415A;
}
</style>