Shades of Radical Red #EF4561
Tints of Radical Red #EF4561
RGB
CMYK
RGB Variations
Color information
#EF4561 (or 0xEF4561) is known color: Radical Red. HEX triplet: EF, 45 and 61. RGB value is (239,69,97). Sum of RGB (Red+Green+Blue) = 239+69+97=405 (53% of max value = 765). Red value is 239 (93.75% from 255 or 59.01% from 405); Green value is 69 (27.34% from 255 or 17.04% from 405); Blue value is 97 (38.28% from 255 or 23.95% from 405); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4561 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF4561 is #10BA9E. Grayscale: #7B7B7B. Windows color (decimal): -1096351 or 6374895. OLE color: 6374895.
HSL color Cylindrical-coordinate representation of color #EF4561: hue angle of 350.12º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EF4561 is Cyan = 0, Magento = 0.71, Yellow = 0.59 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 69 | 97 | - |
| CMYK | 0 | 0.71 | 0.59 | 0.06 |
| HSL | 350.12º | 0.84% | 0.6% | - |
| HSV(B) | 350.12º | 0.71% | 0.94% | - |
| XYZ | 39.88 | 23.47 | 13.74 | - |
| YUV | 123.02 | 113.32 | 210.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 69 | 97 | 0 | 0.71 | 0.59 | 0.06 | 350.12 | 0.84 | 0.6 |
| Hex | EF | 45 | 61 | 0 | 47 | 3B | 6 | 15E | 54 | 3C |
| Octal | 357 | 105 | 141 | 0 | 107 | 73 | 6 | 536 | 124 | 74 |
| Binary | 11101111 | 1000101 | 1100001 | 0 | 1000111 | 111011 | 110 | 101011110 | 1010100 | 111100 |
Color Harmonies of #EF4561
Complementary color
Monochromatic Colors of #EF4561
Black with #EF4561
Text Example
Text Example
White with #EF4561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4561; }
p { color: rgb(239,69,97); }
H1.HeaderClassName
{
color: #EF4561;
}
.AnyTagClassName
{
color: #EF4561;
}
</style>
background-color css
<style>
a { background-color: #EF4561; }
a { background-color: rgb(239,69,97); }
div.DivClassName
{
background-color: #EF4561;
}
.BgClassName
{
background-color: #EF4561;
}
</style>
border-color css
<style>
span { border-color: #EF4561; }
span { border-color: rgb(239,69,97); }
td.TdClassName
{
border-color: #EF4561;
}
.TagClassName
{
border-color: #EF4561;
}
</style>