Shades of Amaranth #EC3944
Tints of Amaranth #EC3944
RGB
CMYK
RGB Variations
Color information
#EC3944 (or 0xEC3944) is known color: Amaranth. HEX triplet: EC, 39 and 44. RGB value is (236,57,68). Sum of RGB (Red+Green+Blue) = 236+57+68=361 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.37% from 361); Green value is 57 (22.66% from 255 or 15.79% from 361); Blue value is 68 (26.95% from 255 or 18.84% from 361); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3944 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3944 is #13C6BB. Grayscale: #6F6F6F. Windows color (decimal): -1296060 or 4471276. OLE color: 4471276.
HSL color Cylindrical-coordinate representation of color #EC3944: hue angle of 356.31º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EC3944 is Cyan = 0, Magento = 0.76, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 57 | 68 | - |
| CMYK | 0 | 0.76 | 0.71 | 0.07 |
| HSL | 356.31º | 0.82% | 0.57% | - |
| HSV(B) | 356.31º | 0.76% | 0.93% | - |
| XYZ | 37.1 | 21.18 | 7.6 | - |
| YUV | 111.78 | 103.3 | 216.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 57 | 68 | 0 | 0.76 | 0.71 | 0.07 | 356.31 | 0.82 | 0.57 |
| Hex | EC | 39 | 44 | 0 | 4C | 47 | 7 | 164 | 52 | 39 |
| Octal | 354 | 71 | 104 | 0 | 114 | 107 | 7 | 544 | 122 | 71 |
| Binary | 11101100 | 111001 | 1000100 | 0 | 1001100 | 1000111 | 111 | 101100100 | 1010010 | 111001 |
Color Harmonies of #EC3944
Complementary color
Monochromatic Colors of #EC3944
Black with #EC3944
Text Example
Text Example
White with #EC3944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3944; }
p { color: rgb(236,57,68); }
H1.HeaderClassName
{
color: #EC3944;
}
.AnyTagClassName
{
color: #EC3944;
}
</style>
background-color css
<style>
a { background-color: #EC3944; }
a { background-color: rgb(236,57,68); }
div.DivClassName
{
background-color: #EC3944;
}
.BgClassName
{
background-color: #EC3944;
}
</style>
border-color css
<style>
span { border-color: #EC3944; }
span { border-color: rgb(236,57,68); }
td.TdClassName
{
border-color: #EC3944;
}
.TagClassName
{
border-color: #EC3944;
}
</style>