Shades of Amaranth #EC3846
Tints of Amaranth #EC3846
RGB
CMYK
RGB Variations
Color information
#EC3846 (or 0xEC3846) is known color: Amaranth. HEX triplet: EC, 38 and 46. RGB value is (236,56,70). Sum of RGB (Red+Green+Blue) = 236+56+70=362 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.19% from 362); Green value is 56 (22.27% from 255 or 15.47% from 362); Blue value is 70 (27.73% from 255 or 19.34% from 362); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3846 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3846 is #13C7B9. Grayscale: #6F6F6F. Windows color (decimal): -1296314 or 4602092. OLE color: 4602092.
HSL color Cylindrical-coordinate representation of color #EC3846: hue angle of 355.33º degrees, saturation: 0.83, 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 #EC3846 is Cyan = 0, Magento = 0.76, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 56 | 70 | - |
| CMYK | 0 | 0.76 | 0.70 | 0.07 |
| HSL | 355.33º | 0.83% | 0.57% | - |
| HSV(B) | 355.33º | 0.76% | 0.93% | - |
| XYZ | 37.11 | 21.1 | 7.91 | - |
| YUV | 111.42 | 104.63 | 216.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 56 | 70 | 0 | 0.76 | 0.70 | 0.07 | 355.33 | 0.83 | 0.57 |
| Hex | EC | 38 | 46 | 0 | 4C | 46 | 7 | 163 | 53 | 39 |
| Octal | 354 | 70 | 106 | 0 | 114 | 106 | 7 | 543 | 123 | 71 |
| Binary | 11101100 | 111000 | 1000110 | 0 | 1001100 | 1000110 | 111 | 101100011 | 1010011 | 111001 |
Color Harmonies of #EC3846
Complementary color
Monochromatic Colors of #EC3846
Black with #EC3846
Text Example
Text Example
White with #EC3846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3846; }
p { color: rgb(236,56,70); }
H1.HeaderClassName
{
color: #EC3846;
}
.AnyTagClassName
{
color: #EC3846;
}
</style>
background-color css
<style>
a { background-color: #EC3846; }
a { background-color: rgb(236,56,70); }
div.DivClassName
{
background-color: #EC3846;
}
.BgClassName
{
background-color: #EC3846;
}
</style>
border-color css
<style>
span { border-color: #EC3846; }
span { border-color: rgb(236,56,70); }
td.TdClassName
{
border-color: #EC3846;
}
.TagClassName
{
border-color: #EC3846;
}
</style>