Shades of Radical Red #EF385C
Tints of Radical Red #EF385C
RGB
CMYK
RGB Variations
Color information
#EF385C (or 0xEF385C) is known color: Radical Red. HEX triplet: EF, 38 and 5C. RGB value is (239,56,92). Sum of RGB (Red+Green+Blue) = 239+56+92=387 (51% of max value = 765). Red value is 239 (93.75% from 255 or 61.76% from 387); Green value is 56 (22.27% from 255 or 14.47% from 387); Blue value is 92 (36.33% from 255 or 23.77% from 387); Max value from RGB is 239 - color contains mainly: red. Hex color #EF385C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF385C is #10C7A3. Grayscale: #727272. Windows color (decimal): -1099684 or 6043887. OLE color: 6043887.
HSL color Cylindrical-coordinate representation of color #EF385C: hue angle of 348.2º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EF385C is Cyan = 0, Magento = 0.77, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 56 | 92 | - |
| CMYK | 0 | 0.77 | 0.62 | 0.06 |
| HSL | 348.2º | 0.85% | 0.58% | - |
| HSV(B) | 348.2º | 0.77% | 0.94% | - |
| XYZ | 38.94 | 21.95 | 12.31 | - |
| YUV | 114.82 | 115.13 | 216.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 56 | 92 | 0 | 0.77 | 0.62 | 0.06 | 348.2 | 0.85 | 0.58 |
| Hex | EF | 38 | 5C | 0 | 4D | 3E | 6 | 15C | 55 | 3A |
| Octal | 357 | 70 | 134 | 0 | 115 | 76 | 6 | 534 | 125 | 72 |
| Binary | 11101111 | 111000 | 1011100 | 0 | 1001101 | 111110 | 110 | 101011100 | 1010101 | 111010 |
Color Harmonies of #EF385C
Complementary color
Monochromatic Colors of #EF385C
Black with #EF385C
Text Example
Text Example
White with #EF385C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF385C; }
p { color: rgb(239,56,92); }
H1.HeaderClassName
{
color: #EF385C;
}
.AnyTagClassName
{
color: #EF385C;
}
</style>
background-color css
<style>
a { background-color: #EF385C; }
a { background-color: rgb(239,56,92); }
div.DivClassName
{
background-color: #EF385C;
}
.BgClassName
{
background-color: #EF385C;
}
</style>
border-color css
<style>
span { border-color: #EF385C; }
span { border-color: rgb(239,56,92); }
td.TdClassName
{
border-color: #EF385C;
}
.TagClassName
{
border-color: #EF385C;
}
</style>