Shades of Amaranth #EC364B
Tints of Amaranth #EC364B
RGB
CMYK
RGB Variations
Color information
#EC364B (or 0xEC364B) is known color: Amaranth. HEX triplet: EC, 36 and 4B. RGB value is (236,54,75). Sum of RGB (Red+Green+Blue) = 236+54+75=365 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.66% from 365); Green value is 54 (21.48% from 255 or 14.79% from 365); Blue value is 75 (29.69% from 255 or 20.55% from 365); Max value from RGB is 236 - color contains mainly: red. Hex color #EC364B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC364B is #13C9B4. Grayscale: #6E6E6E. Windows color (decimal): -1296821 or 4929260. OLE color: 4929260.
HSL color Cylindrical-coordinate representation of color #EC364B: hue angle of 353.08º 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 #EC364B is Cyan = 0, Magento = 0.77, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 54 | 75 | - |
| CMYK | 0 | 0.77 | 0.68 | 0.07 |
| HSL | 353.08º | 0.83% | 0.57% | - |
| HSV(B) | 353.08º | 0.77% | 0.93% | - |
| XYZ | 37.18 | 20.98 | 8.75 | - |
| YUV | 110.81 | 107.8 | 217.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 54 | 75 | 0 | 0.77 | 0.68 | 0.07 | 353.08 | 0.83 | 0.57 |
| Hex | EC | 36 | 4B | 0 | 4D | 44 | 7 | 161 | 53 | 39 |
| Octal | 354 | 66 | 113 | 0 | 115 | 104 | 7 | 541 | 123 | 71 |
| Binary | 11101100 | 110110 | 1001011 | 0 | 1001101 | 1000100 | 111 | 101100001 | 1010011 | 111001 |
Color Harmonies of #EC364B
Complementary color
Monochromatic Colors of #EC364B
Black with #EC364B
Text Example
Text Example
White with #EC364B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC364B; }
p { color: rgb(236,54,75); }
H1.HeaderClassName
{
color: #EC364B;
}
.AnyTagClassName
{
color: #EC364B;
}
</style>
background-color css
<style>
a { background-color: #EC364B; }
a { background-color: rgb(236,54,75); }
div.DivClassName
{
background-color: #EC364B;
}
.BgClassName
{
background-color: #EC364B;
}
</style>
border-color css
<style>
span { border-color: #EC364B; }
span { border-color: rgb(236,54,75); }
td.TdClassName
{
border-color: #EC364B;
}
.TagClassName
{
border-color: #EC364B;
}
</style>