Shades of Radical Red #EC485B
Tints of Radical Red #EC485B
RGB
CMYK
RGB Variations
Color information
#EC485B (or 0xEC485B) is known color: Radical Red. HEX triplet: EC, 48 and 5B. RGB value is (236,72,91). Sum of RGB (Red+Green+Blue) = 236+72+91=399 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.15% from 399); Green value is 72 (28.52% from 255 or 18.05% from 399); Blue value is 91 (35.94% from 255 or 22.81% from 399); Max value from RGB is 236 - color contains mainly: red. Hex color #EC485B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC485B is #13B7A4. Grayscale: #7B7B7B. Windows color (decimal): -1292197 or 5982444. OLE color: 5982444.
HSL color Cylindrical-coordinate representation of color #EC485B: hue angle of 353.05º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EC485B is Cyan = 0, Magento = 0.69, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 72 | 91 | - |
| CMYK | 0 | 0.69 | 0.61 | 0.07 |
| HSL | 353.05º | 0.81% | 0.6% | - |
| HSV(B) | 353.05º | 0.69% | 0.93% | - |
| XYZ | 38.8 | 23.22 | 12.34 | - |
| YUV | 123.2 | 109.83 | 208.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 72 | 91 | 0 | 0.69 | 0.61 | 0.07 | 353.05 | 0.81 | 0.6 |
| Hex | EC | 48 | 5B | 0 | 45 | 3D | 7 | 161 | 51 | 3C |
| Octal | 354 | 110 | 133 | 0 | 105 | 75 | 7 | 541 | 121 | 74 |
| Binary | 11101100 | 1001000 | 1011011 | 0 | 1000101 | 111101 | 111 | 101100001 | 1010001 | 111100 |
Color Harmonies of #EC485B
Complementary color
Monochromatic Colors of #EC485B
Black with #EC485B
Text Example
Text Example
White with #EC485B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC485B; }
p { color: rgb(236,72,91); }
H1.HeaderClassName
{
color: #EC485B;
}
.AnyTagClassName
{
color: #EC485B;
}
</style>
background-color css
<style>
a { background-color: #EC485B; }
a { background-color: rgb(236,72,91); }
div.DivClassName
{
background-color: #EC485B;
}
.BgClassName
{
background-color: #EC485B;
}
</style>
border-color css
<style>
span { border-color: #EC485B; }
span { border-color: rgb(236,72,91); }
td.TdClassName
{
border-color: #EC485B;
}
.TagClassName
{
border-color: #EC485B;
}
</style>