Shades of Amaranth #EC334F
Tints of Amaranth #EC334F
RGB
CMYK
RGB Variations
Color information
#EC334F (or 0xEC334F) is known color: Amaranth. HEX triplet: EC, 33 and 4F. RGB value is (236,51,79). Sum of RGB (Red+Green+Blue) = 236+51+79=366 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.48% from 366); Green value is 51 (20.31% from 255 or 13.93% from 366); Blue value is 79 (31.25% from 255 or 21.58% from 366); Max value from RGB is 236 - color contains mainly: red. Hex color #EC334F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC334F is #13CCB0. Grayscale: #6D6D6D. Windows color (decimal): -1297585 or 5190636. OLE color: 5190636.
HSL color Cylindrical-coordinate representation of color #EC334F: hue angle of 350.92º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EC334F is Cyan = 0, Magento = 0.78, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 51 | 79 | - |
| CMYK | 0 | 0.78 | 0.67 | 0.07 |
| HSL | 350.92º | 0.83% | 0.56% | - |
| HSV(B) | 350.92º | 0.78% | 0.93% | - |
| XYZ | 37.19 | 20.77 | 9.45 | - |
| YUV | 109.51 | 110.79 | 218.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 51 | 79 | 0 | 0.78 | 0.67 | 0.07 | 350.92 | 0.83 | 0.56 |
| Hex | EC | 33 | 4F | 0 | 4E | 43 | 7 | 15F | 53 | 38 |
| Octal | 354 | 63 | 117 | 0 | 116 | 103 | 7 | 537 | 123 | 70 |
| Binary | 11101100 | 110011 | 1001111 | 0 | 1001110 | 1000011 | 111 | 101011111 | 1010011 | 111000 |
Color Harmonies of #EC334F
Complementary color
Monochromatic Colors of #EC334F
Black with #EC334F
Text Example
Text Example
White with #EC334F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC334F; }
p { color: rgb(236,51,79); }
H1.HeaderClassName
{
color: #EC334F;
}
.AnyTagClassName
{
color: #EC334F;
}
</style>
background-color css
<style>
a { background-color: #EC334F; }
a { background-color: rgb(236,51,79); }
div.DivClassName
{
background-color: #EC334F;
}
.BgClassName
{
background-color: #EC334F;
}
</style>
border-color css
<style>
span { border-color: #EC334F; }
span { border-color: rgb(236,51,79); }
td.TdClassName
{
border-color: #EC334F;
}
.TagClassName
{
border-color: #EC334F;
}
</style>