Shades of Amaranth #ED2647
Tints of Amaranth #ED2647
RGB
CMYK
RGB Variations
Color information
#ED2647 (or 0xED2647) is known color: Amaranth. HEX triplet: ED, 26 and 47. RGB value is (237,38,71). Sum of RGB (Red+Green+Blue) = 237+38+71=346 (45% of max value = 765). Red value is 237 (92.97% from 255 or 68.50% from 346); Green value is 38 (15.23% from 255 or 10.98% from 346); Blue value is 71 (28.12% from 255 or 20.52% from 346); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2647 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED2647 is #12D9B8. Grayscale: #656565. Windows color (decimal): -1235385 or 4663021. OLE color: 4663021.
HSL color Cylindrical-coordinate representation of color #ED2647: hue angle of 350.05º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #ED2647 is Cyan = 0, Magento = 0.84, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 38 | 71 | - |
| CMYK | 0 | 0.84 | 0.70 | 0.07 |
| HSL | 350.05º | 0.85% | 0.54% | - |
| HSV(B) | 350.05º | 0.84% | 0.93% | - |
| XYZ | 36.76 | 19.85 | 7.85 | - |
| YUV | 101.26 | 110.93 | 224.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 38 | 71 | 0 | 0.84 | 0.70 | 0.07 | 350.05 | 0.85 | 0.54 |
| Hex | ED | 26 | 47 | 0 | 54 | 46 | 7 | 15E | 55 | 36 |
| Octal | 355 | 46 | 107 | 0 | 124 | 106 | 7 | 536 | 125 | 66 |
| Binary | 11101101 | 100110 | 1000111 | 0 | 1010100 | 1000110 | 111 | 101011110 | 1010101 | 110110 |
Color Harmonies of #ED2647
Complementary color
Monochromatic Colors of #ED2647
Black with #ED2647
Text Example
Text Example
White with #ED2647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2647; }
p { color: rgb(237,38,71); }
H1.HeaderClassName
{
color: #ED2647;
}
.AnyTagClassName
{
color: #ED2647;
}
</style>
background-color css
<style>
a { background-color: #ED2647; }
a { background-color: rgb(237,38,71); }
div.DivClassName
{
background-color: #ED2647;
}
.BgClassName
{
background-color: #ED2647;
}
</style>
border-color css
<style>
span { border-color: #ED2647; }
span { border-color: rgb(237,38,71); }
td.TdClassName
{
border-color: #ED2647;
}
.TagClassName
{
border-color: #ED2647;
}
</style>