Shades of Radical Red #EF4760
Tints of Radical Red #EF4760
RGB
CMYK
RGB Variations
Color information
#EF4760 (or 0xEF4760) is known color: Radical Red. HEX triplet: EF, 47 and 60. RGB value is (239,71,96). Sum of RGB (Red+Green+Blue) = 239+71+96=406 (53% of max value = 765). Red value is 239 (93.75% from 255 or 58.87% from 406); Green value is 71 (28.12% from 255 or 17.49% from 406); Blue value is 96 (37.89% from 255 or 23.65% from 406); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4760 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF4760 is #10B89F. Grayscale: #7C7C7C. Windows color (decimal): -1095840 or 6309871. OLE color: 6309871.
HSL color Cylindrical-coordinate representation of color #EF4760: hue angle of 351.07º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EF4760 is Cyan = 0, Magento = 0.70, Yellow = 0.60 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 71 | 96 | - |
| CMYK | 0 | 0.70 | 0.60 | 0.06 |
| HSL | 351.07º | 0.84% | 0.61% | - |
| HSV(B) | 351.07º | 0.7% | 0.94% | - |
| XYZ | 39.96 | 23.7 | 13.54 | - |
| YUV | 124.08 | 112.16 | 209.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 71 | 96 | 0 | 0.70 | 0.60 | 0.06 | 351.07 | 0.84 | 0.61 |
| Hex | EF | 47 | 60 | 0 | 46 | 3C | 6 | 15F | 54 | 3D |
| Octal | 357 | 107 | 140 | 0 | 106 | 74 | 6 | 537 | 124 | 75 |
| Binary | 11101111 | 1000111 | 1100000 | 0 | 1000110 | 111100 | 110 | 101011111 | 1010100 | 111101 |
Color Harmonies of #EF4760
Complementary color
Monochromatic Colors of #EF4760
Black with #EF4760
Text Example
Text Example
White with #EF4760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4760; }
p { color: rgb(239,71,96); }
H1.HeaderClassName
{
color: #EF4760;
}
.AnyTagClassName
{
color: #EF4760;
}
</style>
background-color css
<style>
a { background-color: #EF4760; }
a { background-color: rgb(239,71,96); }
div.DivClassName
{
background-color: #EF4760;
}
.BgClassName
{
background-color: #EF4760;
}
</style>
border-color css
<style>
span { border-color: #EF4760; }
span { border-color: rgb(239,71,96); }
td.TdClassName
{
border-color: #EF4760;
}
.TagClassName
{
border-color: #EF4760;
}
</style>