Shades of Radical Red #EF4B5C
Tints of Radical Red #EF4B5C
RGB
CMYK
RGB Variations
Color information
#EF4B5C (or 0xEF4B5C) is known color: Radical Red. HEX triplet: EF, 4B and 5C. RGB value is (239,75,92). Sum of RGB (Red+Green+Blue) = 239+75+92=406 (53% of max value = 765). Red value is 239 (93.75% from 255 or 58.87% from 406); Green value is 75 (29.69% from 255 or 18.47% from 406); Blue value is 92 (36.33% from 255 or 22.66% from 406); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4B5C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF4B5C is #10B4A3. Grayscale: #7E7E7E. Windows color (decimal): -1094820 or 6048751. OLE color: 6048751.
HSL color Cylindrical-coordinate representation of color #EF4B5C: hue angle of 353.78º 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 #EF4B5C is Cyan = 0, Magento = 0.69, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 75 | 92 | - |
| CMYK | 0 | 0.69 | 0.62 | 0.06 |
| HSL | 353.78º | 0.84% | 0.62% | - |
| HSV(B) | 353.78º | 0.69% | 0.94% | - |
| XYZ | 40.04 | 24.16 | 12.68 | - |
| YUV | 125.97 | 108.83 | 208.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 75 | 92 | 0 | 0.69 | 0.62 | 0.06 | 353.78 | 0.84 | 0.62 |
| Hex | EF | 4B | 5C | 0 | 45 | 3E | 6 | 162 | 54 | 3E |
| Octal | 357 | 113 | 134 | 0 | 105 | 76 | 6 | 542 | 124 | 76 |
| Binary | 11101111 | 1001011 | 1011100 | 0 | 1000101 | 111110 | 110 | 101100010 | 1010100 | 111110 |
Color Harmonies of #EF4B5C
Complementary color
Monochromatic Colors of #EF4B5C
Black with #EF4B5C
Text Example
Text Example
White with #EF4B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4B5C; }
p { color: rgb(239,75,92); }
H1.HeaderClassName
{
color: #EF4B5C;
}
.AnyTagClassName
{
color: #EF4B5C;
}
</style>
background-color css
<style>
a { background-color: #EF4B5C; }
a { background-color: rgb(239,75,92); }
div.DivClassName
{
background-color: #EF4B5C;
}
.BgClassName
{
background-color: #EF4B5C;
}
</style>
border-color css
<style>
span { border-color: #EF4B5C; }
span { border-color: rgb(239,75,92); }
td.TdClassName
{
border-color: #EF4B5C;
}
.TagClassName
{
border-color: #EF4B5C;
}
</style>