Shades of Amaranth #ED2845
Tints of Amaranth #ED2845
RGB
CMYK
RGB Variations
Color information
#ED2845 (or 0xED2845) is known color: Amaranth. HEX triplet: ED, 28 and 45. RGB value is (237,40,69). Sum of RGB (Red+Green+Blue) = 237+40+69=346 (45% of max value = 765). Red value is 237 (92.97% from 255 or 68.50% from 346); Green value is 40 (16.02% from 255 or 11.56% from 346); Blue value is 69 (27.34% from 255 or 19.94% from 346); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2845 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED2845 is #12D7BA. Grayscale: #666666. Windows color (decimal): -1234875 or 4532461. OLE color: 4532461.
HSL color Cylindrical-coordinate representation of color #ED2845: hue angle of 351.17º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #ED2845 is Cyan = 0, Magento = 0.83, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 40 | 69 | - |
| CMYK | 0 | 0.83 | 0.71 | 0.07 |
| HSL | 351.17º | 0.85% | 0.54% | - |
| HSV(B) | 351.17º | 0.83% | 0.93% | - |
| XYZ | 36.76 | 19.95 | 7.54 | - |
| YUV | 102.21 | 109.27 | 224.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 40 | 69 | 0 | 0.83 | 0.71 | 0.07 | 351.17 | 0.85 | 0.54 |
| Hex | ED | 28 | 45 | 0 | 53 | 47 | 7 | 15F | 55 | 36 |
| Octal | 355 | 50 | 105 | 0 | 123 | 107 | 7 | 537 | 125 | 66 |
| Binary | 11101101 | 101000 | 1000101 | 0 | 1010011 | 1000111 | 111 | 101011111 | 1010101 | 110110 |
Color Harmonies of #ED2845
Complementary color
Monochromatic Colors of #ED2845
Black with #ED2845
Text Example
Text Example
White with #ED2845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2845; }
p { color: rgb(237,40,69); }
H1.HeaderClassName
{
color: #ED2845;
}
.AnyTagClassName
{
color: #ED2845;
}
</style>
background-color css
<style>
a { background-color: #ED2845; }
a { background-color: rgb(237,40,69); }
div.DivClassName
{
background-color: #ED2845;
}
.BgClassName
{
background-color: #ED2845;
}
</style>
border-color css
<style>
span { border-color: #ED2845; }
span { border-color: rgb(237,40,69); }
td.TdClassName
{
border-color: #ED2845;
}
.TagClassName
{
border-color: #ED2845;
}
</style>