Shades of Amaranth #EC394D
Tints of Amaranth #EC394D
RGB
CMYK
RGB Variations
Color information
#EC394D (or 0xEC394D) is known color: Amaranth. HEX triplet: EC, 39 and 4D. RGB value is (236,57,77). Sum of RGB (Red+Green+Blue) = 236+57+77=370 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.78% from 370); Green value is 57 (22.66% from 255 or 15.41% from 370); Blue value is 77 (30.47% from 255 or 20.81% from 370); Max value from RGB is 236 - color contains mainly: red. Hex color #EC394D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC394D is #13C6B2. Grayscale: #707070. Windows color (decimal): -1296051 or 5061100. OLE color: 5061100.
HSL color Cylindrical-coordinate representation of color #EC394D: hue angle of 353.3º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EC394D is Cyan = 0, Magento = 0.76, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 57 | 77 | - |
| CMYK | 0 | 0.76 | 0.67 | 0.07 |
| HSL | 353.3º | 0.82% | 0.57% | - |
| HSV(B) | 353.3º | 0.76% | 0.93% | - |
| XYZ | 37.39 | 21.29 | 9.16 | - |
| YUV | 112.8 | 107.8 | 215.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 57 | 77 | 0 | 0.76 | 0.67 | 0.07 | 353.3 | 0.82 | 0.57 |
| Hex | EC | 39 | 4D | 0 | 4C | 43 | 7 | 161 | 52 | 39 |
| Octal | 354 | 71 | 115 | 0 | 114 | 103 | 7 | 541 | 122 | 71 |
| Binary | 11101100 | 111001 | 1001101 | 0 | 1001100 | 1000011 | 111 | 101100001 | 1010010 | 111001 |
Color Harmonies of #EC394D
Complementary color
Monochromatic Colors of #EC394D
Black with #EC394D
Text Example
Text Example
White with #EC394D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC394D; }
p { color: rgb(236,57,77); }
H1.HeaderClassName
{
color: #EC394D;
}
.AnyTagClassName
{
color: #EC394D;
}
</style>
background-color css
<style>
a { background-color: #EC394D; }
a { background-color: rgb(236,57,77); }
div.DivClassName
{
background-color: #EC394D;
}
.BgClassName
{
background-color: #EC394D;
}
</style>
border-color css
<style>
span { border-color: #EC394D; }
span { border-color: rgb(236,57,77); }
td.TdClassName
{
border-color: #EC394D;
}
.TagClassName
{
border-color: #EC394D;
}
</style>