Shades of Amaranth #EC394C
Tints of Amaranth #EC394C
RGB
CMYK
RGB Variations
Color information
#EC394C (or 0xEC394C) is known color: Amaranth. HEX triplet: EC, 39 and 4C. RGB value is (236,57,76). Sum of RGB (Red+Green+Blue) = 236+57+76=369 (48% of max value = 765). Red value is 236 (92.58% from 255 or 63.96% from 369); Green value is 57 (22.66% from 255 or 15.45% from 369); Blue value is 76 (30.08% from 255 or 20.60% from 369); Max value from RGB is 236 - color contains mainly: red. Hex color #EC394C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC394C is #13C6B3. Grayscale: #707070. Windows color (decimal): -1296052 or 4995564. OLE color: 4995564.
HSL color Cylindrical-coordinate representation of color #EC394C: hue angle of 353.63º 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 #EC394C is Cyan = 0, Magento = 0.76, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 57 | 76 | - |
| CMYK | 0 | 0.76 | 0.68 | 0.07 |
| HSL | 353.63º | 0.82% | 0.57% | - |
| HSV(B) | 353.63º | 0.76% | 0.93% | - |
| XYZ | 37.36 | 21.28 | 8.98 | - |
| YUV | 112.69 | 107.3 | 215.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 57 | 76 | 0 | 0.76 | 0.68 | 0.07 | 353.63 | 0.82 | 0.57 |
| Hex | EC | 39 | 4C | 0 | 4C | 44 | 7 | 162 | 52 | 39 |
| Octal | 354 | 71 | 114 | 0 | 114 | 104 | 7 | 542 | 122 | 71 |
| Binary | 11101100 | 111001 | 1001100 | 0 | 1001100 | 1000100 | 111 | 101100010 | 1010010 | 111001 |
Color Harmonies of #EC394C
Complementary color
Monochromatic Colors of #EC394C
Black with #EC394C
Text Example
Text Example
White with #EC394C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC394C; }
p { color: rgb(236,57,76); }
H1.HeaderClassName
{
color: #EC394C;
}
.AnyTagClassName
{
color: #EC394C;
}
</style>
background-color css
<style>
a { background-color: #EC394C; }
a { background-color: rgb(236,57,76); }
div.DivClassName
{
background-color: #EC394C;
}
.BgClassName
{
background-color: #EC394C;
}
</style>
border-color css
<style>
span { border-color: #EC394C; }
span { border-color: rgb(236,57,76); }
td.TdClassName
{
border-color: #EC394C;
}
.TagClassName
{
border-color: #EC394C;
}
</style>