Shades of Amaranth #ED2945
Tints of Amaranth #ED2945
RGB
CMYK
RGB Variations
Color information
#ED2945 (or 0xED2945) is known color: Amaranth. HEX triplet: ED, 29 and 45. RGB value is (237,41,69). Sum of RGB (Red+Green+Blue) = 237+41+69=347 (45% of max value = 765). Red value is 237 (92.97% from 255 or 68.30% from 347); Green value is 41 (16.41% from 255 or 11.82% from 347); Blue value is 69 (27.34% from 255 or 19.88% from 347); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2945 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED2945 is #12D6BA. Grayscale: #666666. Windows color (decimal): -1234619 or 4532717. OLE color: 4532717.
HSL color Cylindrical-coordinate representation of color #ED2945: hue angle of 351.43º 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 #ED2945 is Cyan = 0, Magento = 0.83, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 41 | 69 | - |
| CMYK | 0 | 0.83 | 0.71 | 0.07 |
| HSL | 351.43º | 0.84% | 0.55% | - |
| HSV(B) | 351.43º | 0.83% | 0.93% | - |
| XYZ | 36.79 | 20.02 | 7.56 | - |
| YUV | 102.8 | 108.93 | 223.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 41 | 69 | 0 | 0.83 | 0.71 | 0.07 | 351.43 | 0.84 | 0.55 |
| Hex | ED | 29 | 45 | 0 | 53 | 47 | 7 | 15F | 54 | 37 |
| Octal | 355 | 51 | 105 | 0 | 123 | 107 | 7 | 537 | 124 | 67 |
| Binary | 11101101 | 101001 | 1000101 | 0 | 1010011 | 1000111 | 111 | 101011111 | 1010100 | 110111 |
Color Harmonies of #ED2945
Complementary color
Monochromatic Colors of #ED2945
Black with #ED2945
Text Example
Text Example
White with #ED2945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2945; }
p { color: rgb(237,41,69); }
H1.HeaderClassName
{
color: #ED2945;
}
.AnyTagClassName
{
color: #ED2945;
}
</style>
background-color css
<style>
a { background-color: #ED2945; }
a { background-color: rgb(237,41,69); }
div.DivClassName
{
background-color: #ED2945;
}
.BgClassName
{
background-color: #ED2945;
}
</style>
border-color css
<style>
span { border-color: #ED2945; }
span { border-color: rgb(237,41,69); }
td.TdClassName
{
border-color: #ED2945;
}
.TagClassName
{
border-color: #ED2945;
}
</style>