Shades of Radical Red #EF4061
Tints of Radical Red #EF4061
RGB
CMYK
RGB Variations
Color information
#EF4061 (or 0xEF4061) is known color: Radical Red. HEX triplet: EF, 40 and 61. RGB value is (239,64,97). Sum of RGB (Red+Green+Blue) = 239+64+97=400 (52% of max value = 765). Red value is 239 (93.75% from 255 or 59.75% from 400); Green value is 64 (25.39% from 255 or 16% from 400); Blue value is 97 (38.28% from 255 or 24.25% from 400); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4061 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF4061 is #10BF9E. Grayscale: #787878. Windows color (decimal): -1097631 or 6373615. OLE color: 6373615.
HSL color Cylindrical-coordinate representation of color #EF4061: hue angle of 348.69º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EF4061 is Cyan = 0, Magento = 0.73, Yellow = 0.59 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 64 | 97 | - |
| CMYK | 0 | 0.73 | 0.59 | 0.06 |
| HSL | 348.69º | 0.85% | 0.59% | - |
| HSV(B) | 348.69º | 0.73% | 0.94% | - |
| XYZ | 39.59 | 22.88 | 13.64 | - |
| YUV | 120.09 | 114.98 | 212.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 64 | 97 | 0 | 0.73 | 0.59 | 0.06 | 348.69 | 0.85 | 0.59 |
| Hex | EF | 40 | 61 | 0 | 49 | 3B | 6 | 15D | 55 | 3B |
| Octal | 357 | 100 | 141 | 0 | 111 | 73 | 6 | 535 | 125 | 73 |
| Binary | 11101111 | 1000000 | 1100001 | 0 | 1001001 | 111011 | 110 | 101011101 | 1010101 | 111011 |
Color Harmonies of #EF4061
Complementary color
Monochromatic Colors of #EF4061
Black with #EF4061
Text Example
Text Example
White with #EF4061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4061; }
p { color: rgb(239,64,97); }
H1.HeaderClassName
{
color: #EF4061;
}
.AnyTagClassName
{
color: #EF4061;
}
</style>
background-color css
<style>
a { background-color: #EF4061; }
a { background-color: rgb(239,64,97); }
div.DivClassName
{
background-color: #EF4061;
}
.BgClassName
{
background-color: #EF4061;
}
</style>
border-color css
<style>
span { border-color: #EF4061; }
span { border-color: rgb(239,64,97); }
td.TdClassName
{
border-color: #EF4061;
}
.TagClassName
{
border-color: #EF4061;
}
</style>