Shades of Amaranth #ED1F45
Tints of Amaranth #ED1F45
RGB
CMYK
RGB Variations
Color information
#ED1F45 (or 0xED1F45) is known color: Amaranth. HEX triplet: ED, 1F and 45. RGB value is (237,31,69). Sum of RGB (Red+Green+Blue) = 237+31+69=337 (44% of max value = 765). Red value is 237 (92.97% from 255 or 70.33% from 337); Green value is 31 (12.5% from 255 or 9.20% from 337); Blue value is 69 (27.34% from 255 or 20.47% from 337); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1F45 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED1F45 is #12E0BA. Grayscale: #606060. Windows color (decimal): -1237179 or 4530157. OLE color: 4530157.
HSL color Cylindrical-coordinate representation of color #ED1F45: hue angle of 348.93º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #ED1F45 is Cyan = 0, Magento = 0.87, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 31 | 69 | - |
| CMYK | 0 | 0.87 | 0.71 | 0.07 |
| HSL | 348.93º | 0.85% | 0.53% | - |
| HSV(B) | 348.93º | 0.87% | 0.93% | - |
| XYZ | 36.49 | 19.41 | 7.45 | - |
| YUV | 96.93 | 112.25 | 227.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 31 | 69 | 0 | 0.87 | 0.71 | 0.07 | 348.93 | 0.85 | 0.53 |
| Hex | ED | 1F | 45 | 0 | 57 | 47 | 7 | 15D | 55 | 35 |
| Octal | 355 | 37 | 105 | 0 | 127 | 107 | 7 | 535 | 125 | 65 |
| Binary | 11101101 | 11111 | 1000101 | 0 | 1010111 | 1000111 | 111 | 101011101 | 1010101 | 110101 |
Color Harmonies of #ED1F45
Complementary color
Monochromatic Colors of #ED1F45
Black with #ED1F45
Text Example
Text Example
White with #ED1F45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1F45; }
p { color: rgb(237,31,69); }
H1.HeaderClassName
{
color: #ED1F45;
}
.AnyTagClassName
{
color: #ED1F45;
}
</style>
background-color css
<style>
a { background-color: #ED1F45; }
a { background-color: rgb(237,31,69); }
div.DivClassName
{
background-color: #ED1F45;
}
.BgClassName
{
background-color: #ED1F45;
}
</style>
border-color css
<style>
span { border-color: #ED1F45; }
span { border-color: rgb(237,31,69); }
td.TdClassName
{
border-color: #ED1F45;
}
.TagClassName
{
border-color: #ED1F45;
}
</style>