Shades of Radical Red #EF415E
Tints of Radical Red #EF415E
RGB
CMYK
RGB Variations
Color information
#EF415E (or 0xEF415E) is known color: Radical Red. HEX triplet: EF, 41 and 5E. RGB value is (239,65,94). Sum of RGB (Red+Green+Blue) = 239+65+94=398 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.05% from 398); Green value is 65 (25.78% from 255 or 16.33% from 398); Blue value is 94 (37.11% from 255 or 23.62% from 398); Max value from RGB is 239 - color contains mainly: red. Hex color #EF415E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF415E is #10BEA1. Grayscale: #787878. Windows color (decimal): -1097378 or 6177263. OLE color: 6177263.
HSL color Cylindrical-coordinate representation of color #EF415E: hue angle of 350º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EF415E is Cyan = 0, Magento = 0.73, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 65 | 94 | - |
| CMYK | 0 | 0.73 | 0.61 | 0.06 |
| HSL | 350º | 0.84% | 0.6% | - |
| HSV(B) | 350º | 0.73% | 0.94% | - |
| XYZ | 39.51 | 22.94 | 12.94 | - |
| YUV | 120.33 | 113.15 | 212.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 65 | 94 | 0 | 0.73 | 0.61 | 0.06 | 350 | 0.84 | 0.6 |
| Hex | EF | 41 | 5E | 0 | 49 | 3D | 6 | 15E | 54 | 3C |
| Octal | 357 | 101 | 136 | 0 | 111 | 75 | 6 | 536 | 124 | 74 |
| Binary | 11101111 | 1000001 | 1011110 | 0 | 1001001 | 111101 | 110 | 101011110 | 1010100 | 111100 |
Color Harmonies of #EF415E
Complementary color
Monochromatic Colors of #EF415E
Black with #EF415E
Text Example
Text Example
White with #EF415E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF415E; }
p { color: rgb(239,65,94); }
H1.HeaderClassName
{
color: #EF415E;
}
.AnyTagClassName
{
color: #EF415E;
}
</style>
background-color css
<style>
a { background-color: #EF415E; }
a { background-color: rgb(239,65,94); }
div.DivClassName
{
background-color: #EF415E;
}
.BgClassName
{
background-color: #EF415E;
}
</style>
border-color css
<style>
span { border-color: #EF415E; }
span { border-color: rgb(239,65,94); }
td.TdClassName
{
border-color: #EF415E;
}
.TagClassName
{
border-color: #EF415E;
}
</style>