Shades of Radical Red #EF426A
Tints of Radical Red #EF426A
RGB
CMYK
RGB Variations
Color information
#EF426A (or 0xEF426A) is known color: Radical Red. HEX triplet: EF, 42 and 6A. RGB value is (239,66,106). Sum of RGB (Red+Green+Blue) = 239+66+106=411 (54% of max value = 765). Red value is 239 (93.75% from 255 or 58.15% from 411); Green value is 66 (26.17% from 255 or 16.06% from 411); Blue value is 106 (41.80% from 255 or 25.79% from 411); Max value from RGB is 239 - color contains mainly: red. Hex color #EF426A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF426A is #10BD95. Grayscale: #7A7A7A. Windows color (decimal): -1097110 or 6963951. OLE color: 6963951.
HSL color Cylindrical-coordinate representation of color #EF426A: hue angle of 346.13º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EF426A is Cyan = 0, Magento = 0.72, Yellow = 0.56 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 66 | 106 | - |
| CMYK | 0 | 0.72 | 0.56 | 0.06 |
| HSL | 346.13º | 0.84% | 0.6% | - |
| HSV(B) | 346.13º | 0.72% | 0.94% | - |
| XYZ | 40.15 | 23.29 | 16.01 | - |
| YUV | 122.29 | 118.81 | 211.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 66 | 106 | 0 | 0.72 | 0.56 | 0.06 | 346.13 | 0.84 | 0.6 |
| Hex | EF | 42 | 6A | 0 | 48 | 38 | 6 | 15A | 54 | 3C |
| Octal | 357 | 102 | 152 | 0 | 110 | 70 | 6 | 532 | 124 | 74 |
| Binary | 11101111 | 1000010 | 1101010 | 0 | 1001000 | 111000 | 110 | 101011010 | 1010100 | 111100 |
Color Harmonies of #EF426A
Complementary color
Monochromatic Colors of #EF426A
Black with #EF426A
Text Example
Text Example
White with #EF426A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF426A; }
p { color: rgb(239,66,106); }
H1.HeaderClassName
{
color: #EF426A;
}
.AnyTagClassName
{
color: #EF426A;
}
</style>
background-color css
<style>
a { background-color: #EF426A; }
a { background-color: rgb(239,66,106); }
div.DivClassName
{
background-color: #EF426A;
}
.BgClassName
{
background-color: #EF426A;
}
</style>
border-color css
<style>
span { border-color: #EF426A; }
span { border-color: rgb(239,66,106); }
td.TdClassName
{
border-color: #EF426A;
}
.TagClassName
{
border-color: #EF426A;
}
</style>