Shades of Radical Red #EF406A
Tints of Radical Red #EF406A
RGB
CMYK
RGB Variations
Color information
#EF406A (or 0xEF406A) is known color: Radical Red. HEX triplet: EF, 40 and 6A. RGB value is (239,64,106). Sum of RGB (Red+Green+Blue) = 239+64+106=409 (54% of max value = 765). Red value is 239 (93.75% from 255 or 58.44% from 409); Green value is 64 (25.39% from 255 or 15.65% from 409); Blue value is 106 (41.80% from 255 or 25.92% from 409); Max value from RGB is 239 - color contains mainly: red. Hex color #EF406A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF406A is #10BF95. Grayscale: #797979. Windows color (decimal): -1097622 or 6963439. OLE color: 6963439.
HSL color Cylindrical-coordinate representation of color #EF406A: hue angle of 345.6º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EF406A is Cyan = 0, Magento = 0.73, Yellow = 0.56 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 64 | 106 | - |
| CMYK | 0 | 0.73 | 0.56 | 0.06 |
| HSL | 345.6º | 0.85% | 0.59% | - |
| HSV(B) | 345.6º | 0.73% | 0.94% | - |
| XYZ | 40.03 | 23.06 | 15.98 | - |
| YUV | 121.11 | 119.48 | 212.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 64 | 106 | 0 | 0.73 | 0.56 | 0.06 | 345.6 | 0.85 | 0.59 |
| Hex | EF | 40 | 6A | 0 | 49 | 38 | 6 | 15A | 55 | 3B |
| Octal | 357 | 100 | 152 | 0 | 111 | 70 | 6 | 532 | 125 | 73 |
| Binary | 11101111 | 1000000 | 1101010 | 0 | 1001001 | 111000 | 110 | 101011010 | 1010101 | 111011 |
Color Harmonies of #EF406A
Complementary color
Monochromatic Colors of #EF406A
Black with #EF406A
Text Example
Text Example
White with #EF406A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF406A; }
p { color: rgb(239,64,106); }
H1.HeaderClassName
{
color: #EF406A;
}
.AnyTagClassName
{
color: #EF406A;
}
</style>
background-color css
<style>
a { background-color: #EF406A; }
a { background-color: rgb(239,64,106); }
div.DivClassName
{
background-color: #EF406A;
}
.BgClassName
{
background-color: #EF406A;
}
</style>
border-color css
<style>
span { border-color: #EF406A; }
span { border-color: rgb(239,64,106); }
td.TdClassName
{
border-color: #EF406A;
}
.TagClassName
{
border-color: #EF406A;
}
</style>