Shades of Radical Red #ED465B
Tints of Radical Red #ED465B
RGB
CMYK
RGB Variations
Color information
#ED465B (or 0xED465B) is known color: Radical Red. HEX triplet: ED, 46 and 5B. RGB value is (237,70,91). Sum of RGB (Red+Green+Blue) = 237+70+91=398 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.55% from 398); Green value is 70 (27.73% from 255 or 17.59% from 398); Blue value is 91 (35.94% from 255 or 22.86% from 398); Max value from RGB is 237 - color contains mainly: red. Hex color #ED465B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED465B is #12B9A4. Grayscale: #7A7A7A. Windows color (decimal): -1227173 or 5981933. OLE color: 5981933.
HSL color Cylindrical-coordinate representation of color #ED465B: hue angle of 352.46º 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 #ED465B is Cyan = 0, Magento = 0.70, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 70 | 91 | - |
| CMYK | 0 | 0.70 | 0.62 | 0.07 |
| HSL | 352.46º | 0.82% | 0.6% | - |
| HSV(B) | 352.46º | 0.7% | 0.93% | - |
| XYZ | 39 | 23.14 | 12.31 | - |
| YUV | 122.33 | 110.33 | 209.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 70 | 91 | 0 | 0.70 | 0.62 | 0.07 | 352.46 | 0.82 | 0.6 |
| Hex | ED | 46 | 5B | 0 | 46 | 3E | 7 | 160 | 52 | 3C |
| Octal | 355 | 106 | 133 | 0 | 106 | 76 | 7 | 540 | 122 | 74 |
| Binary | 11101101 | 1000110 | 1011011 | 0 | 1000110 | 111110 | 111 | 101100000 | 1010010 | 111100 |
Color Harmonies of #ED465B
Complementary color
Monochromatic Colors of #ED465B
Black with #ED465B
Text Example
Text Example
White with #ED465B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED465B; }
p { color: rgb(237,70,91); }
H1.HeaderClassName
{
color: #ED465B;
}
.AnyTagClassName
{
color: #ED465B;
}
</style>
background-color css
<style>
a { background-color: #ED465B; }
a { background-color: rgb(237,70,91); }
div.DivClassName
{
background-color: #ED465B;
}
.BgClassName
{
background-color: #ED465B;
}
</style>
border-color css
<style>
span { border-color: #ED465B; }
span { border-color: rgb(237,70,91); }
td.TdClassName
{
border-color: #ED465B;
}
.TagClassName
{
border-color: #ED465B;
}
</style>