Shades of Amaranth #EC394A
Tints of Amaranth #EC394A
RGB
CMYK
RGB Variations
Color information
#EC394A (or 0xEC394A) is known color: Amaranth. HEX triplet: EC, 39 and 4A. RGB value is (236,57,74). Sum of RGB (Red+Green+Blue) = 236+57+74=367 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.31% from 367); Green value is 57 (22.66% from 255 or 15.53% from 367); Blue value is 74 (29.30% from 255 or 20.16% from 367); Max value from RGB is 236 - color contains mainly: red. Hex color #EC394A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC394A is #13C6B5. Grayscale: #707070. Windows color (decimal): -1296054 or 4864492. OLE color: 4864492.
HSL color Cylindrical-coordinate representation of color #EC394A: hue angle of 354.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 #EC394A is Cyan = 0, Magento = 0.76, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 57 | 74 | - |
| CMYK | 0 | 0.76 | 0.69 | 0.07 |
| HSL | 354.3º | 0.82% | 0.57% | - |
| HSV(B) | 354.3º | 0.76% | 0.93% | - |
| XYZ | 37.29 | 21.25 | 8.62 | - |
| YUV | 112.46 | 106.3 | 216.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 57 | 74 | 0 | 0.76 | 0.69 | 0.07 | 354.3 | 0.82 | 0.57 |
| Hex | EC | 39 | 4A | 0 | 4C | 45 | 7 | 162 | 52 | 39 |
| Octal | 354 | 71 | 112 | 0 | 114 | 105 | 7 | 542 | 122 | 71 |
| Binary | 11101100 | 111001 | 1001010 | 0 | 1001100 | 1000101 | 111 | 101100010 | 1010010 | 111001 |
Color Harmonies of #EC394A
Complementary color
Monochromatic Colors of #EC394A
Black with #EC394A
Text Example
Text Example
White with #EC394A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC394A; }
p { color: rgb(236,57,74); }
H1.HeaderClassName
{
color: #EC394A;
}
.AnyTagClassName
{
color: #EC394A;
}
</style>
background-color css
<style>
a { background-color: #EC394A; }
a { background-color: rgb(236,57,74); }
div.DivClassName
{
background-color: #EC394A;
}
.BgClassName
{
background-color: #EC394A;
}
</style>
border-color css
<style>
span { border-color: #EC394A; }
span { border-color: rgb(236,57,74); }
td.TdClassName
{
border-color: #EC394A;
}
.TagClassName
{
border-color: #EC394A;
}
</style>