Shades of Amaranth #EC374A
Tints of Amaranth #EC374A
RGB
CMYK
RGB Variations
Color information
#EC374A (or 0xEC374A) is known color: Amaranth. HEX triplet: EC, 37 and 4A. RGB value is (236,55,74). Sum of RGB (Red+Green+Blue) = 236+55+74=365 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.66% from 365); Green value is 55 (21.88% from 255 or 15.07% from 365); Blue value is 74 (29.30% from 255 or 20.27% from 365); Max value from RGB is 236 - color contains mainly: red. Hex color #EC374A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC374A is #13C8B5. Grayscale: #6F6F6F. Windows color (decimal): -1296566 or 4863980. OLE color: 4863980.
HSL color Cylindrical-coordinate representation of color #EC374A: hue angle of 353.7º 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 #EC374A is Cyan = 0, Magento = 0.77, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 55 | 74 | - |
| CMYK | 0 | 0.77 | 0.69 | 0.07 |
| HSL | 353.7º | 0.83% | 0.57% | - |
| HSV(B) | 353.7º | 0.77% | 0.93% | - |
| XYZ | 37.19 | 21.06 | 8.58 | - |
| YUV | 111.29 | 106.97 | 216.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 55 | 74 | 0 | 0.77 | 0.69 | 0.07 | 353.7 | 0.83 | 0.57 |
| Hex | EC | 37 | 4A | 0 | 4D | 45 | 7 | 162 | 53 | 39 |
| Octal | 354 | 67 | 112 | 0 | 115 | 105 | 7 | 542 | 123 | 71 |
| Binary | 11101100 | 110111 | 1001010 | 0 | 1001101 | 1000101 | 111 | 101100010 | 1010011 | 111001 |
Color Harmonies of #EC374A
Complementary color
Monochromatic Colors of #EC374A
Black with #EC374A
Text Example
Text Example
White with #EC374A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC374A; }
p { color: rgb(236,55,74); }
H1.HeaderClassName
{
color: #EC374A;
}
.AnyTagClassName
{
color: #EC374A;
}
</style>
background-color css
<style>
a { background-color: #EC374A; }
a { background-color: rgb(236,55,74); }
div.DivClassName
{
background-color: #EC374A;
}
.BgClassName
{
background-color: #EC374A;
}
</style>
border-color css
<style>
span { border-color: #EC374A; }
span { border-color: rgb(236,55,74); }
td.TdClassName
{
border-color: #EC374A;
}
.TagClassName
{
border-color: #EC374A;
}
</style>