Shades of Radical Red #EC465A
Tints of Radical Red #EC465A
RGB
CMYK
RGB Variations
Color information
#EC465A (or 0xEC465A) is known color: Radical Red. HEX triplet: EC, 46 and 5A. RGB value is (236,70,90). Sum of RGB (Red+Green+Blue) = 236+70+90=396 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.60% from 396); Green value is 70 (27.73% from 255 or 17.68% from 396); Blue value is 90 (35.55% from 255 or 22.73% from 396); Max value from RGB is 236 - color contains mainly: red. Hex color #EC465A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC465A is #13B9A5. Grayscale: #7A7A7A. Windows color (decimal): -1292710 or 5916396. OLE color: 5916396.
HSL color Cylindrical-coordinate representation of color #EC465A: hue angle of 352.77º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EC465A is Cyan = 0, Magento = 0.70, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 70 | 90 | - |
| CMYK | 0 | 0.70 | 0.62 | 0.07 |
| HSL | 352.77º | 0.81% | 0.6% | - |
| HSV(B) | 352.77º | 0.7% | 0.93% | - |
| XYZ | 38.63 | 22.95 | 12.07 | - |
| YUV | 121.91 | 110 | 209.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 70 | 90 | 0 | 0.70 | 0.62 | 0.07 | 352.77 | 0.81 | 0.6 |
| Hex | EC | 46 | 5A | 0 | 46 | 3E | 7 | 161 | 51 | 3C |
| Octal | 354 | 106 | 132 | 0 | 106 | 76 | 7 | 541 | 121 | 74 |
| Binary | 11101100 | 1000110 | 1011010 | 0 | 1000110 | 111110 | 111 | 101100001 | 1010001 | 111100 |
Color Harmonies of #EC465A
Complementary color
Monochromatic Colors of #EC465A
Black with #EC465A
Text Example
Text Example
White with #EC465A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC465A; }
p { color: rgb(236,70,90); }
H1.HeaderClassName
{
color: #EC465A;
}
.AnyTagClassName
{
color: #EC465A;
}
</style>
background-color css
<style>
a { background-color: #EC465A; }
a { background-color: rgb(236,70,90); }
div.DivClassName
{
background-color: #EC465A;
}
.BgClassName
{
background-color: #EC465A;
}
</style>
border-color css
<style>
span { border-color: #EC465A; }
span { border-color: rgb(236,70,90); }
td.TdClassName
{
border-color: #EC465A;
}
.TagClassName
{
border-color: #EC465A;
}
</style>