Shades of Amaranth #EC364C
Tints of Amaranth #EC364C
RGB
CMYK
RGB Variations
Color information
#EC364C (or 0xEC364C) is known color: Amaranth. HEX triplet: EC, 36 and 4C. RGB value is (236,54,76). Sum of RGB (Red+Green+Blue) = 236+54+76=366 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.48% from 366); Green value is 54 (21.48% from 255 or 14.75% from 366); Blue value is 76 (30.08% from 255 or 20.77% from 366); Max value from RGB is 236 - color contains mainly: red. Hex color #EC364C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC364C is #13C9B3. Grayscale: #6F6F6F. Windows color (decimal): -1296820 or 4994796. OLE color: 4994796.
HSL color Cylindrical-coordinate representation of color #EC364C: hue angle of 352.75º 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 #EC364C is Cyan = 0, Magento = 0.77, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 54 | 76 | - |
| CMYK | 0 | 0.77 | 0.68 | 0.07 |
| HSL | 352.75º | 0.83% | 0.57% | - |
| HSV(B) | 352.75º | 0.77% | 0.93% | - |
| XYZ | 37.22 | 20.99 | 8.93 | - |
| YUV | 110.93 | 108.3 | 217.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 54 | 76 | 0 | 0.77 | 0.68 | 0.07 | 352.75 | 0.83 | 0.57 |
| Hex | EC | 36 | 4C | 0 | 4D | 44 | 7 | 161 | 53 | 39 |
| Octal | 354 | 66 | 114 | 0 | 115 | 104 | 7 | 541 | 123 | 71 |
| Binary | 11101100 | 110110 | 1001100 | 0 | 1001101 | 1000100 | 111 | 101100001 | 1010011 | 111001 |
Color Harmonies of #EC364C
Complementary color
Monochromatic Colors of #EC364C
Black with #EC364C
Text Example
Text Example
White with #EC364C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC364C; }
p { color: rgb(236,54,76); }
H1.HeaderClassName
{
color: #EC364C;
}
.AnyTagClassName
{
color: #EC364C;
}
</style>
background-color css
<style>
a { background-color: #EC364C; }
a { background-color: rgb(236,54,76); }
div.DivClassName
{
background-color: #EC364C;
}
.BgClassName
{
background-color: #EC364C;
}
</style>
border-color css
<style>
span { border-color: #EC364C; }
span { border-color: rgb(236,54,76); }
td.TdClassName
{
border-color: #EC364C;
}
.TagClassName
{
border-color: #EC364C;
}
</style>