Shades of Radical Red #EF3A63
Tints of Radical Red #EF3A63
RGB
CMYK
RGB Variations
Color information
#EF3A63 (or 0xEF3A63) is known color: Radical Red. HEX triplet: EF, 3A and 63. RGB value is (239,58,99). Sum of RGB (Red+Green+Blue) = 239+58+99=396 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.35% from 396); Green value is 58 (23.05% from 255 or 14.65% from 396); Blue value is 99 (39.06% from 255 or 25% from 396); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3A63 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF3A63 is #10C59C. Grayscale: #747474. Windows color (decimal): -1099165 or 6503151. OLE color: 6503151.
HSL color Cylindrical-coordinate representation of color #EF3A63: hue angle of 346.41º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EF3A63 is Cyan = 0, Magento = 0.76, Yellow = 0.59 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 58 | 99 | - |
| CMYK | 0 | 0.76 | 0.59 | 0.06 |
| HSL | 346.41º | 0.85% | 0.58% | - |
| HSV(B) | 346.41º | 0.76% | 0.94% | - |
| XYZ | 39.36 | 22.28 | 14.03 | - |
| YUV | 116.79 | 117.97 | 215.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 58 | 99 | 0 | 0.76 | 0.59 | 0.06 | 346.41 | 0.85 | 0.58 |
| Hex | EF | 3A | 63 | 0 | 4C | 3B | 6 | 15A | 55 | 3A |
| Octal | 357 | 72 | 143 | 0 | 114 | 73 | 6 | 532 | 125 | 72 |
| Binary | 11101111 | 111010 | 1100011 | 0 | 1001100 | 111011 | 110 | 101011010 | 1010101 | 111010 |
Color Harmonies of #EF3A63
Complementary color
Monochromatic Colors of #EF3A63
Black with #EF3A63
Text Example
Text Example
White with #EF3A63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF3A63; }
p { color: rgb(239,58,99); }
H1.HeaderClassName
{
color: #EF3A63;
}
.AnyTagClassName
{
color: #EF3A63;
}
</style>
background-color css
<style>
a { background-color: #EF3A63; }
a { background-color: rgb(239,58,99); }
div.DivClassName
{
background-color: #EF3A63;
}
.BgClassName
{
background-color: #EF3A63;
}
</style>
border-color css
<style>
span { border-color: #EF3A63; }
span { border-color: rgb(239,58,99); }
td.TdClassName
{
border-color: #EF3A63;
}
.TagClassName
{
border-color: #EF3A63;
}
</style>