Shades of Amaranth #EC3C43
Tints of Amaranth #EC3C43
RGB
CMYK
RGB Variations
Color information
#EC3C43 (or 0xEC3C43) is known color: Amaranth. HEX triplet: EC, 3C and 43. RGB value is (236,60,67). Sum of RGB (Red+Green+Blue) = 236+60+67=363 (48% of max value = 765). Red value is 236 (92.58% from 255 or 65.01% from 363); Green value is 60 (23.83% from 255 or 16.53% from 363); Blue value is 67 (26.56% from 255 or 18.46% from 363); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3C43 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3C43 is #13C3BC. Grayscale: #717171. Windows color (decimal): -1295293 or 4406508. OLE color: 4406508.
HSL color Cylindrical-coordinate representation of color #EC3C43: hue angle of 357.61º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EC3C43 is Cyan = 0, Magento = 0.75, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 60 | 67 | - |
| CMYK | 0 | 0.75 | 0.72 | 0.07 |
| HSL | 357.61º | 0.82% | 0.58% | - |
| HSV(B) | 357.61º | 0.75% | 0.93% | - |
| XYZ | 37.22 | 21.47 | 7.49 | - |
| YUV | 113.42 | 101.81 | 215.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 60 | 67 | 0 | 0.75 | 0.72 | 0.07 | 357.61 | 0.82 | 0.58 |
| Hex | EC | 3C | 43 | 0 | 4B | 48 | 7 | 166 | 52 | 3A |
| Octal | 354 | 74 | 103 | 0 | 113 | 110 | 7 | 546 | 122 | 72 |
| Binary | 11101100 | 111100 | 1000011 | 0 | 1001011 | 1001000 | 111 | 101100110 | 1010010 | 111010 |
Color Harmonies of #EC3C43
Complementary color
Monochromatic Colors of #EC3C43
Black with #EC3C43
Text Example
Text Example
White with #EC3C43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3C43; }
p { color: rgb(236,60,67); }
H1.HeaderClassName
{
color: #EC3C43;
}
.AnyTagClassName
{
color: #EC3C43;
}
</style>
background-color css
<style>
a { background-color: #EC3C43; }
a { background-color: rgb(236,60,67); }
div.DivClassName
{
background-color: #EC3C43;
}
.BgClassName
{
background-color: #EC3C43;
}
</style>
border-color css
<style>
span { border-color: #EC3C43; }
span { border-color: rgb(236,60,67); }
td.TdClassName
{
border-color: #EC3C43;
}
.TagClassName
{
border-color: #EC3C43;
}
</style>