Shades of Amaranth #EC444D
Tints of Amaranth #EC444D
RGB
CMYK
RGB Variations
Color information
#EC444D (or 0xEC444D) is known color: Amaranth. HEX triplet: EC, 44 and 4D. RGB value is (236,68,77). Sum of RGB (Red+Green+Blue) = 236+68+77=381 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.94% from 381); Green value is 68 (26.95% from 255 or 17.85% from 381); Blue value is 77 (30.47% from 255 or 20.21% from 381); Max value from RGB is 236 - color contains mainly: red. Hex color #EC444D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC444D is #13BBB2. Grayscale: #777777. Windows color (decimal): -1293235 or 5063916. OLE color: 5063916.
HSL color Cylindrical-coordinate representation of color #EC444D: hue angle of 356.79º 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 #EC444D is Cyan = 0, Magento = 0.71, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 68 | 77 | - |
| CMYK | 0 | 0.71 | 0.67 | 0.07 |
| HSL | 356.79º | 0.82% | 0.6% | - |
| HSV(B) | 356.79º | 0.71% | 0.93% | - |
| XYZ | 38 | 22.5 | 9.36 | - |
| YUV | 119.26 | 104.16 | 211.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 68 | 77 | 0 | 0.71 | 0.67 | 0.07 | 356.79 | 0.82 | 0.6 |
| Hex | EC | 44 | 4D | 0 | 47 | 43 | 7 | 165 | 52 | 3C |
| Octal | 354 | 104 | 115 | 0 | 107 | 103 | 7 | 545 | 122 | 74 |
| Binary | 11101100 | 1000100 | 1001101 | 0 | 1000111 | 1000011 | 111 | 101100101 | 1010010 | 111100 |
Color Harmonies of #EC444D
Complementary color
Monochromatic Colors of #EC444D
Black with #EC444D
Text Example
Text Example
White with #EC444D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC444D; }
p { color: rgb(236,68,77); }
H1.HeaderClassName
{
color: #EC444D;
}
.AnyTagClassName
{
color: #EC444D;
}
</style>
background-color css
<style>
a { background-color: #EC444D; }
a { background-color: rgb(236,68,77); }
div.DivClassName
{
background-color: #EC444D;
}
.BgClassName
{
background-color: #EC444D;
}
</style>
border-color css
<style>
span { border-color: #EC444D; }
span { border-color: rgb(236,68,77); }
td.TdClassName
{
border-color: #EC444D;
}
.TagClassName
{
border-color: #EC444D;
}
</style>