Shades of Radical Red #EF3C5A
Tints of Radical Red #EF3C5A
RGB
CMYK
RGB Variations
Color information
#EF3C5A (or 0xEF3C5A) is known color: Radical Red. HEX triplet: EF, 3C and 5A. RGB value is (239,60,90). Sum of RGB (Red+Green+Blue) = 239+60+90=389 (51% of max value = 765). Red value is 239 (93.75% from 255 or 61.44% from 389); Green value is 60 (23.83% from 255 or 15.42% from 389); Blue value is 90 (35.55% from 255 or 23.14% from 389); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3C5A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF3C5A is #10C3A5. Grayscale: #757575. Windows color (decimal): -1098662 or 5913839. OLE color: 5913839.
HSL color Cylindrical-coordinate representation of color #EF3C5A: hue angle of 349.94º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EF3C5A is Cyan = 0, Magento = 0.75, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 60 | 90 | - |
| CMYK | 0 | 0.75 | 0.62 | 0.06 |
| HSL | 349.94º | 0.85% | 0.59% | - |
| HSV(B) | 349.94º | 0.75% | 0.94% | - |
| XYZ | 39.06 | 22.32 | 11.92 | - |
| YUV | 116.94 | 112.8 | 215.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 60 | 90 | 0 | 0.75 | 0.62 | 0.06 | 349.94 | 0.85 | 0.59 |
| Hex | EF | 3C | 5A | 0 | 4B | 3E | 6 | 15E | 55 | 3B |
| Octal | 357 | 74 | 132 | 0 | 113 | 76 | 6 | 536 | 125 | 73 |
| Binary | 11101111 | 111100 | 1011010 | 0 | 1001011 | 111110 | 110 | 101011110 | 1010101 | 111011 |
Color Harmonies of #EF3C5A
Complementary color
Monochromatic Colors of #EF3C5A
Black with #EF3C5A
Text Example
Text Example
White with #EF3C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF3C5A; }
p { color: rgb(239,60,90); }
H1.HeaderClassName
{
color: #EF3C5A;
}
.AnyTagClassName
{
color: #EF3C5A;
}
</style>
background-color css
<style>
a { background-color: #EF3C5A; }
a { background-color: rgb(239,60,90); }
div.DivClassName
{
background-color: #EF3C5A;
}
.BgClassName
{
background-color: #EF3C5A;
}
</style>
border-color css
<style>
span { border-color: #EF3C5A; }
span { border-color: rgb(239,60,90); }
td.TdClassName
{
border-color: #EF3C5A;
}
.TagClassName
{
border-color: #EF3C5A;
}
</style>