Shades of Radical Red #EF4B5A
Tints of Radical Red #EF4B5A
RGB
CMYK
RGB Variations
Color information
#EF4B5A (or 0xEF4B5A) is known color: Radical Red. HEX triplet: EF, 4B and 5A. RGB value is (239,75,90). Sum of RGB (Red+Green+Blue) = 239+75+90=404 (53% of max value = 765). Red value is 239 (93.75% from 255 or 59.16% from 404); Green value is 75 (29.69% from 255 or 18.56% from 404); Blue value is 90 (35.55% from 255 or 22.28% from 404); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4B5A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF4B5A is #10B4A5. Grayscale: #7D7D7D. Windows color (decimal): -1094822 or 5917679. OLE color: 5917679.
HSL color Cylindrical-coordinate representation of color #EF4B5A: hue angle of 354.51º 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 #EF4B5A is Cyan = 0, Magento = 0.69, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 75 | 90 | - |
| CMYK | 0 | 0.69 | 0.62 | 0.06 |
| HSL | 354.51º | 0.84% | 0.62% | - |
| HSV(B) | 354.51º | 0.69% | 0.94% | - |
| XYZ | 39.96 | 24.12 | 12.22 | - |
| YUV | 125.75 | 107.83 | 208.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 75 | 90 | 0 | 0.69 | 0.62 | 0.06 | 354.51 | 0.84 | 0.62 |
| Hex | EF | 4B | 5A | 0 | 45 | 3E | 6 | 163 | 54 | 3E |
| Octal | 357 | 113 | 132 | 0 | 105 | 76 | 6 | 543 | 124 | 76 |
| Binary | 11101111 | 1001011 | 1011010 | 0 | 1000101 | 111110 | 110 | 101100011 | 1010100 | 111110 |
Color Harmonies of #EF4B5A
Complementary color
Monochromatic Colors of #EF4B5A
Black with #EF4B5A
Text Example
Text Example
White with #EF4B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4B5A; }
p { color: rgb(239,75,90); }
H1.HeaderClassName
{
color: #EF4B5A;
}
.AnyTagClassName
{
color: #EF4B5A;
}
</style>
background-color css
<style>
a { background-color: #EF4B5A; }
a { background-color: rgb(239,75,90); }
div.DivClassName
{
background-color: #EF4B5A;
}
.BgClassName
{
background-color: #EF4B5A;
}
</style>
border-color css
<style>
span { border-color: #EF4B5A; }
span { border-color: rgb(239,75,90); }
td.TdClassName
{
border-color: #EF4B5A;
}
.TagClassName
{
border-color: #EF4B5A;
}
</style>