Shades of Amaranth #EC324E
Tints of Amaranth #EC324E
RGB
CMYK
RGB Variations
Color information
#EC324E (or 0xEC324E) is known color: Amaranth. HEX triplet: EC, 32 and 4E. RGB value is (236,50,78). Sum of RGB (Red+Green+Blue) = 236+50+78=364 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.84% from 364); Green value is 50 (19.92% from 255 or 13.74% from 364); Blue value is 78 (30.86% from 255 or 21.43% from 364); Max value from RGB is 236 - color contains mainly: red. Hex color #EC324E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC324E is #13CDB1. Grayscale: #6C6C6C. Windows color (decimal): -1297842 or 5124844. OLE color: 5124844.
HSL color Cylindrical-coordinate representation of color #EC324E: hue angle of 350.97º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EC324E is Cyan = 0, Magento = 0.79, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 50 | 78 | - |
| CMYK | 0 | 0.79 | 0.67 | 0.07 |
| HSL | 350.97º | 0.83% | 0.56% | - |
| HSV(B) | 350.97º | 0.79% | 0.93% | - |
| XYZ | 37.11 | 20.66 | 9.24 | - |
| YUV | 108.81 | 110.62 | 218.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 50 | 78 | 0 | 0.79 | 0.67 | 0.07 | 350.97 | 0.83 | 0.56 |
| Hex | EC | 32 | 4E | 0 | 4F | 43 | 7 | 15F | 53 | 38 |
| Octal | 354 | 62 | 116 | 0 | 117 | 103 | 7 | 537 | 123 | 70 |
| Binary | 11101100 | 110010 | 1001110 | 0 | 1001111 | 1000011 | 111 | 101011111 | 1010011 | 111000 |
Color Harmonies of #EC324E
Complementary color
Monochromatic Colors of #EC324E
Black with #EC324E
Text Example
Text Example
White with #EC324E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC324E; }
p { color: rgb(236,50,78); }
H1.HeaderClassName
{
color: #EC324E;
}
.AnyTagClassName
{
color: #EC324E;
}
</style>
background-color css
<style>
a { background-color: #EC324E; }
a { background-color: rgb(236,50,78); }
div.DivClassName
{
background-color: #EC324E;
}
.BgClassName
{
background-color: #EC324E;
}
</style>
border-color css
<style>
span { border-color: #EC324E; }
span { border-color: rgb(236,50,78); }
td.TdClassName
{
border-color: #EC324E;
}
.TagClassName
{
border-color: #EC324E;
}
</style>