Shades of Amaranth #EC364F
Tints of Amaranth #EC364F
RGB
CMYK
RGB Variations
Color information
#EC364F (or 0xEC364F) is known color: Amaranth. HEX triplet: EC, 36 and 4F. RGB value is (236,54,79). Sum of RGB (Red+Green+Blue) = 236+54+79=369 (48% of max value = 765). Red value is 236 (92.58% from 255 or 63.96% from 369); Green value is 54 (21.48% from 255 or 14.63% from 369); Blue value is 79 (31.25% from 255 or 21.41% from 369); Max value from RGB is 236 - color contains mainly: red. Hex color #EC364F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC364F is #13C9B0. Grayscale: #6F6F6F. Windows color (decimal): -1296817 or 5191404. OLE color: 5191404.
HSL color Cylindrical-coordinate representation of color #EC364F: hue angle of 351.76º 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 #EC364F is Cyan = 0, Magento = 0.77, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 54 | 79 | - |
| CMYK | 0 | 0.77 | 0.67 | 0.07 |
| HSL | 351.76º | 0.83% | 0.57% | - |
| HSV(B) | 351.76º | 0.77% | 0.93% | - |
| XYZ | 37.32 | 21.04 | 9.49 | - |
| YUV | 111.27 | 109.8 | 216.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 54 | 79 | 0 | 0.77 | 0.67 | 0.07 | 351.76 | 0.83 | 0.57 |
| Hex | EC | 36 | 4F | 0 | 4D | 43 | 7 | 160 | 53 | 39 |
| Octal | 354 | 66 | 117 | 0 | 115 | 103 | 7 | 540 | 123 | 71 |
| Binary | 11101100 | 110110 | 1001111 | 0 | 1001101 | 1000011 | 111 | 101100000 | 1010011 | 111001 |
Color Harmonies of #EC364F
Complementary color
Monochromatic Colors of #EC364F
Black with #EC364F
Text Example
Text Example
White with #EC364F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC364F; }
p { color: rgb(236,54,79); }
H1.HeaderClassName
{
color: #EC364F;
}
.AnyTagClassName
{
color: #EC364F;
}
</style>
background-color css
<style>
a { background-color: #EC364F; }
a { background-color: rgb(236,54,79); }
div.DivClassName
{
background-color: #EC364F;
}
.BgClassName
{
background-color: #EC364F;
}
</style>
border-color css
<style>
span { border-color: #EC364F; }
span { border-color: rgb(236,54,79); }
td.TdClassName
{
border-color: #EC364F;
}
.TagClassName
{
border-color: #EC364F;
}
</style>