Shades of Amaranth #EC314F
Tints of Amaranth #EC314F
RGB
CMYK
RGB Variations
Color information
#EC314F (or 0xEC314F) is known color: Amaranth. HEX triplet: EC, 31 and 4F. RGB value is (236,49,79). Sum of RGB (Red+Green+Blue) = 236+49+79=364 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.84% from 364); Green value is 49 (19.53% from 255 or 13.46% from 364); Blue value is 79 (31.25% from 255 or 21.70% from 364); Max value from RGB is 236 - color contains mainly: red. Hex color #EC314F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC314F is #13CEB0. Grayscale: #6C6C6C. Windows color (decimal): -1298097 or 5190124. OLE color: 5190124.
HSL color Cylindrical-coordinate representation of color #EC314F: hue angle of 350.37º 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 #EC314F is Cyan = 0, Magento = 0.79, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 49 | 79 | - |
| CMYK | 0 | 0.79 | 0.67 | 0.07 |
| HSL | 350.37º | 0.83% | 0.56% | - |
| HSV(B) | 350.37º | 0.79% | 0.93% | - |
| XYZ | 37.1 | 20.59 | 9.42 | - |
| YUV | 108.33 | 111.45 | 219.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 49 | 79 | 0 | 0.79 | 0.67 | 0.07 | 350.37 | 0.83 | 0.56 |
| Hex | EC | 31 | 4F | 0 | 4F | 43 | 7 | 15E | 53 | 38 |
| Octal | 354 | 61 | 117 | 0 | 117 | 103 | 7 | 536 | 123 | 70 |
| Binary | 11101100 | 110001 | 1001111 | 0 | 1001111 | 1000011 | 111 | 101011110 | 1010011 | 111000 |
Color Harmonies of #EC314F
Complementary color
Monochromatic Colors of #EC314F
Black with #EC314F
Text Example
Text Example
White with #EC314F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC314F; }
p { color: rgb(236,49,79); }
H1.HeaderClassName
{
color: #EC314F;
}
.AnyTagClassName
{
color: #EC314F;
}
</style>
background-color css
<style>
a { background-color: #EC314F; }
a { background-color: rgb(236,49,79); }
div.DivClassName
{
background-color: #EC314F;
}
.BgClassName
{
background-color: #EC314F;
}
</style>
border-color css
<style>
span { border-color: #EC314F; }
span { border-color: rgb(236,49,79); }
td.TdClassName
{
border-color: #EC314F;
}
.TagClassName
{
border-color: #EC314F;
}
</style>