Shades of Radical Red #EF435E
Tints of Radical Red #EF435E
RGB
CMYK
RGB Variations
Color information
#EF435E (or 0xEF435E) is known color: Radical Red. HEX triplet: EF, 43 and 5E. RGB value is (239,67,94). Sum of RGB (Red+Green+Blue) = 239+67+94=400 (52% of max value = 765). Red value is 239 (93.75% from 255 or 59.75% from 400); Green value is 67 (26.56% from 255 or 16.75% from 400); Blue value is 94 (37.11% from 255 or 23.5% from 400); Max value from RGB is 239 - color contains mainly: red. Hex color #EF435E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF435E is #10BCA1. Grayscale: #797979. Windows color (decimal): -1096866 or 6177775. OLE color: 6177775.
HSL color Cylindrical-coordinate representation of color #EF435E: hue angle of 350.58º 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 #EF435E is Cyan = 0, Magento = 0.72, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 67 | 94 | - |
| CMYK | 0 | 0.72 | 0.61 | 0.06 |
| HSL | 350.58º | 0.84% | 0.6% | - |
| HSV(B) | 350.58º | 0.72% | 0.94% | - |
| XYZ | 39.62 | 23.17 | 12.97 | - |
| YUV | 121.51 | 112.48 | 211.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 67 | 94 | 0 | 0.72 | 0.61 | 0.06 | 350.58 | 0.84 | 0.6 |
| Hex | EF | 43 | 5E | 0 | 48 | 3D | 6 | 15F | 54 | 3C |
| Octal | 357 | 103 | 136 | 0 | 110 | 75 | 6 | 537 | 124 | 74 |
| Binary | 11101111 | 1000011 | 1011110 | 0 | 1001000 | 111101 | 110 | 101011111 | 1010100 | 111100 |
Color Harmonies of #EF435E
Complementary color
Monochromatic Colors of #EF435E
Black with #EF435E
Text Example
Text Example
White with #EF435E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF435E; }
p { color: rgb(239,67,94); }
H1.HeaderClassName
{
color: #EF435E;
}
.AnyTagClassName
{
color: #EF435E;
}
</style>
background-color css
<style>
a { background-color: #EF435E; }
a { background-color: rgb(239,67,94); }
div.DivClassName
{
background-color: #EF435E;
}
.BgClassName
{
background-color: #EF435E;
}
</style>
border-color css
<style>
span { border-color: #EF435E; }
span { border-color: rgb(239,67,94); }
td.TdClassName
{
border-color: #EF435E;
}
.TagClassName
{
border-color: #EF435E;
}
</style>