Shades of Radical Red #EF3665
Tints of Radical Red #EF3665
RGB
CMYK
RGB Variations
Color information
#EF3665 (or 0xEF3665) is known color: Radical Red. HEX triplet: EF, 36 and 65. RGB value is (239,54,101). Sum of RGB (Red+Green+Blue) = 239+54+101=394 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.66% from 394); Green value is 54 (21.48% from 255 or 13.71% from 394); Blue value is 101 (39.84% from 255 or 25.63% from 394); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3665 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF3665 is #10C99A. Grayscale: #727272. Windows color (decimal): -1100187 or 6633199. OLE color: 6633199.
HSL color Cylindrical-coordinate representation of color #EF3665: hue angle of 344.76º 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 #EF3665 is Cyan = 0, Magento = 0.77, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 54 | 101 | - |
| CMYK | 0 | 0.77 | 0.58 | 0.06 |
| HSL | 344.76º | 0.85% | 0.57% | - |
| HSV(B) | 344.76º | 0.77% | 0.94% | - |
| XYZ | 39.26 | 21.93 | 14.48 | - |
| YUV | 114.67 | 120.29 | 216.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 54 | 101 | 0 | 0.77 | 0.58 | 0.06 | 344.76 | 0.85 | 0.57 |
| Hex | EF | 36 | 65 | 0 | 4D | 3A | 6 | 159 | 55 | 39 |
| Octal | 357 | 66 | 145 | 0 | 115 | 72 | 6 | 531 | 125 | 71 |
| Binary | 11101111 | 110110 | 1100101 | 0 | 1001101 | 111010 | 110 | 101011001 | 1010101 | 111001 |
Color Harmonies of #EF3665
Complementary color
Monochromatic Colors of #EF3665
Black with #EF3665
Text Example
Text Example
White with #EF3665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF3665; }
p { color: rgb(239,54,101); }
H1.HeaderClassName
{
color: #EF3665;
}
.AnyTagClassName
{
color: #EF3665;
}
</style>
background-color css
<style>
a { background-color: #EF3665; }
a { background-color: rgb(239,54,101); }
div.DivClassName
{
background-color: #EF3665;
}
.BgClassName
{
background-color: #EF3665;
}
</style>
border-color css
<style>
span { border-color: #EF3665; }
span { border-color: rgb(239,54,101); }
td.TdClassName
{
border-color: #EF3665;
}
.TagClassName
{
border-color: #EF3665;
}
</style>