Shades of Radical Red #EF4A59
Tints of Radical Red #EF4A59
RGB
CMYK
RGB Variations
Color information
#EF4A59 (or 0xEF4A59) is known color: Radical Red. HEX triplet: EF, 4A and 59. RGB value is (239,74,89). Sum of RGB (Red+Green+Blue) = 239+74+89=402 (53% of max value = 765). Red value is 239 (93.75% from 255 or 59.45% from 402); Green value is 74 (29.30% from 255 or 18.41% from 402); Blue value is 89 (35.16% from 255 or 22.14% from 402); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4A59 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF4A59 is #10B5A6. Grayscale: #7D7D7D. Windows color (decimal): -1095079 or 5851887. OLE color: 5851887.
HSL color Cylindrical-coordinate representation of color #EF4A59: hue angle of 354.55º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EF4A59 is Cyan = 0, Magento = 0.69, Yellow = 0.63 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 74 | 89 | - |
| CMYK | 0 | 0.69 | 0.63 | 0.06 |
| HSL | 354.55º | 0.84% | 0.61% | - |
| HSV(B) | 354.55º | 0.69% | 0.94% | - |
| XYZ | 39.85 | 23.97 | 11.98 | - |
| YUV | 125.05 | 107.66 | 209.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 74 | 89 | 0 | 0.69 | 0.63 | 0.06 | 354.55 | 0.84 | 0.61 |
| Hex | EF | 4A | 59 | 0 | 45 | 3F | 6 | 163 | 54 | 3D |
| Octal | 357 | 112 | 131 | 0 | 105 | 77 | 6 | 543 | 124 | 75 |
| Binary | 11101111 | 1001010 | 1011001 | 0 | 1000101 | 111111 | 110 | 101100011 | 1010100 | 111101 |
Color Harmonies of #EF4A59
Complementary color
Monochromatic Colors of #EF4A59
Black with #EF4A59
Text Example
Text Example
White with #EF4A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4A59; }
p { color: rgb(239,74,89); }
H1.HeaderClassName
{
color: #EF4A59;
}
.AnyTagClassName
{
color: #EF4A59;
}
</style>
background-color css
<style>
a { background-color: #EF4A59; }
a { background-color: rgb(239,74,89); }
div.DivClassName
{
background-color: #EF4A59;
}
.BgClassName
{
background-color: #EF4A59;
}
</style>
border-color css
<style>
span { border-color: #EF4A59; }
span { border-color: rgb(239,74,89); }
td.TdClassName
{
border-color: #EF4A59;
}
.TagClassName
{
border-color: #EF4A59;
}
</style>