Shades of Amaranth #EC374F
Tints of Amaranth #EC374F
RGB
CMYK
RGB Variations
Color information
#EC374F (or 0xEC374F) is known color: Amaranth. HEX triplet: EC, 37 and 4F. RGB value is (236,55,79). Sum of RGB (Red+Green+Blue) = 236+55+79=370 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.78% from 370); Green value is 55 (21.88% from 255 or 14.86% from 370); Blue value is 79 (31.25% from 255 or 21.35% from 370); Max value from RGB is 236 - color contains mainly: red. Hex color #EC374F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC374F is #13C8B0. Grayscale: #6F6F6F. Windows color (decimal): -1296561 or 5191660. OLE color: 5191660.
HSL color Cylindrical-coordinate representation of color #EC374F: hue angle of 352.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 #EC374F is Cyan = 0, Magento = 0.77, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 55 | 79 | - |
| CMYK | 0 | 0.77 | 0.67 | 0.07 |
| HSL | 352.04º | 0.83% | 0.57% | - |
| HSV(B) | 352.04º | 0.77% | 0.93% | - |
| XYZ | 37.37 | 21.13 | 9.51 | - |
| YUV | 111.86 | 109.47 | 216.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 55 | 79 | 0 | 0.77 | 0.67 | 0.07 | 352.04 | 0.83 | 0.57 |
| Hex | EC | 37 | 4F | 0 | 4D | 43 | 7 | 160 | 53 | 39 |
| Octal | 354 | 67 | 117 | 0 | 115 | 103 | 7 | 540 | 123 | 71 |
| Binary | 11101100 | 110111 | 1001111 | 0 | 1001101 | 1000011 | 111 | 101100000 | 1010011 | 111001 |
Color Harmonies of #EC374F
Complementary color
Monochromatic Colors of #EC374F
Black with #EC374F
Text Example
Text Example
White with #EC374F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC374F; }
p { color: rgb(236,55,79); }
H1.HeaderClassName
{
color: #EC374F;
}
.AnyTagClassName
{
color: #EC374F;
}
</style>
background-color css
<style>
a { background-color: #EC374F; }
a { background-color: rgb(236,55,79); }
div.DivClassName
{
background-color: #EC374F;
}
.BgClassName
{
background-color: #EC374F;
}
</style>
border-color css
<style>
span { border-color: #EC374F; }
span { border-color: rgb(236,55,79); }
td.TdClassName
{
border-color: #EC374F;
}
.TagClassName
{
border-color: #EC374F;
}
</style>