Shades of Amaranth #EC374C
Tints of Amaranth #EC374C
RGB
CMYK
RGB Variations
Color information
#EC374C (or 0xEC374C) is known color: Amaranth. HEX triplet: EC, 37 and 4C. RGB value is (236,55,76). Sum of RGB (Red+Green+Blue) = 236+55+76=367 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.31% from 367); Green value is 55 (21.88% from 255 or 14.99% from 367); Blue value is 76 (30.08% from 255 or 20.71% from 367); Max value from RGB is 236 - color contains mainly: red. Hex color #EC374C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC374C is #13C8B3. Grayscale: #6F6F6F. Windows color (decimal): -1296564 or 4995052. OLE color: 4995052.
HSL color Cylindrical-coordinate representation of color #EC374C: hue angle of 353.04º 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 #EC374C is Cyan = 0, Magento = 0.77, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 55 | 76 | - |
| CMYK | 0 | 0.77 | 0.68 | 0.07 |
| HSL | 353.04º | 0.83% | 0.57% | - |
| HSV(B) | 353.04º | 0.77% | 0.93% | - |
| XYZ | 37.26 | 21.09 | 8.94 | - |
| YUV | 111.51 | 107.97 | 216.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 55 | 76 | 0 | 0.77 | 0.68 | 0.07 | 353.04 | 0.83 | 0.57 |
| Hex | EC | 37 | 4C | 0 | 4D | 44 | 7 | 161 | 53 | 39 |
| Octal | 354 | 67 | 114 | 0 | 115 | 104 | 7 | 541 | 123 | 71 |
| Binary | 11101100 | 110111 | 1001100 | 0 | 1001101 | 1000100 | 111 | 101100001 | 1010011 | 111001 |
Color Harmonies of #EC374C
Complementary color
Monochromatic Colors of #EC374C
Black with #EC374C
Text Example
Text Example
White with #EC374C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC374C; }
p { color: rgb(236,55,76); }
H1.HeaderClassName
{
color: #EC374C;
}
.AnyTagClassName
{
color: #EC374C;
}
</style>
background-color css
<style>
a { background-color: #EC374C; }
a { background-color: rgb(236,55,76); }
div.DivClassName
{
background-color: #EC374C;
}
.BgClassName
{
background-color: #EC374C;
}
</style>
border-color css
<style>
span { border-color: #EC374C; }
span { border-color: rgb(236,55,76); }
td.TdClassName
{
border-color: #EC374C;
}
.TagClassName
{
border-color: #EC374C;
}
</style>