Shades of Radical Red #EF475A
Tints of Radical Red #EF475A
RGB
CMYK
RGB Variations
Color information
#EF475A (or 0xEF475A) is known color: Radical Red. HEX triplet: EF, 47 and 5A. RGB value is (239,71,90). Sum of RGB (Red+Green+Blue) = 239+71+90=400 (52% of max value = 765). Red value is 239 (93.75% from 255 or 59.75% from 400); Green value is 71 (28.12% from 255 or 17.75% from 400); Blue value is 90 (35.55% from 255 or 22.5% from 400); Max value from RGB is 239 - color contains mainly: red. Hex color #EF475A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF475A is #10B8A5. Grayscale: #7B7B7B. Windows color (decimal): -1095846 or 5916655. OLE color: 5916655.
HSL color Cylindrical-coordinate representation of color #EF475A: hue angle of 353.21º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EF475A is Cyan = 0, Magento = 0.70, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 71 | 90 | - |
| CMYK | 0 | 0.70 | 0.62 | 0.06 |
| HSL | 353.21º | 0.84% | 0.61% | - |
| HSV(B) | 353.21º | 0.7% | 0.94% | - |
| XYZ | 39.7 | 23.6 | 12.14 | - |
| YUV | 123.4 | 109.16 | 210.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 71 | 90 | 0 | 0.70 | 0.62 | 0.06 | 353.21 | 0.84 | 0.61 |
| Hex | EF | 47 | 5A | 0 | 46 | 3E | 6 | 161 | 54 | 3D |
| Octal | 357 | 107 | 132 | 0 | 106 | 76 | 6 | 541 | 124 | 75 |
| Binary | 11101111 | 1000111 | 1011010 | 0 | 1000110 | 111110 | 110 | 101100001 | 1010100 | 111101 |
Color Harmonies of #EF475A
Complementary color
Monochromatic Colors of #EF475A
Black with #EF475A
Text Example
Text Example
White with #EF475A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF475A; }
p { color: rgb(239,71,90); }
H1.HeaderClassName
{
color: #EF475A;
}
.AnyTagClassName
{
color: #EF475A;
}
</style>
background-color css
<style>
a { background-color: #EF475A; }
a { background-color: rgb(239,71,90); }
div.DivClassName
{
background-color: #EF475A;
}
.BgClassName
{
background-color: #EF475A;
}
</style>
border-color css
<style>
span { border-color: #EF475A; }
span { border-color: rgb(239,71,90); }
td.TdClassName
{
border-color: #EF475A;
}
.TagClassName
{
border-color: #EF475A;
}
</style>