Shades of Amaranth #EC374D
Tints of Amaranth #EC374D
RGB
CMYK
RGB Variations
Color information
#EC374D (or 0xEC374D) is known color: Amaranth. HEX triplet: EC, 37 and 4D. RGB value is (236,55,77). Sum of RGB (Red+Green+Blue) = 236+55+77=368 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.13% from 368); Green value is 55 (21.88% from 255 or 14.95% from 368); Blue value is 77 (30.47% from 255 or 20.92% from 368); Max value from RGB is 236 - color contains mainly: red. Hex color #EC374D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC374D is #13C8B2. Grayscale: #6F6F6F. Windows color (decimal): -1296563 or 5060588. OLE color: 5060588.
HSL color Cylindrical-coordinate representation of color #EC374D: hue angle of 352.71º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EC374D is Cyan = 0, Magento = 0.77, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 55 | 77 | - |
| CMYK | 0 | 0.77 | 0.67 | 0.07 |
| HSL | 352.71º | 0.83% | 0.57% | - |
| HSV(B) | 352.71º | 0.77% | 0.93% | - |
| XYZ | 37.3 | 21.1 | 9.13 | - |
| YUV | 111.63 | 108.47 | 216.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 55 | 77 | 0 | 0.77 | 0.67 | 0.07 | 352.71 | 0.83 | 0.57 |
| Hex | EC | 37 | 4D | 0 | 4D | 43 | 7 | 161 | 53 | 39 |
| Octal | 354 | 67 | 115 | 0 | 115 | 103 | 7 | 541 | 123 | 71 |
| Binary | 11101100 | 110111 | 1001101 | 0 | 1001101 | 1000011 | 111 | 101100001 | 1010011 | 111001 |
Color Harmonies of #EC374D
Complementary color
Monochromatic Colors of #EC374D
Black with #EC374D
Text Example
Text Example
White with #EC374D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC374D; }
p { color: rgb(236,55,77); }
H1.HeaderClassName
{
color: #EC374D;
}
.AnyTagClassName
{
color: #EC374D;
}
</style>
background-color css
<style>
a { background-color: #EC374D; }
a { background-color: rgb(236,55,77); }
div.DivClassName
{
background-color: #EC374D;
}
.BgClassName
{
background-color: #EC374D;
}
</style>
border-color css
<style>
span { border-color: #EC374D; }
span { border-color: rgb(236,55,77); }
td.TdClassName
{
border-color: #EC374D;
}
.TagClassName
{
border-color: #EC374D;
}
</style>