Shades of Radical Red #EF3662
Tints of Radical Red #EF3662
RGB
CMYK
RGB Variations
Color information
#EF3662 (or 0xEF3662) is known color: Radical Red. HEX triplet: EF, 36 and 62. RGB value is (239,54,98). Sum of RGB (Red+Green+Blue) = 239+54+98=391 (51% of max value = 765). Red value is 239 (93.75% from 255 or 61.13% from 391); Green value is 54 (21.48% from 255 or 13.81% from 391); Blue value is 98 (38.67% from 255 or 25.06% from 391); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3662 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF3662 is #10C99D. Grayscale: #727272. Windows color (decimal): -1100190 or 6436591. OLE color: 6436591.
HSL color Cylindrical-coordinate representation of color #EF3662: hue angle of 345.73º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EF3662 is Cyan = 0, Magento = 0.77, Yellow = 0.59 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 54 | 98 | - |
| CMYK | 0 | 0.77 | 0.59 | 0.06 |
| HSL | 345.73º | 0.85% | 0.57% | - |
| HSV(B) | 345.73º | 0.77% | 0.94% | - |
| XYZ | 39.12 | 21.87 | 13.71 | - |
| YUV | 114.33 | 118.79 | 216.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 54 | 98 | 0 | 0.77 | 0.59 | 0.06 | 345.73 | 0.85 | 0.57 |
| Hex | EF | 36 | 62 | 0 | 4D | 3B | 6 | 15A | 55 | 39 |
| Octal | 357 | 66 | 142 | 0 | 115 | 73 | 6 | 532 | 125 | 71 |
| Binary | 11101111 | 110110 | 1100010 | 0 | 1001101 | 111011 | 110 | 101011010 | 1010101 | 111001 |
Color Harmonies of #EF3662
Complementary color
Monochromatic Colors of #EF3662
Black with #EF3662
Text Example
Text Example
White with #EF3662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF3662; }
p { color: rgb(239,54,98); }
H1.HeaderClassName
{
color: #EF3662;
}
.AnyTagClassName
{
color: #EF3662;
}
</style>
background-color css
<style>
a { background-color: #EF3662; }
a { background-color: rgb(239,54,98); }
div.DivClassName
{
background-color: #EF3662;
}
.BgClassName
{
background-color: #EF3662;
}
</style>
border-color css
<style>
span { border-color: #EF3662; }
span { border-color: rgb(239,54,98); }
td.TdClassName
{
border-color: #EF3662;
}
.TagClassName
{
border-color: #EF3662;
}
</style>