Shades of Radical Red #EF345A
Tints of Radical Red #EF345A
RGB
CMYK
RGB Variations
Color information
#EF345A (or 0xEF345A) is known color: Radical Red. HEX triplet: EF, 34 and 5A. RGB value is (239,52,90). Sum of RGB (Red+Green+Blue) = 239+52+90=381 (50% of max value = 765). Red value is 239 (93.75% from 255 or 62.73% from 381); Green value is 52 (20.70% from 255 or 13.65% from 381); Blue value is 90 (35.55% from 255 or 23.62% from 381); Max value from RGB is 239 - color contains mainly: red. Hex color #EF345A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF345A is #10CBA5. Grayscale: #707070. Windows color (decimal): -1100710 or 5911791. OLE color: 5911791.
HSL color Cylindrical-coordinate representation of color #EF345A: hue angle of 347.81º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EF345A is Cyan = 0, Magento = 0.78, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 52 | 90 | - |
| CMYK | 0 | 0.78 | 0.62 | 0.06 |
| HSL | 347.81º | 0.85% | 0.57% | - |
| HSV(B) | 347.81º | 0.78% | 0.94% | - |
| XYZ | 38.67 | 21.54 | 11.79 | - |
| YUV | 112.25 | 115.45 | 218.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 52 | 90 | 0 | 0.78 | 0.62 | 0.06 | 347.81 | 0.85 | 0.57 |
| Hex | EF | 34 | 5A | 0 | 4E | 3E | 6 | 15C | 55 | 39 |
| Octal | 357 | 64 | 132 | 0 | 116 | 76 | 6 | 534 | 125 | 71 |
| Binary | 11101111 | 110100 | 1011010 | 0 | 1001110 | 111110 | 110 | 101011100 | 1010101 | 111001 |
Color Harmonies of #EF345A
Complementary color
Monochromatic Colors of #EF345A
Black with #EF345A
Text Example
Text Example
White with #EF345A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF345A; }
p { color: rgb(239,52,90); }
H1.HeaderClassName
{
color: #EF345A;
}
.AnyTagClassName
{
color: #EF345A;
}
</style>
background-color css
<style>
a { background-color: #EF345A; }
a { background-color: rgb(239,52,90); }
div.DivClassName
{
background-color: #EF345A;
}
.BgClassName
{
background-color: #EF345A;
}
</style>
border-color css
<style>
span { border-color: #EF345A; }
span { border-color: rgb(239,52,90); }
td.TdClassName
{
border-color: #EF345A;
}
.TagClassName
{
border-color: #EF345A;
}
</style>