Shades of Radical Red #ED4A5D
Tints of Radical Red #ED4A5D
RGB
CMYK
RGB Variations
Color information
#ED4A5D (or 0xED4A5D) is known color: Radical Red. HEX triplet: ED, 4A and 5D. RGB value is (237,74,93). Sum of RGB (Red+Green+Blue) = 237+74+93=404 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.66% from 404); Green value is 74 (29.30% from 255 or 18.32% from 404); Blue value is 93 (36.72% from 255 or 23.02% from 404); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4A5D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED4A5D is #12B5A2. Grayscale: #7C7C7C. Windows color (decimal): -1226147 or 6114029. OLE color: 6114029.
HSL color Cylindrical-coordinate representation of color #ED4A5D: hue angle of 353.01º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ED4A5D is Cyan = 0, Magento = 0.69, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 74 | 93 | - |
| CMYK | 0 | 0.69 | 0.61 | 0.07 |
| HSL | 353.01º | 0.82% | 0.61% | - |
| HSV(B) | 353.01º | 0.69% | 0.93% | - |
| XYZ | 39.35 | 23.69 | 12.86 | - |
| YUV | 124.9 | 110 | 207.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 74 | 93 | 0 | 0.69 | 0.61 | 0.07 | 353.01 | 0.82 | 0.61 |
| Hex | ED | 4A | 5D | 0 | 45 | 3D | 7 | 161 | 52 | 3D |
| Octal | 355 | 112 | 135 | 0 | 105 | 75 | 7 | 541 | 122 | 75 |
| Binary | 11101101 | 1001010 | 1011101 | 0 | 1000101 | 111101 | 111 | 101100001 | 1010010 | 111101 |
Color Harmonies of #ED4A5D
Complementary color
Monochromatic Colors of #ED4A5D
Black with #ED4A5D
Text Example
Text Example
White with #ED4A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED4A5D; }
p { color: rgb(237,74,93); }
H1.HeaderClassName
{
color: #ED4A5D;
}
.AnyTagClassName
{
color: #ED4A5D;
}
</style>
background-color css
<style>
a { background-color: #ED4A5D; }
a { background-color: rgb(237,74,93); }
div.DivClassName
{
background-color: #ED4A5D;
}
.BgClassName
{
background-color: #ED4A5D;
}
</style>
border-color css
<style>
span { border-color: #ED4A5D; }
span { border-color: rgb(237,74,93); }
td.TdClassName
{
border-color: #ED4A5D;
}
.TagClassName
{
border-color: #ED4A5D;
}
</style>