Shades of Amaranth #EC374B
Tints of Amaranth #EC374B
RGB
CMYK
RGB Variations
Color information
#EC374B (or 0xEC374B) is known color: Amaranth. HEX triplet: EC, 37 and 4B. RGB value is (236,55,75). Sum of RGB (Red+Green+Blue) = 236+55+75=366 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.48% from 366); Green value is 55 (21.88% from 255 or 15.03% from 366); Blue value is 75 (29.69% from 255 or 20.49% from 366); Max value from RGB is 236 - color contains mainly: red. Hex color #EC374B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC374B is #13C8B4. Grayscale: #6F6F6F. Windows color (decimal): -1296565 or 4929516. OLE color: 4929516.
HSL color Cylindrical-coordinate representation of color #EC374B: hue angle of 353.37º 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 #EC374B is Cyan = 0, Magento = 0.77, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 55 | 75 | - |
| CMYK | 0 | 0.77 | 0.68 | 0.07 |
| HSL | 353.37º | 0.83% | 0.57% | - |
| HSV(B) | 353.37º | 0.77% | 0.93% | - |
| XYZ | 37.23 | 21.07 | 8.76 | - |
| YUV | 111.4 | 107.47 | 216.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 55 | 75 | 0 | 0.77 | 0.68 | 0.07 | 353.37 | 0.83 | 0.57 |
| Hex | EC | 37 | 4B | 0 | 4D | 44 | 7 | 161 | 53 | 39 |
| Octal | 354 | 67 | 113 | 0 | 115 | 104 | 7 | 541 | 123 | 71 |
| Binary | 11101100 | 110111 | 1001011 | 0 | 1001101 | 1000100 | 111 | 101100001 | 1010011 | 111001 |
Color Harmonies of #EC374B
Complementary color
Monochromatic Colors of #EC374B
Black with #EC374B
Text Example
Text Example
White with #EC374B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC374B; }
p { color: rgb(236,55,75); }
H1.HeaderClassName
{
color: #EC374B;
}
.AnyTagClassName
{
color: #EC374B;
}
</style>
background-color css
<style>
a { background-color: #EC374B; }
a { background-color: rgb(236,55,75); }
div.DivClassName
{
background-color: #EC374B;
}
.BgClassName
{
background-color: #EC374B;
}
</style>
border-color css
<style>
span { border-color: #EC374B; }
span { border-color: rgb(236,55,75); }
td.TdClassName
{
border-color: #EC374B;
}
.TagClassName
{
border-color: #EC374B;
}
</style>