Shades of Radical Red #EF485B
Tints of Radical Red #EF485B
RGB
CMYK
RGB Variations
Color information
#EF485B (or 0xEF485B) is known color: Radical Red. HEX triplet: EF, 48 and 5B. RGB value is (239,72,91). Sum of RGB (Red+Green+Blue) = 239+72+91=402 (53% of max value = 765). Red value is 239 (93.75% from 255 or 59.45% from 402); Green value is 72 (28.52% from 255 or 17.91% from 402); Blue value is 91 (35.94% from 255 or 22.64% from 402); Max value from RGB is 239 - color contains mainly: red. Hex color #EF485B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF485B is #10B7A4. Grayscale: #7C7C7C. Windows color (decimal): -1095589 or 5982447. OLE color: 5982447.
HSL color Cylindrical-coordinate representation of color #EF485B: hue angle of 353.17º 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 #EF485B is Cyan = 0, Magento = 0.70, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 72 | 91 | - |
| CMYK | 0 | 0.70 | 0.62 | 0.06 |
| HSL | 353.17º | 0.84% | 0.61% | - |
| HSV(B) | 353.17º | 0.7% | 0.94% | - |
| XYZ | 39.8 | 23.74 | 12.38 | - |
| YUV | 124.1 | 109.33 | 209.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 72 | 91 | 0 | 0.70 | 0.62 | 0.06 | 353.17 | 0.84 | 0.61 |
| Hex | EF | 48 | 5B | 0 | 46 | 3E | 6 | 161 | 54 | 3D |
| Octal | 357 | 110 | 133 | 0 | 106 | 76 | 6 | 541 | 124 | 75 |
| Binary | 11101111 | 1001000 | 1011011 | 0 | 1000110 | 111110 | 110 | 101100001 | 1010100 | 111101 |
Color Harmonies of #EF485B
Complementary color
Monochromatic Colors of #EF485B
Black with #EF485B
Text Example
Text Example
White with #EF485B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF485B; }
p { color: rgb(239,72,91); }
H1.HeaderClassName
{
color: #EF485B;
}
.AnyTagClassName
{
color: #EF485B;
}
</style>
background-color css
<style>
a { background-color: #EF485B; }
a { background-color: rgb(239,72,91); }
div.DivClassName
{
background-color: #EF485B;
}
.BgClassName
{
background-color: #EF485B;
}
</style>
border-color css
<style>
span { border-color: #EF485B; }
span { border-color: rgb(239,72,91); }
td.TdClassName
{
border-color: #EF485B;
}
.TagClassName
{
border-color: #EF485B;
}
</style>