Shades of Radical Red #EF4B5D
Tints of Radical Red #EF4B5D
RGB
CMYK
RGB Variations
Color information
#EF4B5D (or 0xEF4B5D) is known color: Radical Red. HEX triplet: EF, 4B and 5D. RGB value is (239,75,93). Sum of RGB (Red+Green+Blue) = 239+75+93=407 (53% of max value = 765). Red value is 239 (93.75% from 255 or 58.72% from 407); Green value is 75 (29.69% from 255 or 18.43% from 407); Blue value is 93 (36.72% from 255 or 22.85% from 407); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4B5D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF4B5D is #10B4A2. Grayscale: #7E7E7E. Windows color (decimal): -1094819 or 6114287. OLE color: 6114287.
HSL color Cylindrical-coordinate representation of color #EF4B5D: hue angle of 353.41º 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 #EF4B5D is Cyan = 0, Magento = 0.69, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 75 | 93 | - |
| CMYK | 0 | 0.69 | 0.61 | 0.06 |
| HSL | 353.41º | 0.84% | 0.62% | - |
| HSV(B) | 353.41º | 0.69% | 0.94% | - |
| XYZ | 40.09 | 24.17 | 12.91 | - |
| YUV | 126.09 | 109.33 | 208.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 75 | 93 | 0 | 0.69 | 0.61 | 0.06 | 353.41 | 0.84 | 0.62 |
| Hex | EF | 4B | 5D | 0 | 45 | 3D | 6 | 161 | 54 | 3E |
| Octal | 357 | 113 | 135 | 0 | 105 | 75 | 6 | 541 | 124 | 76 |
| Binary | 11101111 | 1001011 | 1011101 | 0 | 1000101 | 111101 | 110 | 101100001 | 1010100 | 111110 |
Color Harmonies of #EF4B5D
Complementary color
Monochromatic Colors of #EF4B5D
Black with #EF4B5D
Text Example
Text Example
White with #EF4B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4B5D; }
p { color: rgb(239,75,93); }
H1.HeaderClassName
{
color: #EF4B5D;
}
.AnyTagClassName
{
color: #EF4B5D;
}
</style>
background-color css
<style>
a { background-color: #EF4B5D; }
a { background-color: rgb(239,75,93); }
div.DivClassName
{
background-color: #EF4B5D;
}
.BgClassName
{
background-color: #EF4B5D;
}
</style>
border-color css
<style>
span { border-color: #EF4B5D; }
span { border-color: rgb(239,75,93); }
td.TdClassName
{
border-color: #EF4B5D;
}
.TagClassName
{
border-color: #EF4B5D;
}
</style>