Shades of Amaranth #EC334D
Tints of Amaranth #EC334D
RGB
CMYK
RGB Variations
Color information
#EC334D (or 0xEC334D) is known color: Amaranth. HEX triplet: EC, 33 and 4D. RGB value is (236,51,77). Sum of RGB (Red+Green+Blue) = 236+51+77=364 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.84% from 364); Green value is 51 (20.31% from 255 or 14.01% from 364); Blue value is 77 (30.47% from 255 or 21.15% from 364); Max value from RGB is 236 - color contains mainly: red. Hex color #EC334D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC334D is #13CCB2. Grayscale: #6D6D6D. Windows color (decimal): -1297587 or 5059564. OLE color: 5059564.
HSL color Cylindrical-coordinate representation of color #EC334D: hue angle of 351.57º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EC334D is Cyan = 0, Magento = 0.78, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 51 | 77 | - |
| CMYK | 0 | 0.78 | 0.67 | 0.07 |
| HSL | 351.57º | 0.83% | 0.56% | - |
| HSV(B) | 351.57º | 0.78% | 0.93% | - |
| XYZ | 37.12 | 20.74 | 9.07 | - |
| YUV | 109.28 | 109.79 | 218.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 51 | 77 | 0 | 0.78 | 0.67 | 0.07 | 351.57 | 0.83 | 0.56 |
| Hex | EC | 33 | 4D | 0 | 4E | 43 | 7 | 160 | 53 | 38 |
| Octal | 354 | 63 | 115 | 0 | 116 | 103 | 7 | 540 | 123 | 70 |
| Binary | 11101100 | 110011 | 1001101 | 0 | 1001110 | 1000011 | 111 | 101100000 | 1010011 | 111000 |
Color Harmonies of #EC334D
Complementary color
Monochromatic Colors of #EC334D
Black with #EC334D
Text Example
Text Example
White with #EC334D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC334D; }
p { color: rgb(236,51,77); }
H1.HeaderClassName
{
color: #EC334D;
}
.AnyTagClassName
{
color: #EC334D;
}
</style>
background-color css
<style>
a { background-color: #EC334D; }
a { background-color: rgb(236,51,77); }
div.DivClassName
{
background-color: #EC334D;
}
.BgClassName
{
background-color: #EC334D;
}
</style>
border-color css
<style>
span { border-color: #EC334D; }
span { border-color: rgb(236,51,77); }
td.TdClassName
{
border-color: #EC334D;
}
.TagClassName
{
border-color: #EC334D;
}
</style>