Shades of Amaranth #EC2955
Tints of Amaranth #EC2955
RGB
CMYK
RGB Variations
Color information
#EC2955 (or 0xEC2955) is known color: Amaranth. HEX triplet: EC, 29 and 55. RGB value is (236,41,85). Sum of RGB (Red+Green+Blue) = 236+41+85=362 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.19% from 362); Green value is 41 (16.41% from 255 or 11.33% from 362); Blue value is 85 (33.59% from 255 or 23.48% from 362); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2955 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC2955 is #13D6AA. Grayscale: #686868. Windows color (decimal): -1300139 or 5581292. OLE color: 5581292.
HSL color Cylindrical-coordinate representation of color #EC2955: hue angle of 346.46º 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 #EC2955 is Cyan = 0, Magento = 0.83, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 41 | 85 | - |
| CMYK | 0 | 0.83 | 0.64 | 0.07 |
| HSL | 346.46º | 0.84% | 0.54% | - |
| HSV(B) | 346.46º | 0.83% | 0.93% | - |
| XYZ | 37.02 | 20.07 | 10.52 | - |
| YUV | 104.32 | 117.1 | 221.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 41 | 85 | 0 | 0.83 | 0.64 | 0.07 | 346.46 | 0.84 | 0.54 |
| Hex | EC | 29 | 55 | 0 | 53 | 40 | 7 | 15A | 54 | 36 |
| Octal | 354 | 51 | 125 | 0 | 123 | 100 | 7 | 532 | 124 | 66 |
| Binary | 11101100 | 101001 | 1010101 | 0 | 1010011 | 1000000 | 111 | 101011010 | 1010100 | 110110 |
Color Harmonies of #EC2955
Complementary color
Monochromatic Colors of #EC2955
Black with #EC2955
Text Example
Text Example
White with #EC2955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2955; }
p { color: rgb(236,41,85); }
H1.HeaderClassName
{
color: #EC2955;
}
.AnyTagClassName
{
color: #EC2955;
}
</style>
background-color css
<style>
a { background-color: #EC2955; }
a { background-color: rgb(236,41,85); }
div.DivClassName
{
background-color: #EC2955;
}
.BgClassName
{
background-color: #EC2955;
}
</style>
border-color css
<style>
span { border-color: #EC2955; }
span { border-color: rgb(236,41,85); }
td.TdClassName
{
border-color: #EC2955;
}
.TagClassName
{
border-color: #EC2955;
}
</style>