Shades of Amaranth #EC334E
Tints of Amaranth #EC334E
RGB
CMYK
RGB Variations
Color information
#EC334E (or 0xEC334E) is known color: Amaranth. HEX triplet: EC, 33 and 4E. RGB value is (236,51,78). Sum of RGB (Red+Green+Blue) = 236+51+78=365 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.66% from 365); Green value is 51 (20.31% from 255 or 13.97% from 365); Blue value is 78 (30.86% from 255 or 21.37% from 365); Max value from RGB is 236 - color contains mainly: red. Hex color #EC334E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC334E is #13CCB1. Grayscale: #6D6D6D. Windows color (decimal): -1297586 or 5125100. OLE color: 5125100.
HSL color Cylindrical-coordinate representation of color #EC334E: hue angle of 351.24º 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 #EC334E is Cyan = 0, Magento = 0.78, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 51 | 78 | - |
| CMYK | 0 | 0.78 | 0.67 | 0.07 |
| HSL | 351.24º | 0.83% | 0.56% | - |
| HSV(B) | 351.24º | 0.78% | 0.93% | - |
| XYZ | 37.15 | 20.75 | 9.25 | - |
| YUV | 109.39 | 110.29 | 218.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 51 | 78 | 0 | 0.78 | 0.67 | 0.07 | 351.24 | 0.83 | 0.56 |
| Hex | EC | 33 | 4E | 0 | 4E | 43 | 7 | 15F | 53 | 38 |
| Octal | 354 | 63 | 116 | 0 | 116 | 103 | 7 | 537 | 123 | 70 |
| Binary | 11101100 | 110011 | 1001110 | 0 | 1001110 | 1000011 | 111 | 101011111 | 1010011 | 111000 |
Color Harmonies of #EC334E
Complementary color
Monochromatic Colors of #EC334E
Black with #EC334E
Text Example
Text Example
White with #EC334E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC334E; }
p { color: rgb(236,51,78); }
H1.HeaderClassName
{
color: #EC334E;
}
.AnyTagClassName
{
color: #EC334E;
}
</style>
background-color css
<style>
a { background-color: #EC334E; }
a { background-color: rgb(236,51,78); }
div.DivClassName
{
background-color: #EC334E;
}
.BgClassName
{
background-color: #EC334E;
}
</style>
border-color css
<style>
span { border-color: #EC334E; }
span { border-color: rgb(236,51,78); }
td.TdClassName
{
border-color: #EC334E;
}
.TagClassName
{
border-color: #EC334E;
}
</style>