Shades of Radical Red #EF4358
Tints of Radical Red #EF4358
RGB
CMYK
RGB Variations
Color information
#EF4358 (or 0xEF4358) is known color: Radical Red. HEX triplet: EF, 43 and 58. RGB value is (239,67,88). Sum of RGB (Red+Green+Blue) = 239+67+88=394 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.66% from 394); Green value is 67 (26.56% from 255 or 17.01% from 394); Blue value is 88 (34.77% from 255 or 22.34% from 394); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4358 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF4358 is #10BCA7. Grayscale: #787878. Windows color (decimal): -1096872 or 5784559. OLE color: 5784559.
HSL color Cylindrical-coordinate representation of color #EF4358: hue angle of 352.67º 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 #EF4358 is Cyan = 0, Magento = 0.72, Yellow = 0.63 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 67 | 88 | - |
| CMYK | 0 | 0.72 | 0.63 | 0.06 |
| HSL | 352.67º | 0.84% | 0.6% | - |
| HSV(B) | 352.67º | 0.72% | 0.94% | - |
| XYZ | 39.37 | 23.07 | 11.61 | - |
| YUV | 120.82 | 109.48 | 212.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 67 | 88 | 0 | 0.72 | 0.63 | 0.06 | 352.67 | 0.84 | 0.6 |
| Hex | EF | 43 | 58 | 0 | 48 | 3F | 6 | 161 | 54 | 3C |
| Octal | 357 | 103 | 130 | 0 | 110 | 77 | 6 | 541 | 124 | 74 |
| Binary | 11101111 | 1000011 | 1011000 | 0 | 1001000 | 111111 | 110 | 101100001 | 1010100 | 111100 |
Color Harmonies of #EF4358
Complementary color
Monochromatic Colors of #EF4358
Black with #EF4358
Text Example
Text Example
White with #EF4358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4358; }
p { color: rgb(239,67,88); }
H1.HeaderClassName
{
color: #EF4358;
}
.AnyTagClassName
{
color: #EF4358;
}
</style>
background-color css
<style>
a { background-color: #EF4358; }
a { background-color: rgb(239,67,88); }
div.DivClassName
{
background-color: #EF4358;
}
.BgClassName
{
background-color: #EF4358;
}
</style>
border-color css
<style>
span { border-color: #EF4358; }
span { border-color: rgb(239,67,88); }
td.TdClassName
{
border-color: #EF4358;
}
.TagClassName
{
border-color: #EF4358;
}
</style>