Shades of Radical Red #EC405A
Tints of Radical Red #EC405A
RGB
CMYK
RGB Variations
Color information
#EC405A (or 0xEC405A) is known color: Radical Red. HEX triplet: EC, 40 and 5A. RGB value is (236,64,90). Sum of RGB (Red+Green+Blue) = 236+64+90=390 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.51% from 390); Green value is 64 (25.39% from 255 or 16.41% from 390); Blue value is 90 (35.55% from 255 or 23.08% from 390); Max value from RGB is 236 - color contains mainly: red. Hex color #EC405A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC405A is #13BFA5. Grayscale: #767676. Windows color (decimal): -1294246 or 5914860. OLE color: 5914860.
HSL color Cylindrical-coordinate representation of color #EC405A: hue angle of 350.93º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EC405A is Cyan = 0, Magento = 0.73, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 64 | 90 | - |
| CMYK | 0 | 0.73 | 0.62 | 0.07 |
| HSL | 350.93º | 0.82% | 0.59% | - |
| HSV(B) | 350.93º | 0.73% | 0.93% | - |
| XYZ | 38.27 | 22.24 | 11.95 | - |
| YUV | 118.39 | 111.98 | 211.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 64 | 90 | 0 | 0.73 | 0.62 | 0.07 | 350.93 | 0.82 | 0.59 |
| Hex | EC | 40 | 5A | 0 | 49 | 3E | 7 | 15F | 52 | 3B |
| Octal | 354 | 100 | 132 | 0 | 111 | 76 | 7 | 537 | 122 | 73 |
| Binary | 11101100 | 1000000 | 1011010 | 0 | 1001001 | 111110 | 111 | 101011111 | 1010010 | 111011 |
Color Harmonies of #EC405A
Complementary color
Monochromatic Colors of #EC405A
Black with #EC405A
Text Example
Text Example
White with #EC405A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC405A; }
p { color: rgb(236,64,90); }
H1.HeaderClassName
{
color: #EC405A;
}
.AnyTagClassName
{
color: #EC405A;
}
</style>
background-color css
<style>
a { background-color: #EC405A; }
a { background-color: rgb(236,64,90); }
div.DivClassName
{
background-color: #EC405A;
}
.BgClassName
{
background-color: #EC405A;
}
</style>
border-color css
<style>
span { border-color: #EC405A; }
span { border-color: rgb(236,64,90); }
td.TdClassName
{
border-color: #EC405A;
}
.TagClassName
{
border-color: #EC405A;
}
</style>