Shades of Amaranth #EC364E
Tints of Amaranth #EC364E
RGB
CMYK
RGB Variations
Color information
#EC364E (or 0xEC364E) is known color: Amaranth. HEX triplet: EC, 36 and 4E. RGB value is (236,54,78). Sum of RGB (Red+Green+Blue) = 236+54+78=368 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.13% from 368); Green value is 54 (21.48% from 255 or 14.67% from 368); Blue value is 78 (30.86% from 255 or 21.20% from 368); Max value from RGB is 236 - color contains mainly: red. Hex color #EC364E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC364E is #13C9B1. Grayscale: #6F6F6F. Windows color (decimal): -1296818 or 5125868. OLE color: 5125868.
HSL color Cylindrical-coordinate representation of color #EC364E: hue angle of 352.09º 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 #EC364E is Cyan = 0, Magento = 0.77, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 54 | 78 | - |
| CMYK | 0 | 0.77 | 0.67 | 0.07 |
| HSL | 352.09º | 0.83% | 0.57% | - |
| HSV(B) | 352.09º | 0.77% | 0.93% | - |
| XYZ | 37.29 | 21.02 | 9.3 | - |
| YUV | 111.15 | 109.3 | 217.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 54 | 78 | 0 | 0.77 | 0.67 | 0.07 | 352.09 | 0.83 | 0.57 |
| Hex | EC | 36 | 4E | 0 | 4D | 43 | 7 | 160 | 53 | 39 |
| Octal | 354 | 66 | 116 | 0 | 115 | 103 | 7 | 540 | 123 | 71 |
| Binary | 11101100 | 110110 | 1001110 | 0 | 1001101 | 1000011 | 111 | 101100000 | 1010011 | 111001 |
Color Harmonies of #EC364E
Complementary color
Monochromatic Colors of #EC364E
Black with #EC364E
Text Example
Text Example
White with #EC364E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC364E; }
p { color: rgb(236,54,78); }
H1.HeaderClassName
{
color: #EC364E;
}
.AnyTagClassName
{
color: #EC364E;
}
</style>
background-color css
<style>
a { background-color: #EC364E; }
a { background-color: rgb(236,54,78); }
div.DivClassName
{
background-color: #EC364E;
}
.BgClassName
{
background-color: #EC364E;
}
</style>
border-color css
<style>
span { border-color: #EC364E; }
span { border-color: rgb(236,54,78); }
td.TdClassName
{
border-color: #EC364E;
}
.TagClassName
{
border-color: #EC364E;
}
</style>