Shades of Amaranth #EC3650
Tints of Amaranth #EC3650
RGB
CMYK
RGB Variations
Color information
#EC3650 (or 0xEC3650) is known color: Amaranth. HEX triplet: EC, 36 and 50. RGB value is (236,54,80). Sum of RGB (Red+Green+Blue) = 236+54+80=370 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.78% from 370); Green value is 54 (21.48% from 255 or 14.59% from 370); Blue value is 80 (31.64% from 255 or 21.62% from 370); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3650 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC3650 is #13C9AF. Grayscale: #6F6F6F. Windows color (decimal): -1296816 or 5256940. OLE color: 5256940.
HSL color Cylindrical-coordinate representation of color #EC3650: hue angle of 351.43º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EC3650 is Cyan = 0, Magento = 0.77, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 54 | 80 | - |
| CMYK | 0 | 0.77 | 0.66 | 0.07 |
| HSL | 351.43º | 0.83% | 0.57% | - |
| HSV(B) | 351.43º | 0.77% | 0.93% | - |
| XYZ | 37.36 | 21.05 | 9.68 | - |
| YUV | 111.38 | 110.3 | 216.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 54 | 80 | 0 | 0.77 | 0.66 | 0.07 | 351.43 | 0.83 | 0.57 |
| Hex | EC | 36 | 50 | 0 | 4D | 42 | 7 | 15F | 53 | 39 |
| Octal | 354 | 66 | 120 | 0 | 115 | 102 | 7 | 537 | 123 | 71 |
| Binary | 11101100 | 110110 | 1010000 | 0 | 1001101 | 1000010 | 111 | 101011111 | 1010011 | 111001 |
Color Harmonies of #EC3650
Complementary color
Monochromatic Colors of #EC3650
Black with #EC3650
Text Example
Text Example
White with #EC3650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3650; }
p { color: rgb(236,54,80); }
H1.HeaderClassName
{
color: #EC3650;
}
.AnyTagClassName
{
color: #EC3650;
}
</style>
background-color css
<style>
a { background-color: #EC3650; }
a { background-color: rgb(236,54,80); }
div.DivClassName
{
background-color: #EC3650;
}
.BgClassName
{
background-color: #EC3650;
}
</style>
border-color css
<style>
span { border-color: #EC3650; }
span { border-color: rgb(236,54,80); }
td.TdClassName
{
border-color: #EC3650;
}
.TagClassName
{
border-color: #EC3650;
}
</style>