Shades of Amaranth #EC3643
Tints of Amaranth #EC3643
RGB
CMYK
RGB Variations
Color information
#EC3643 (or 0xEC3643) is known color: Amaranth. HEX triplet: EC, 36 and 43. RGB value is (236,54,67). Sum of RGB (Red+Green+Blue) = 236+54+67=357 (47% of max value = 765). Red value is 236 (92.58% from 255 or 66.11% from 357); Green value is 54 (21.48% from 255 or 15.13% from 357); Blue value is 67 (26.56% from 255 or 18.77% from 357); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3643 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3643 is #13C9BC. Grayscale: #6E6E6E. Windows color (decimal): -1296829 or 4404972. OLE color: 4404972.
HSL color Cylindrical-coordinate representation of color #EC3643: hue angle of 355.71º 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 #EC3643 is Cyan = 0, Magento = 0.77, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 54 | 67 | - |
| CMYK | 0 | 0.77 | 0.72 | 0.07 |
| HSL | 355.71º | 0.83% | 0.57% | - |
| HSV(B) | 355.71º | 0.77% | 0.93% | - |
| XYZ | 36.92 | 20.88 | 7.39 | - |
| YUV | 109.9 | 103.8 | 217.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 54 | 67 | 0 | 0.77 | 0.72 | 0.07 | 355.71 | 0.83 | 0.57 |
| Hex | EC | 36 | 43 | 0 | 4D | 48 | 7 | 164 | 53 | 39 |
| Octal | 354 | 66 | 103 | 0 | 115 | 110 | 7 | 544 | 123 | 71 |
| Binary | 11101100 | 110110 | 1000011 | 0 | 1001101 | 1001000 | 111 | 101100100 | 1010011 | 111001 |
Color Harmonies of #EC3643
Complementary color
Monochromatic Colors of #EC3643
Black with #EC3643
Text Example
Text Example
White with #EC3643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3643; }
p { color: rgb(236,54,67); }
H1.HeaderClassName
{
color: #EC3643;
}
.AnyTagClassName
{
color: #EC3643;
}
</style>
background-color css
<style>
a { background-color: #EC3643; }
a { background-color: rgb(236,54,67); }
div.DivClassName
{
background-color: #EC3643;
}
.BgClassName
{
background-color: #EC3643;
}
</style>
border-color css
<style>
span { border-color: #EC3643; }
span { border-color: rgb(236,54,67); }
td.TdClassName
{
border-color: #EC3643;
}
.TagClassName
{
border-color: #EC3643;
}
</style>