Shades of Radical Red #EC4A5A
Tints of Radical Red #EC4A5A
RGB
CMYK
RGB Variations
Color information
#EC4A5A (or 0xEC4A5A) is known color: Radical Red. HEX triplet: EC, 4A and 5A. RGB value is (236,74,90). Sum of RGB (Red+Green+Blue) = 236+74+90=400 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59% from 400); Green value is 74 (29.30% from 255 or 18.5% from 400); Blue value is 90 (35.55% from 255 or 22.5% from 400); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4A5A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC4A5A is #13B5A5. Grayscale: #7C7C7C. Windows color (decimal): -1291686 or 5917420. OLE color: 5917420.
HSL color Cylindrical-coordinate representation of color #EC4A5A: hue angle of 354.07º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EC4A5A is Cyan = 0, Magento = 0.69, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 74 | 90 | - |
| CMYK | 0 | 0.69 | 0.62 | 0.07 |
| HSL | 354.07º | 0.81% | 0.61% | - |
| HSV(B) | 354.07º | 0.69% | 0.93% | - |
| XYZ | 38.89 | 23.47 | 12.15 | - |
| YUV | 124.26 | 108.67 | 207.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 74 | 90 | 0 | 0.69 | 0.62 | 0.07 | 354.07 | 0.81 | 0.61 |
| Hex | EC | 4A | 5A | 0 | 45 | 3E | 7 | 162 | 51 | 3D |
| Octal | 354 | 112 | 132 | 0 | 105 | 76 | 7 | 542 | 121 | 75 |
| Binary | 11101100 | 1001010 | 1011010 | 0 | 1000101 | 111110 | 111 | 101100010 | 1010001 | 111101 |
Color Harmonies of #EC4A5A
Complementary color
Monochromatic Colors of #EC4A5A
Black with #EC4A5A
Text Example
Text Example
White with #EC4A5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4A5A; }
p { color: rgb(236,74,90); }
H1.HeaderClassName
{
color: #EC4A5A;
}
.AnyTagClassName
{
color: #EC4A5A;
}
</style>
background-color css
<style>
a { background-color: #EC4A5A; }
a { background-color: rgb(236,74,90); }
div.DivClassName
{
background-color: #EC4A5A;
}
.BgClassName
{
background-color: #EC4A5A;
}
</style>
border-color css
<style>
span { border-color: #EC4A5A; }
span { border-color: rgb(236,74,90); }
td.TdClassName
{
border-color: #EC4A5A;
}
.TagClassName
{
border-color: #EC4A5A;
}
</style>