Shades of Amaranth #ED484D
Tints of Amaranth #ED484D
RGB
CMYK
RGB Variations
Color information
#ED484D (or 0xED484D) is known color: Amaranth. HEX triplet: ED, 48 and 4D. RGB value is (237,72,77). Sum of RGB (Red+Green+Blue) = 237+72+77=386 (51% of max value = 765). Red value is 237 (92.97% from 255 or 61.40% from 386); Green value is 72 (28.52% from 255 or 18.65% from 386); Blue value is 77 (30.47% from 255 or 19.95% from 386); Max value from RGB is 237 - color contains mainly: red. Hex color #ED484D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED484D is #12B7B2. Grayscale: #7A7A7A. Windows color (decimal): -1226675 or 5064941. OLE color: 5064941.
HSL color Cylindrical-coordinate representation of color #ED484D: hue angle of 358.18º 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 #ED484D is Cyan = 0, Magento = 0.70, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 72 | 77 | - |
| CMYK | 0 | 0.70 | 0.68 | 0.07 |
| HSL | 358.18º | 0.82% | 0.61% | - |
| HSV(B) | 358.18º | 0.7% | 0.93% | - |
| XYZ | 38.58 | 23.18 | 9.46 | - |
| YUV | 121.91 | 102.66 | 210.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 72 | 77 | 0 | 0.70 | 0.68 | 0.07 | 358.18 | 0.82 | 0.61 |
| Hex | ED | 48 | 4D | 0 | 46 | 44 | 7 | 166 | 52 | 3D |
| Octal | 355 | 110 | 115 | 0 | 106 | 104 | 7 | 546 | 122 | 75 |
| Binary | 11101101 | 1001000 | 1001101 | 0 | 1000110 | 1000100 | 111 | 101100110 | 1010010 | 111101 |
Color Harmonies of #ED484D
Complementary color
Monochromatic Colors of #ED484D
Black with #ED484D
Text Example
Text Example
White with #ED484D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED484D; }
p { color: rgb(237,72,77); }
H1.HeaderClassName
{
color: #ED484D;
}
.AnyTagClassName
{
color: #ED484D;
}
</style>
background-color css
<style>
a { background-color: #ED484D; }
a { background-color: rgb(237,72,77); }
div.DivClassName
{
background-color: #ED484D;
}
.BgClassName
{
background-color: #ED484D;
}
</style>
border-color css
<style>
span { border-color: #ED484D; }
span { border-color: rgb(237,72,77); }
td.TdClassName
{
border-color: #ED484D;
}
.TagClassName
{
border-color: #ED484D;
}
</style>