Shades of Amaranth #EC424E
Tints of Amaranth #EC424E
RGB
CMYK
RGB Variations
Color information
#EC424E (or 0xEC424E) is known color: Amaranth. HEX triplet: EC, 42 and 4E. RGB value is (236,66,78). Sum of RGB (Red+Green+Blue) = 236+66+78=380 (50% of max value = 765). Red value is 236 (92.58% from 255 or 62.11% from 380); Green value is 66 (26.17% from 255 or 17.37% from 380); Blue value is 78 (30.86% from 255 or 20.53% from 380); Max value from RGB is 236 - color contains mainly: red. Hex color #EC424E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC424E is #13BDB1. Grayscale: #767676. Windows color (decimal): -1293746 or 5128940. OLE color: 5128940.
HSL color Cylindrical-coordinate representation of color #EC424E: hue angle of 355.76º 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 #EC424E is Cyan = 0, Magento = 0.72, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 66 | 78 | - |
| CMYK | 0 | 0.72 | 0.67 | 0.07 |
| HSL | 355.76º | 0.82% | 0.59% | - |
| HSV(B) | 355.76º | 0.72% | 0.93% | - |
| XYZ | 37.92 | 22.28 | 9.51 | - |
| YUV | 118.2 | 105.32 | 212.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 66 | 78 | 0 | 0.72 | 0.67 | 0.07 | 355.76 | 0.82 | 0.59 |
| Hex | EC | 42 | 4E | 0 | 48 | 43 | 7 | 164 | 52 | 3B |
| Octal | 354 | 102 | 116 | 0 | 110 | 103 | 7 | 544 | 122 | 73 |
| Binary | 11101100 | 1000010 | 1001110 | 0 | 1001000 | 1000011 | 111 | 101100100 | 1010010 | 111011 |
Color Harmonies of #EC424E
Complementary color
Monochromatic Colors of #EC424E
Black with #EC424E
Text Example
Text Example
White with #EC424E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC424E; }
p { color: rgb(236,66,78); }
H1.HeaderClassName
{
color: #EC424E;
}
.AnyTagClassName
{
color: #EC424E;
}
</style>
background-color css
<style>
a { background-color: #EC424E; }
a { background-color: rgb(236,66,78); }
div.DivClassName
{
background-color: #EC424E;
}
.BgClassName
{
background-color: #EC424E;
}
</style>
border-color css
<style>
span { border-color: #EC424E; }
span { border-color: rgb(236,66,78); }
td.TdClassName
{
border-color: #EC424E;
}
.TagClassName
{
border-color: #EC424E;
}
</style>