Shades of Amaranth #ED2C54
Tints of Amaranth #ED2C54
RGB
CMYK
RGB Variations
Color information
#ED2C54 (or 0xED2C54) is known color: Amaranth. HEX triplet: ED, 2C and 54. RGB value is (237,44,84). Sum of RGB (Red+Green+Blue) = 237+44+84=365 (48% of max value = 765). Red value is 237 (92.97% from 255 or 64.93% from 365); Green value is 44 (17.58% from 255 or 12.05% from 365); Blue value is 84 (33.20% from 255 or 23.01% from 365); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2C54 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED2C54 is #12D3AB. Grayscale: #6A6A6A. Windows color (decimal): -1233836 or 5516525. OLE color: 5516525.
HSL color Cylindrical-coordinate representation of color #ED2C54: hue angle of 347.56º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #ED2C54 is Cyan = 0, Magento = 0.81, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 44 | 84 | - |
| CMYK | 0 | 0.81 | 0.65 | 0.07 |
| HSL | 347.56º | 0.84% | 0.55% | - |
| HSV(B) | 347.56º | 0.81% | 0.93% | - |
| XYZ | 37.43 | 20.45 | 10.36 | - |
| YUV | 106.27 | 115.44 | 221.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 44 | 84 | 0 | 0.81 | 0.65 | 0.07 | 347.56 | 0.84 | 0.55 |
| Hex | ED | 2C | 54 | 0 | 51 | 41 | 7 | 15C | 54 | 37 |
| Octal | 355 | 54 | 124 | 0 | 121 | 101 | 7 | 534 | 124 | 67 |
| Binary | 11101101 | 101100 | 1010100 | 0 | 1010001 | 1000001 | 111 | 101011100 | 1010100 | 110111 |
Color Harmonies of #ED2C54
Complementary color
Monochromatic Colors of #ED2C54
Black with #ED2C54
Text Example
Text Example
White with #ED2C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2C54; }
p { color: rgb(237,44,84); }
H1.HeaderClassName
{
color: #ED2C54;
}
.AnyTagClassName
{
color: #ED2C54;
}
</style>
background-color css
<style>
a { background-color: #ED2C54; }
a { background-color: rgb(237,44,84); }
div.DivClassName
{
background-color: #ED2C54;
}
.BgClassName
{
background-color: #ED2C54;
}
</style>
border-color css
<style>
span { border-color: #ED2C54; }
span { border-color: rgb(237,44,84); }
td.TdClassName
{
border-color: #ED2C54;
}
.TagClassName
{
border-color: #ED2C54;
}
</style>