Shades of Amaranth #ED444D
Tints of Amaranth #ED444D
RGB
CMYK
RGB Variations
Color information
#ED444D (or 0xED444D) is known color: Amaranth. HEX triplet: ED, 44 and 4D. RGB value is (237,68,77). Sum of RGB (Red+Green+Blue) = 237+68+77=382 (50% of max value = 765). Red value is 237 (92.97% from 255 or 62.04% from 382); Green value is 68 (26.95% from 255 or 17.80% from 382); Blue value is 77 (30.47% from 255 or 20.16% from 382); Max value from RGB is 237 - color contains mainly: red. Hex color #ED444D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED444D is #12BBB2. Grayscale: #777777. Windows color (decimal): -1227699 or 5063917. OLE color: 5063917.
HSL color Cylindrical-coordinate representation of color #ED444D: hue angle of 356.8º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #ED444D is Cyan = 0, Magento = 0.71, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 68 | 77 | - |
| CMYK | 0 | 0.71 | 0.68 | 0.07 |
| HSL | 356.8º | 0.82% | 0.6% | - |
| HSV(B) | 356.8º | 0.71% | 0.93% | - |
| XYZ | 38.33 | 22.67 | 9.38 | - |
| YUV | 119.56 | 103.99 | 211.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 68 | 77 | 0 | 0.71 | 0.68 | 0.07 | 356.8 | 0.82 | 0.6 |
| Hex | ED | 44 | 4D | 0 | 47 | 44 | 7 | 165 | 52 | 3C |
| Octal | 355 | 104 | 115 | 0 | 107 | 104 | 7 | 545 | 122 | 74 |
| Binary | 11101101 | 1000100 | 1001101 | 0 | 1000111 | 1000100 | 111 | 101100101 | 1010010 | 111100 |
Color Harmonies of #ED444D
Complementary color
Monochromatic Colors of #ED444D
Black with #ED444D
Text Example
Text Example
White with #ED444D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED444D; }
p { color: rgb(237,68,77); }
H1.HeaderClassName
{
color: #ED444D;
}
.AnyTagClassName
{
color: #ED444D;
}
</style>
background-color css
<style>
a { background-color: #ED444D; }
a { background-color: rgb(237,68,77); }
div.DivClassName
{
background-color: #ED444D;
}
.BgClassName
{
background-color: #ED444D;
}
</style>
border-color css
<style>
span { border-color: #ED444D; }
span { border-color: rgb(237,68,77); }
td.TdClassName
{
border-color: #ED444D;
}
.TagClassName
{
border-color: #ED444D;
}
</style>