Shades of Radical Red #ED485D
Tints of Radical Red #ED485D
RGB
CMYK
RGB Variations
Color information
#ED485D (or 0xED485D) is known color: Radical Red. HEX triplet: ED, 48 and 5D. RGB value is (237,72,93). Sum of RGB (Red+Green+Blue) = 237+72+93=402 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.96% from 402); Green value is 72 (28.52% from 255 or 17.91% from 402); Blue value is 93 (36.72% from 255 or 23.13% from 402); Max value from RGB is 237 - color contains mainly: red. Hex color #ED485D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED485D is #12B7A2. Grayscale: #7B7B7B. Windows color (decimal): -1226659 or 6113517. OLE color: 6113517.
HSL color Cylindrical-coordinate representation of color #ED485D: hue angle of 352.36º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ED485D is Cyan = 0, Magento = 0.70, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 72 | 93 | - |
| CMYK | 0 | 0.70 | 0.61 | 0.07 |
| HSL | 352.36º | 0.82% | 0.61% | - |
| HSV(B) | 352.36º | 0.7% | 0.93% | - |
| XYZ | 39.22 | 23.43 | 12.81 | - |
| YUV | 123.73 | 110.66 | 208.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 72 | 93 | 0 | 0.70 | 0.61 | 0.07 | 352.36 | 0.82 | 0.61 |
| Hex | ED | 48 | 5D | 0 | 46 | 3D | 7 | 160 | 52 | 3D |
| Octal | 355 | 110 | 135 | 0 | 106 | 75 | 7 | 540 | 122 | 75 |
| Binary | 11101101 | 1001000 | 1011101 | 0 | 1000110 | 111101 | 111 | 101100000 | 1010010 | 111101 |
Color Harmonies of #ED485D
Complementary color
Monochromatic Colors of #ED485D
Black with #ED485D
Text Example
Text Example
White with #ED485D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED485D; }
p { color: rgb(237,72,93); }
H1.HeaderClassName
{
color: #ED485D;
}
.AnyTagClassName
{
color: #ED485D;
}
</style>
background-color css
<style>
a { background-color: #ED485D; }
a { background-color: rgb(237,72,93); }
div.DivClassName
{
background-color: #ED485D;
}
.BgClassName
{
background-color: #ED485D;
}
</style>
border-color css
<style>
span { border-color: #ED485D; }
span { border-color: rgb(237,72,93); }
td.TdClassName
{
border-color: #ED485D;
}
.TagClassName
{
border-color: #ED485D;
}
</style>