Shades of Amaranth #EC4146
Tints of Amaranth #EC4146
RGB
CMYK
RGB Variations
Color information
#EC4146 (or 0xEC4146) is known color: Amaranth. HEX triplet: EC, 41 and 46. RGB value is (236,65,70). Sum of RGB (Red+Green+Blue) = 236+65+70=371 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.61% from 371); Green value is 65 (25.78% from 255 or 17.52% from 371); Blue value is 70 (27.73% from 255 or 18.87% from 371); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4146 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC4146 is #13BEB9. Grayscale: #747474. Windows color (decimal): -1294010 or 4604396. OLE color: 4604396.
HSL color Cylindrical-coordinate representation of color #EC4146: hue angle of 358.25º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EC4146 is Cyan = 0, Magento = 0.72, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 65 | 70 | - |
| CMYK | 0 | 0.72 | 0.70 | 0.07 |
| HSL | 358.25º | 0.82% | 0.59% | - |
| HSV(B) | 358.25º | 0.72% | 0.93% | - |
| XYZ | 37.59 | 22.06 | 8.07 | - |
| YUV | 116.7 | 101.65 | 213.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 65 | 70 | 0 | 0.72 | 0.70 | 0.07 | 358.25 | 0.82 | 0.59 |
| Hex | EC | 41 | 46 | 0 | 48 | 46 | 7 | 166 | 52 | 3B |
| Octal | 354 | 101 | 106 | 0 | 110 | 106 | 7 | 546 | 122 | 73 |
| Binary | 11101100 | 1000001 | 1000110 | 0 | 1001000 | 1000110 | 111 | 101100110 | 1010010 | 111011 |
Color Harmonies of #EC4146
Complementary color
Monochromatic Colors of #EC4146
Black with #EC4146
Text Example
Text Example
White with #EC4146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4146; }
p { color: rgb(236,65,70); }
H1.HeaderClassName
{
color: #EC4146;
}
.AnyTagClassName
{
color: #EC4146;
}
</style>
background-color css
<style>
a { background-color: #EC4146; }
a { background-color: rgb(236,65,70); }
div.DivClassName
{
background-color: #EC4146;
}
.BgClassName
{
background-color: #EC4146;
}
</style>
border-color css
<style>
span { border-color: #EC4146; }
span { border-color: rgb(236,65,70); }
td.TdClassName
{
border-color: #EC4146;
}
.TagClassName
{
border-color: #EC4146;
}
</style>