Shades of Radical Red #ED465E
Tints of Radical Red #ED465E
RGB
CMYK
RGB Variations
Color information
#ED465E (or 0xED465E) is known color: Radical Red. HEX triplet: ED, 46 and 5E. RGB value is (237,70,94). Sum of RGB (Red+Green+Blue) = 237+70+94=401 (53% of max value = 765). Red value is 237 (92.97% from 255 or 59.10% from 401); Green value is 70 (27.73% from 255 or 17.46% from 401); Blue value is 94 (37.11% from 255 or 23.44% from 401); Max value from RGB is 237 - color contains mainly: red. Hex color #ED465E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED465E is #12B9A1. Grayscale: #7A7A7A. Windows color (decimal): -1227170 or 6178541. OLE color: 6178541.
HSL color Cylindrical-coordinate representation of color #ED465E: hue angle of 351.38º 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 #ED465E is Cyan = 0, Magento = 0.70, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 70 | 94 | - |
| CMYK | 0 | 0.70 | 0.60 | 0.07 |
| HSL | 351.38º | 0.82% | 0.6% | - |
| HSV(B) | 351.38º | 0.7% | 0.93% | - |
| XYZ | 39.14 | 23.19 | 13 | - |
| YUV | 122.67 | 111.83 | 209.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 70 | 94 | 0 | 0.70 | 0.60 | 0.07 | 351.38 | 0.82 | 0.6 |
| Hex | ED | 46 | 5E | 0 | 46 | 3C | 7 | 15F | 52 | 3C |
| Octal | 355 | 106 | 136 | 0 | 106 | 74 | 7 | 537 | 122 | 74 |
| Binary | 11101101 | 1000110 | 1011110 | 0 | 1000110 | 111100 | 111 | 101011111 | 1010010 | 111100 |
Color Harmonies of #ED465E
Complementary color
Monochromatic Colors of #ED465E
Black with #ED465E
Text Example
Text Example
White with #ED465E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED465E; }
p { color: rgb(237,70,94); }
H1.HeaderClassName
{
color: #ED465E;
}
.AnyTagClassName
{
color: #ED465E;
}
</style>
background-color css
<style>
a { background-color: #ED465E; }
a { background-color: rgb(237,70,94); }
div.DivClassName
{
background-color: #ED465E;
}
.BgClassName
{
background-color: #ED465E;
}
</style>
border-color css
<style>
span { border-color: #ED465E; }
span { border-color: rgb(237,70,94); }
td.TdClassName
{
border-color: #ED465E;
}
.TagClassName
{
border-color: #ED465E;
}
</style>