Shades of Amaranth #ED464F
Tints of Amaranth #ED464F
RGB
CMYK
RGB Variations
Color information
#ED464F (or 0xED464F) is known color: Amaranth. HEX triplet: ED, 46 and 4F. RGB value is (237,70,79). Sum of RGB (Red+Green+Blue) = 237+70+79=386 (51% of max value = 765). Red value is 237 (92.97% from 255 or 61.40% from 386); Green value is 70 (27.73% from 255 or 18.13% from 386); Blue value is 79 (31.25% from 255 or 20.47% from 386); Max value from RGB is 237 - color contains mainly: red. Hex color #ED464F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED464F is #12B9B0. Grayscale: #797979. Windows color (decimal): -1227185 or 5195501. OLE color: 5195501.
HSL color Cylindrical-coordinate representation of color #ED464F: hue angle of 356.77º 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 #ED464F is Cyan = 0, Magento = 0.70, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 70 | 79 | - |
| CMYK | 0 | 0.70 | 0.67 | 0.07 |
| HSL | 356.77º | 0.82% | 0.6% | - |
| HSV(B) | 356.77º | 0.7% | 0.93% | - |
| XYZ | 38.53 | 22.95 | 9.8 | - |
| YUV | 120.96 | 104.33 | 210.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 70 | 79 | 0 | 0.70 | 0.67 | 0.07 | 356.77 | 0.82 | 0.6 |
| Hex | ED | 46 | 4F | 0 | 46 | 43 | 7 | 165 | 52 | 3C |
| Octal | 355 | 106 | 117 | 0 | 106 | 103 | 7 | 545 | 122 | 74 |
| Binary | 11101101 | 1000110 | 1001111 | 0 | 1000110 | 1000011 | 111 | 101100101 | 1010010 | 111100 |
Color Harmonies of #ED464F
Complementary color
Monochromatic Colors of #ED464F
Black with #ED464F
Text Example
Text Example
White with #ED464F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED464F; }
p { color: rgb(237,70,79); }
H1.HeaderClassName
{
color: #ED464F;
}
.AnyTagClassName
{
color: #ED464F;
}
</style>
background-color css
<style>
a { background-color: #ED464F; }
a { background-color: rgb(237,70,79); }
div.DivClassName
{
background-color: #ED464F;
}
.BgClassName
{
background-color: #ED464F;
}
</style>
border-color css
<style>
span { border-color: #ED464F; }
span { border-color: rgb(237,70,79); }
td.TdClassName
{
border-color: #ED464F;
}
.TagClassName
{
border-color: #ED464F;
}
</style>