Shades of Radical Red #EF426B
Tints of Radical Red #EF426B
RGB
CMYK
RGB Variations
Color information
#EF426B (or 0xEF426B) is known color: Radical Red. HEX triplet: EF, 42 and 6B. RGB value is (239,66,107). Sum of RGB (Red+Green+Blue) = 239+66+107=412 (54% of max value = 765). Red value is 239 (93.75% from 255 or 58.01% from 412); Green value is 66 (26.17% from 255 or 16.02% from 412); Blue value is 107 (42.19% from 255 or 25.97% from 412); Max value from RGB is 239 - color contains mainly: red. Hex color #EF426B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF426B is #10BD94. Grayscale: #7A7A7A. Windows color (decimal): -1097109 or 7029487. OLE color: 7029487.
HSL color Cylindrical-coordinate representation of color #EF426B: hue angle of 345.78º 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 #EF426B is Cyan = 0, Magento = 0.72, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 66 | 107 | - |
| CMYK | 0 | 0.72 | 0.55 | 0.06 |
| HSL | 345.78º | 0.84% | 0.6% | - |
| HSV(B) | 345.78º | 0.72% | 0.94% | - |
| XYZ | 40.2 | 23.31 | 16.29 | - |
| YUV | 122.4 | 119.31 | 211.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 66 | 107 | 0 | 0.72 | 0.55 | 0.06 | 345.78 | 0.84 | 0.6 |
| Hex | EF | 42 | 6B | 0 | 48 | 37 | 6 | 15A | 54 | 3C |
| Octal | 357 | 102 | 153 | 0 | 110 | 67 | 6 | 532 | 124 | 74 |
| Binary | 11101111 | 1000010 | 1101011 | 0 | 1001000 | 110111 | 110 | 101011010 | 1010100 | 111100 |
Color Harmonies of #EF426B
Complementary color
Monochromatic Colors of #EF426B
Black with #EF426B
Text Example
Text Example
White with #EF426B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF426B; }
p { color: rgb(239,66,107); }
H1.HeaderClassName
{
color: #EF426B;
}
.AnyTagClassName
{
color: #EF426B;
}
</style>
background-color css
<style>
a { background-color: #EF426B; }
a { background-color: rgb(239,66,107); }
div.DivClassName
{
background-color: #EF426B;
}
.BgClassName
{
background-color: #EF426B;
}
</style>
border-color css
<style>
span { border-color: #EF426B; }
span { border-color: rgb(239,66,107); }
td.TdClassName
{
border-color: #EF426B;
}
.TagClassName
{
border-color: #EF426B;
}
</style>