Shades of Radical Red #EF4560
Tints of Radical Red #EF4560
RGB
CMYK
RGB Variations
Color information
#EF4560 (or 0xEF4560) is known color: Radical Red. HEX triplet: EF, 45 and 60. RGB value is (239,69,96). Sum of RGB (Red+Green+Blue) = 239+69+96=404 (53% of max value = 765). Red value is 239 (93.75% from 255 or 59.16% from 404); Green value is 69 (27.34% from 255 or 17.08% from 404); Blue value is 96 (37.89% from 255 or 23.76% from 404); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4560 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF4560 is #10BA9F. Grayscale: #7A7A7A. Windows color (decimal): -1096352 or 6309359. OLE color: 6309359.
HSL color Cylindrical-coordinate representation of color #EF4560: hue angle of 350.47º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EF4560 is Cyan = 0, Magento = 0.71, Yellow = 0.60 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 69 | 96 | - |
| CMYK | 0 | 0.71 | 0.60 | 0.06 |
| HSL | 350.47º | 0.84% | 0.6% | - |
| HSV(B) | 350.47º | 0.71% | 0.94% | - |
| XYZ | 39.84 | 23.45 | 13.49 | - |
| YUV | 122.91 | 112.82 | 210.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 69 | 96 | 0 | 0.71 | 0.60 | 0.06 | 350.47 | 0.84 | 0.6 |
| Hex | EF | 45 | 60 | 0 | 47 | 3C | 6 | 15E | 54 | 3C |
| Octal | 357 | 105 | 140 | 0 | 107 | 74 | 6 | 536 | 124 | 74 |
| Binary | 11101111 | 1000101 | 1100000 | 0 | 1000111 | 111100 | 110 | 101011110 | 1010100 | 111100 |
Color Harmonies of #EF4560
Complementary color
Monochromatic Colors of #EF4560
Black with #EF4560
Text Example
Text Example
White with #EF4560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4560; }
p { color: rgb(239,69,96); }
H1.HeaderClassName
{
color: #EF4560;
}
.AnyTagClassName
{
color: #EF4560;
}
</style>
background-color css
<style>
a { background-color: #EF4560; }
a { background-color: rgb(239,69,96); }
div.DivClassName
{
background-color: #EF4560;
}
.BgClassName
{
background-color: #EF4560;
}
</style>
border-color css
<style>
span { border-color: #EF4560; }
span { border-color: rgb(239,69,96); }
td.TdClassName
{
border-color: #EF4560;
}
.TagClassName
{
border-color: #EF4560;
}
</style>