Shades of Amaranth #EC2958
Tints of Amaranth #EC2958
RGB
CMYK
RGB Variations
Color information
#EC2958 (or 0xEC2958) is known color: Amaranth. HEX triplet: EC, 29 and 58. RGB value is (236,41,88). Sum of RGB (Red+Green+Blue) = 236+41+88=365 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.66% from 365); Green value is 41 (16.41% from 255 or 11.23% from 365); Blue value is 88 (34.77% from 255 or 24.11% from 365); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2958 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC2958 is #13D6A7. Grayscale: #686868. Windows color (decimal): -1300136 or 5777900. OLE color: 5777900.
HSL color Cylindrical-coordinate representation of color #EC2958: hue angle of 345.54º 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 #EC2958 is Cyan = 0, Magento = 0.83, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 41 | 88 | - |
| CMYK | 0 | 0.83 | 0.63 | 0.07 |
| HSL | 345.54º | 0.84% | 0.54% | - |
| HSV(B) | 345.54º | 0.83% | 0.93% | - |
| XYZ | 37.15 | 20.12 | 11.16 | - |
| YUV | 104.66 | 118.6 | 221.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 41 | 88 | 0 | 0.83 | 0.63 | 0.07 | 345.54 | 0.84 | 0.54 |
| Hex | EC | 29 | 58 | 0 | 53 | 3F | 7 | 15A | 54 | 36 |
| Octal | 354 | 51 | 130 | 0 | 123 | 77 | 7 | 532 | 124 | 66 |
| Binary | 11101100 | 101001 | 1011000 | 0 | 1010011 | 111111 | 111 | 101011010 | 1010100 | 110110 |
Color Harmonies of #EC2958
Complementary color
Monochromatic Colors of #EC2958
Black with #EC2958
Text Example
Text Example
White with #EC2958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2958; }
p { color: rgb(236,41,88); }
H1.HeaderClassName
{
color: #EC2958;
}
.AnyTagClassName
{
color: #EC2958;
}
</style>
background-color css
<style>
a { background-color: #EC2958; }
a { background-color: rgb(236,41,88); }
div.DivClassName
{
background-color: #EC2958;
}
.BgClassName
{
background-color: #EC2958;
}
</style>
border-color css
<style>
span { border-color: #EC2958; }
span { border-color: rgb(236,41,88); }
td.TdClassName
{
border-color: #EC2958;
}
.TagClassName
{
border-color: #EC2958;
}
</style>