Shades of Radical Red #EC4563
Tints of Radical Red #EC4563
RGB
CMYK
RGB Variations
Color information
#EC4563 (or 0xEC4563) is known color: Radical Red. HEX triplet: EC, 45 and 63. RGB value is (236,69,99). Sum of RGB (Red+Green+Blue) = 236+69+99=404 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.42% from 404); Green value is 69 (27.34% from 255 or 17.08% from 404); Blue value is 99 (39.06% from 255 or 24.50% from 404); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4563 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC4563 is #13BA9C. Grayscale: #7A7A7A. Windows color (decimal): -1292957 or 6505964. OLE color: 6505964.
HSL color Cylindrical-coordinate representation of color #EC4563: hue angle of 349.22º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EC4563 is Cyan = 0, Magento = 0.71, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 69 | 99 | - |
| CMYK | 0 | 0.71 | 0.58 | 0.07 |
| HSL | 349.22º | 0.81% | 0.6% | - |
| HSV(B) | 349.22º | 0.71% | 0.93% | - |
| XYZ | 38.97 | 22.99 | 14.19 | - |
| YUV | 122.35 | 114.83 | 209.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 69 | 99 | 0 | 0.71 | 0.58 | 0.07 | 349.22 | 0.81 | 0.6 |
| Hex | EC | 45 | 63 | 0 | 47 | 3A | 7 | 15D | 51 | 3C |
| Octal | 354 | 105 | 143 | 0 | 107 | 72 | 7 | 535 | 121 | 74 |
| Binary | 11101100 | 1000101 | 1100011 | 0 | 1000111 | 111010 | 111 | 101011101 | 1010001 | 111100 |
Color Harmonies of #EC4563
Complementary color
Monochromatic Colors of #EC4563
Black with #EC4563
Text Example
Text Example
White with #EC4563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4563; }
p { color: rgb(236,69,99); }
H1.HeaderClassName
{
color: #EC4563;
}
.AnyTagClassName
{
color: #EC4563;
}
</style>
background-color css
<style>
a { background-color: #EC4563; }
a { background-color: rgb(236,69,99); }
div.DivClassName
{
background-color: #EC4563;
}
.BgClassName
{
background-color: #EC4563;
}
</style>
border-color css
<style>
span { border-color: #EC4563; }
span { border-color: rgb(236,69,99); }
td.TdClassName
{
border-color: #EC4563;
}
.TagClassName
{
border-color: #EC4563;
}
</style>