Shades of Radical Red #EF3460
Tints of Radical Red #EF3460
RGB
CMYK
RGB Variations
Color information
#EF3460 (or 0xEF3460) is known color: Radical Red. HEX triplet: EF, 34 and 60. RGB value is (239,52,96). Sum of RGB (Red+Green+Blue) = 239+52+96=387 (51% of max value = 765). Red value is 239 (93.75% from 255 or 61.76% from 387); Green value is 52 (20.70% from 255 or 13.44% from 387); Blue value is 96 (37.89% from 255 or 24.81% from 387); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3460 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF3460 is #10CB9F. Grayscale: #707070. Windows color (decimal): -1100704 or 6305007. OLE color: 6305007.
HSL color Cylindrical-coordinate representation of color #EF3460: hue angle of 345.88º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EF3460 is Cyan = 0, Magento = 0.78, Yellow = 0.60 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 52 | 96 | - |
| CMYK | 0 | 0.78 | 0.60 | 0.06 |
| HSL | 345.88º | 0.85% | 0.57% | - |
| HSV(B) | 345.88º | 0.78% | 0.94% | - |
| XYZ | 38.94 | 21.65 | 13.19 | - |
| YUV | 112.93 | 118.45 | 217.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 52 | 96 | 0 | 0.78 | 0.60 | 0.06 | 345.88 | 0.85 | 0.57 |
| Hex | EF | 34 | 60 | 0 | 4E | 3C | 6 | 15A | 55 | 39 |
| Octal | 357 | 64 | 140 | 0 | 116 | 74 | 6 | 532 | 125 | 71 |
| Binary | 11101111 | 110100 | 1100000 | 0 | 1001110 | 111100 | 110 | 101011010 | 1010101 | 111001 |
Color Harmonies of #EF3460
Complementary color
Monochromatic Colors of #EF3460
Black with #EF3460
Text Example
Text Example
White with #EF3460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF3460; }
p { color: rgb(239,52,96); }
H1.HeaderClassName
{
color: #EF3460;
}
.AnyTagClassName
{
color: #EF3460;
}
</style>
background-color css
<style>
a { background-color: #EF3460; }
a { background-color: rgb(239,52,96); }
div.DivClassName
{
background-color: #EF3460;
}
.BgClassName
{
background-color: #EF3460;
}
</style>
border-color css
<style>
span { border-color: #EF3460; }
span { border-color: rgb(239,52,96); }
td.TdClassName
{
border-color: #EF3460;
}
.TagClassName
{
border-color: #EF3460;
}
</style>