Shades of Amaranth #EC2956
Tints of Amaranth #EC2956
RGB
CMYK
RGB Variations
Color information
#EC2956 (or 0xEC2956) is known color: Amaranth. HEX triplet: EC, 29 and 56. RGB value is (236,41,86). Sum of RGB (Red+Green+Blue) = 236+41+86=363 (48% of max value = 765). Red value is 236 (92.58% from 255 or 65.01% from 363); Green value is 41 (16.41% from 255 or 11.29% from 363); Blue value is 86 (33.98% from 255 or 23.69% from 363); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2956 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC2956 is #13D6A9. Grayscale: #686868. Windows color (decimal): -1300138 or 5646828. OLE color: 5646828.
HSL color Cylindrical-coordinate representation of color #EC2956: hue angle of 346.15º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EC2956 is Cyan = 0, Magento = 0.83, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 41 | 86 | - |
| CMYK | 0 | 0.83 | 0.64 | 0.07 |
| HSL | 346.15º | 0.84% | 0.54% | - |
| HSV(B) | 346.15º | 0.83% | 0.93% | - |
| XYZ | 37.06 | 20.09 | 10.73 | - |
| YUV | 104.44 | 117.6 | 221.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 41 | 86 | 0 | 0.83 | 0.64 | 0.07 | 346.15 | 0.84 | 0.54 |
| Hex | EC | 29 | 56 | 0 | 53 | 40 | 7 | 15A | 54 | 36 |
| Octal | 354 | 51 | 126 | 0 | 123 | 100 | 7 | 532 | 124 | 66 |
| Binary | 11101100 | 101001 | 1010110 | 0 | 1010011 | 1000000 | 111 | 101011010 | 1010100 | 110110 |
Color Harmonies of #EC2956
Complementary color
Monochromatic Colors of #EC2956
Black with #EC2956
Text Example
Text Example
White with #EC2956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2956; }
p { color: rgb(236,41,86); }
H1.HeaderClassName
{
color: #EC2956;
}
.AnyTagClassName
{
color: #EC2956;
}
</style>
background-color css
<style>
a { background-color: #EC2956; }
a { background-color: rgb(236,41,86); }
div.DivClassName
{
background-color: #EC2956;
}
.BgClassName
{
background-color: #EC2956;
}
</style>
border-color css
<style>
span { border-color: #EC2956; }
span { border-color: rgb(236,41,86); }
td.TdClassName
{
border-color: #EC2956;
}
.TagClassName
{
border-color: #EC2956;
}
</style>