Shades of Amaranth #EC314C
Tints of Amaranth #EC314C
RGB
CMYK
RGB Variations
Color information
#EC314C (or 0xEC314C) is known color: Amaranth. HEX triplet: EC, 31 and 4C. RGB value is (236,49,76). Sum of RGB (Red+Green+Blue) = 236+49+76=361 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.37% from 361); Green value is 49 (19.53% from 255 or 13.57% from 361); Blue value is 76 (30.08% from 255 or 21.05% from 361); Max value from RGB is 236 - color contains mainly: red. Hex color #EC314C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC314C is #13CEB3. Grayscale: #6C6C6C. Windows color (decimal): -1298100 or 4993516. OLE color: 4993516.
HSL color Cylindrical-coordinate representation of color #EC314C: hue angle of 351.34º 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 #EC314C is Cyan = 0, Magento = 0.79, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 49 | 76 | - |
| CMYK | 0 | 0.79 | 0.68 | 0.07 |
| HSL | 351.34º | 0.83% | 0.56% | - |
| HSV(B) | 351.34º | 0.79% | 0.93% | - |
| XYZ | 36.99 | 20.55 | 8.85 | - |
| YUV | 107.99 | 109.95 | 219.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 49 | 76 | 0 | 0.79 | 0.68 | 0.07 | 351.34 | 0.83 | 0.56 |
| Hex | EC | 31 | 4C | 0 | 4F | 44 | 7 | 15F | 53 | 38 |
| Octal | 354 | 61 | 114 | 0 | 117 | 104 | 7 | 537 | 123 | 70 |
| Binary | 11101100 | 110001 | 1001100 | 0 | 1001111 | 1000100 | 111 | 101011111 | 1010011 | 111000 |
Color Harmonies of #EC314C
Complementary color
Monochromatic Colors of #EC314C
Black with #EC314C
Text Example
Text Example
White with #EC314C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC314C; }
p { color: rgb(236,49,76); }
H1.HeaderClassName
{
color: #EC314C;
}
.AnyTagClassName
{
color: #EC314C;
}
</style>
background-color css
<style>
a { background-color: #EC314C; }
a { background-color: rgb(236,49,76); }
div.DivClassName
{
background-color: #EC314C;
}
.BgClassName
{
background-color: #EC314C;
}
</style>
border-color css
<style>
span { border-color: #EC314C; }
span { border-color: rgb(236,49,76); }
td.TdClassName
{
border-color: #EC314C;
}
.TagClassName
{
border-color: #EC314C;
}
</style>