Shades of Radical Red #EF4460
Tints of Radical Red #EF4460
RGB
CMYK
RGB Variations
Color information
#EF4460 (or 0xEF4460) is known color: Radical Red. HEX triplet: EF, 44 and 60. RGB value is (239,68,96). Sum of RGB (Red+Green+Blue) = 239+68+96=403 (53% of max value = 765). Red value is 239 (93.75% from 255 or 59.31% from 403); Green value is 68 (26.95% from 255 or 16.87% from 403); Blue value is 96 (37.89% from 255 or 23.82% from 403); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4460 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF4460 is #10BB9F. Grayscale: #7A7A7A. Windows color (decimal): -1096608 or 6309103. OLE color: 6309103.
HSL color Cylindrical-coordinate representation of color #EF4460: hue angle of 350.18º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EF4460 is Cyan = 0, Magento = 0.72, Yellow = 0.60 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 68 | 96 | - |
| CMYK | 0 | 0.72 | 0.60 | 0.06 |
| HSL | 350.18º | 0.84% | 0.6% | - |
| HSV(B) | 350.18º | 0.72% | 0.94% | - |
| XYZ | 39.78 | 23.33 | 13.47 | - |
| YUV | 122.32 | 113.15 | 211.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 68 | 96 | 0 | 0.72 | 0.60 | 0.06 | 350.18 | 0.84 | 0.6 |
| Hex | EF | 44 | 60 | 0 | 48 | 3C | 6 | 15E | 54 | 3C |
| Octal | 357 | 104 | 140 | 0 | 110 | 74 | 6 | 536 | 124 | 74 |
| Binary | 11101111 | 1000100 | 1100000 | 0 | 1001000 | 111100 | 110 | 101011110 | 1010100 | 111100 |
Color Harmonies of #EF4460
Complementary color
Monochromatic Colors of #EF4460
Black with #EF4460
Text Example
Text Example
White with #EF4460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4460; }
p { color: rgb(239,68,96); }
H1.HeaderClassName
{
color: #EF4460;
}
.AnyTagClassName
{
color: #EF4460;
}
</style>
background-color css
<style>
a { background-color: #EF4460; }
a { background-color: rgb(239,68,96); }
div.DivClassName
{
background-color: #EF4460;
}
.BgClassName
{
background-color: #EF4460;
}
</style>
border-color css
<style>
span { border-color: #EF4460; }
span { border-color: rgb(239,68,96); }
td.TdClassName
{
border-color: #EF4460;
}
.TagClassName
{
border-color: #EF4460;
}
</style>