Shades of Radical Red #EF4B55
Tints of Radical Red #EF4B55
RGB
CMYK
RGB Variations
Color information
#EF4B55 (or 0xEF4B55) is known color: Radical Red. HEX triplet: EF, 4B and 55. RGB value is (239,75,85). Sum of RGB (Red+Green+Blue) = 239+75+85=399 (52% of max value = 765). Red value is 239 (93.75% from 255 or 59.90% from 399); Green value is 75 (29.69% from 255 or 18.80% from 399); Blue value is 85 (33.59% from 255 or 21.30% from 399); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4B55 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF4B55 is #10B4AA. Grayscale: #7D7D7D. Windows color (decimal): -1094827 or 5589999. OLE color: 5589999.
HSL color Cylindrical-coordinate representation of color #EF4B55: hue angle of 356.34º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EF4B55 is Cyan = 0, Magento = 0.69, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 75 | 85 | - |
| CMYK | 0 | 0.69 | 0.64 | 0.06 |
| HSL | 356.34º | 0.84% | 0.62% | - |
| HSV(B) | 356.34º | 0.69% | 0.94% | - |
| XYZ | 39.75 | 24.04 | 11.14 | - |
| YUV | 125.18 | 105.33 | 209.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 75 | 85 | 0 | 0.69 | 0.64 | 0.06 | 356.34 | 0.84 | 0.62 |
| Hex | EF | 4B | 55 | 0 | 45 | 40 | 6 | 164 | 54 | 3E |
| Octal | 357 | 113 | 125 | 0 | 105 | 100 | 6 | 544 | 124 | 76 |
| Binary | 11101111 | 1001011 | 1010101 | 0 | 1000101 | 1000000 | 110 | 101100100 | 1010100 | 111110 |
Color Harmonies of #EF4B55
Complementary color
Monochromatic Colors of #EF4B55
Black with #EF4B55
Text Example
Text Example
White with #EF4B55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4B55; }
p { color: rgb(239,75,85); }
H1.HeaderClassName
{
color: #EF4B55;
}
.AnyTagClassName
{
color: #EF4B55;
}
</style>
background-color css
<style>
a { background-color: #EF4B55; }
a { background-color: rgb(239,75,85); }
div.DivClassName
{
background-color: #EF4B55;
}
.BgClassName
{
background-color: #EF4B55;
}
</style>
border-color css
<style>
span { border-color: #EF4B55; }
span { border-color: rgb(239,75,85); }
td.TdClassName
{
border-color: #EF4B55;
}
.TagClassName
{
border-color: #EF4B55;
}
</style>