Shades of Radical Red #ED4562
Tints of Radical Red #ED4562
RGB
CMYK
RGB Variations
Color information
#ED4562 (or 0xED4562) is known color: Radical Red. HEX triplet: ED, 45 and 62. RGB value is (237,69,98). Sum of RGB (Red+Green+Blue) = 237+69+98=404 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.66% from 404); Green value is 69 (27.34% from 255 or 17.08% from 404); Blue value is 98 (38.67% from 255 or 24.26% from 404); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4562 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED4562 is #12BA9D. Grayscale: #7A7A7A. Windows color (decimal): -1227422 or 6440429. OLE color: 6440429.
HSL color Cylindrical-coordinate representation of color #ED4562: hue angle of 349.64º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #ED4562 is Cyan = 0, Magento = 0.71, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 69 | 98 | - |
| CMYK | 0 | 0.71 | 0.59 | 0.07 |
| HSL | 349.64º | 0.82% | 0.6% | - |
| HSV(B) | 349.64º | 0.71% | 0.93% | - |
| XYZ | 39.26 | 23.14 | 13.95 | - |
| YUV | 122.54 | 114.16 | 209.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 69 | 98 | 0 | 0.71 | 0.59 | 0.07 | 349.64 | 0.82 | 0.6 |
| Hex | ED | 45 | 62 | 0 | 47 | 3B | 7 | 15E | 52 | 3C |
| Octal | 355 | 105 | 142 | 0 | 107 | 73 | 7 | 536 | 122 | 74 |
| Binary | 11101101 | 1000101 | 1100010 | 0 | 1000111 | 111011 | 111 | 101011110 | 1010010 | 111100 |
Color Harmonies of #ED4562
Complementary color
Monochromatic Colors of #ED4562
Black with #ED4562
Text Example
Text Example
White with #ED4562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED4562; }
p { color: rgb(237,69,98); }
H1.HeaderClassName
{
color: #ED4562;
}
.AnyTagClassName
{
color: #ED4562;
}
</style>
background-color css
<style>
a { background-color: #ED4562; }
a { background-color: rgb(237,69,98); }
div.DivClassName
{
background-color: #ED4562;
}
.BgClassName
{
background-color: #ED4562;
}
</style>
border-color css
<style>
span { border-color: #ED4562; }
span { border-color: rgb(237,69,98); }
td.TdClassName
{
border-color: #ED4562;
}
.TagClassName
{
border-color: #ED4562;
}
</style>