Shades of Amaranth #ED2944
Tints of Amaranth #ED2944
RGB
CMYK
RGB Variations
Color information
#ED2944 (or 0xED2944) is known color: Amaranth. HEX triplet: ED, 29 and 44. RGB value is (237,41,68). Sum of RGB (Red+Green+Blue) = 237+41+68=346 (45% of max value = 765). Red value is 237 (92.97% from 255 or 68.50% from 346); Green value is 41 (16.41% from 255 or 11.85% from 346); Blue value is 68 (26.95% from 255 or 19.65% from 346); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2944 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED2944 is #12D6BB. Grayscale: #666666. Windows color (decimal): -1234620 or 4467181. OLE color: 4467181.
HSL color Cylindrical-coordinate representation of color #ED2944: hue angle of 351.73º 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 #ED2944 is Cyan = 0, Magento = 0.83, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 41 | 68 | - |
| CMYK | 0 | 0.83 | 0.71 | 0.07 |
| HSL | 351.73º | 0.84% | 0.55% | - |
| HSV(B) | 351.73º | 0.83% | 0.93% | - |
| XYZ | 36.76 | 20.01 | 7.39 | - |
| YUV | 102.68 | 108.43 | 223.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 41 | 68 | 0 | 0.83 | 0.71 | 0.07 | 351.73 | 0.84 | 0.55 |
| Hex | ED | 29 | 44 | 0 | 53 | 47 | 7 | 160 | 54 | 37 |
| Octal | 355 | 51 | 104 | 0 | 123 | 107 | 7 | 540 | 124 | 67 |
| Binary | 11101101 | 101001 | 1000100 | 0 | 1010011 | 1000111 | 111 | 101100000 | 1010100 | 110111 |
Color Harmonies of #ED2944
Complementary color
Monochromatic Colors of #ED2944
Black with #ED2944
Text Example
Text Example
White with #ED2944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2944; }
p { color: rgb(237,41,68); }
H1.HeaderClassName
{
color: #ED2944;
}
.AnyTagClassName
{
color: #ED2944;
}
</style>
background-color css
<style>
a { background-color: #ED2944; }
a { background-color: rgb(237,41,68); }
div.DivClassName
{
background-color: #ED2944;
}
.BgClassName
{
background-color: #ED2944;
}
</style>
border-color css
<style>
span { border-color: #ED2944; }
span { border-color: rgb(237,41,68); }
td.TdClassName
{
border-color: #ED2944;
}
.TagClassName
{
border-color: #ED2944;
}
</style>