Shades of Amaranth #EC3143
Tints of Amaranth #EC3143
RGB
CMYK
RGB Variations
Color information
#EC3143 (or 0xEC3143) is known color: Amaranth. HEX triplet: EC, 31 and 43. RGB value is (236,49,67). Sum of RGB (Red+Green+Blue) = 236+49+67=352 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.05% from 352); Green value is 49 (19.53% from 255 or 13.92% from 352); Blue value is 67 (26.56% from 255 or 19.03% from 352); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3143 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3143 is #13CEBC. Grayscale: #6B6B6B. Windows color (decimal): -1298109 or 4403692. OLE color: 4403692.
HSL color Cylindrical-coordinate representation of color #EC3143: hue angle of 354.22º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EC3143 is Cyan = 0, Magento = 0.79, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 49 | 67 | - |
| CMYK | 0 | 0.79 | 0.72 | 0.07 |
| HSL | 354.22º | 0.83% | 0.56% | - |
| HSV(B) | 354.22º | 0.79% | 0.93% | - |
| XYZ | 36.7 | 20.43 | 7.32 | - |
| YUV | 106.97 | 105.45 | 220.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 49 | 67 | 0 | 0.79 | 0.72 | 0.07 | 354.22 | 0.83 | 0.56 |
| Hex | EC | 31 | 43 | 0 | 4F | 48 | 7 | 162 | 53 | 38 |
| Octal | 354 | 61 | 103 | 0 | 117 | 110 | 7 | 542 | 123 | 70 |
| Binary | 11101100 | 110001 | 1000011 | 0 | 1001111 | 1001000 | 111 | 101100010 | 1010011 | 111000 |
Color Harmonies of #EC3143
Complementary color
Monochromatic Colors of #EC3143
Black with #EC3143
Text Example
Text Example
White with #EC3143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3143; }
p { color: rgb(236,49,67); }
H1.HeaderClassName
{
color: #EC3143;
}
.AnyTagClassName
{
color: #EC3143;
}
</style>
background-color css
<style>
a { background-color: #EC3143; }
a { background-color: rgb(236,49,67); }
div.DivClassName
{
background-color: #EC3143;
}
.BgClassName
{
background-color: #EC3143;
}
</style>
border-color css
<style>
span { border-color: #EC3143; }
span { border-color: rgb(236,49,67); }
td.TdClassName
{
border-color: #EC3143;
}
.TagClassName
{
border-color: #EC3143;
}
</style>