Shades of Radical Red #EC4B5A
Tints of Radical Red #EC4B5A
RGB
CMYK
RGB Variations
Color information
#EC4B5A (or 0xEC4B5A) is known color: Radical Red. HEX triplet: EC, 4B and 5A. RGB value is (236,75,90). Sum of RGB (Red+Green+Blue) = 236+75+90=401 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.85% from 401); Green value is 75 (29.69% from 255 or 18.70% from 401); Blue value is 90 (35.55% from 255 or 22.44% from 401); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4B5A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC4B5A is #13B4A5. Grayscale: #7C7C7C. Windows color (decimal): -1291430 or 5917676. OLE color: 5917676.
HSL color Cylindrical-coordinate representation of color #EC4B5A: hue angle of 354.41º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EC4B5A is Cyan = 0, Magento = 0.68, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 75 | 90 | - |
| CMYK | 0 | 0.68 | 0.62 | 0.07 |
| HSL | 354.41º | 0.81% | 0.61% | - |
| HSV(B) | 354.41º | 0.68% | 0.93% | - |
| XYZ | 38.95 | 23.6 | 12.18 | - |
| YUV | 124.85 | 108.34 | 207.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 75 | 90 | 0 | 0.68 | 0.62 | 0.07 | 354.41 | 0.81 | 0.61 |
| Hex | EC | 4B | 5A | 0 | 44 | 3E | 7 | 162 | 51 | 3D |
| Octal | 354 | 113 | 132 | 0 | 104 | 76 | 7 | 542 | 121 | 75 |
| Binary | 11101100 | 1001011 | 1011010 | 0 | 1000100 | 111110 | 111 | 101100010 | 1010001 | 111101 |
Color Harmonies of #EC4B5A
Complementary color
Monochromatic Colors of #EC4B5A
Black with #EC4B5A
Text Example
Text Example
White with #EC4B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4B5A; }
p { color: rgb(236,75,90); }
H1.HeaderClassName
{
color: #EC4B5A;
}
.AnyTagClassName
{
color: #EC4B5A;
}
</style>
background-color css
<style>
a { background-color: #EC4B5A; }
a { background-color: rgb(236,75,90); }
div.DivClassName
{
background-color: #EC4B5A;
}
.BgClassName
{
background-color: #EC4B5A;
}
</style>
border-color css
<style>
span { border-color: #EC4B5A; }
span { border-color: rgb(236,75,90); }
td.TdClassName
{
border-color: #EC4B5A;
}
.TagClassName
{
border-color: #EC4B5A;
}
</style>