Shades of Radical Red #ED4659
Tints of Radical Red #ED4659
RGB
CMYK
RGB Variations
Color information
#ED4659 (or 0xED4659) is known color: Radical Red. HEX triplet: ED, 46 and 59. RGB value is (237,70,89). Sum of RGB (Red+Green+Blue) = 237+70+89=396 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.85% from 396); Green value is 70 (27.73% from 255 or 17.68% from 396); Blue value is 89 (35.16% from 255 or 22.47% from 396); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4659 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED4659 is #12B9A6. Grayscale: #7A7A7A. Windows color (decimal): -1227175 or 5850861. OLE color: 5850861.
HSL color Cylindrical-coordinate representation of color #ED4659: hue angle of 353.17º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ED4659 is Cyan = 0, Magento = 0.70, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 70 | 89 | - |
| CMYK | 0 | 0.70 | 0.62 | 0.07 |
| HSL | 353.17º | 0.82% | 0.6% | - |
| HSV(B) | 353.17º | 0.7% | 0.93% | - |
| XYZ | 38.92 | 23.11 | 11.86 | - |
| YUV | 122.1 | 109.33 | 209.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 70 | 89 | 0 | 0.70 | 0.62 | 0.07 | 353.17 | 0.82 | 0.6 |
| Hex | ED | 46 | 59 | 0 | 46 | 3E | 7 | 161 | 52 | 3C |
| Octal | 355 | 106 | 131 | 0 | 106 | 76 | 7 | 541 | 122 | 74 |
| Binary | 11101101 | 1000110 | 1011001 | 0 | 1000110 | 111110 | 111 | 101100001 | 1010010 | 111100 |
Color Harmonies of #ED4659
Complementary color
Monochromatic Colors of #ED4659
Black with #ED4659
Text Example
Text Example
White with #ED4659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED4659; }
p { color: rgb(237,70,89); }
H1.HeaderClassName
{
color: #ED4659;
}
.AnyTagClassName
{
color: #ED4659;
}
</style>
background-color css
<style>
a { background-color: #ED4659; }
a { background-color: rgb(237,70,89); }
div.DivClassName
{
background-color: #ED4659;
}
.BgClassName
{
background-color: #ED4659;
}
</style>
border-color css
<style>
span { border-color: #ED4659; }
span { border-color: rgb(237,70,89); }
td.TdClassName
{
border-color: #ED4659;
}
.TagClassName
{
border-color: #ED4659;
}
</style>