Shades of Amaranth #ED2948
Tints of Amaranth #ED2948
RGB
CMYK
RGB Variations
Color information
#ED2948 (or 0xED2948) is known color: Amaranth. HEX triplet: ED, 29 and 48. RGB value is (237,41,72). Sum of RGB (Red+Green+Blue) = 237+41+72=350 (46% of max value = 765). Red value is 237 (92.97% from 255 or 67.71% from 350); Green value is 41 (16.41% from 255 or 11.71% from 350); Blue value is 72 (28.52% from 255 or 20.57% from 350); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2948 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED2948 is #12D6B7. Grayscale: #676767. Windows color (decimal): -1234616 or 4729325. OLE color: 4729325.
HSL color Cylindrical-coordinate representation of color #ED2948: hue angle of 350.51º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #ED2948 is Cyan = 0, Magento = 0.83, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 41 | 72 | - |
| CMYK | 0 | 0.83 | 0.70 | 0.07 |
| HSL | 350.51º | 0.84% | 0.55% | - |
| HSV(B) | 350.51º | 0.83% | 0.93% | - |
| XYZ | 36.89 | 20.06 | 8.06 | - |
| YUV | 103.14 | 110.43 | 223.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 41 | 72 | 0 | 0.83 | 0.70 | 0.07 | 350.51 | 0.84 | 0.55 |
| Hex | ED | 29 | 48 | 0 | 53 | 46 | 7 | 15F | 54 | 37 |
| Octal | 355 | 51 | 110 | 0 | 123 | 106 | 7 | 537 | 124 | 67 |
| Binary | 11101101 | 101001 | 1001000 | 0 | 1010011 | 1000110 | 111 | 101011111 | 1010100 | 110111 |
Color Harmonies of #ED2948
Complementary color
Monochromatic Colors of #ED2948
Black with #ED2948
Text Example
Text Example
White with #ED2948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2948; }
p { color: rgb(237,41,72); }
H1.HeaderClassName
{
color: #ED2948;
}
.AnyTagClassName
{
color: #ED2948;
}
</style>
background-color css
<style>
a { background-color: #ED2948; }
a { background-color: rgb(237,41,72); }
div.DivClassName
{
background-color: #ED2948;
}
.BgClassName
{
background-color: #ED2948;
}
</style>
border-color css
<style>
span { border-color: #ED2948; }
span { border-color: rgb(237,41,72); }
td.TdClassName
{
border-color: #ED2948;
}
.TagClassName
{
border-color: #ED2948;
}
</style>