Shades of Amaranth #EC2945
Tints of Amaranth #EC2945
RGB
CMYK
RGB Variations
Color information
#EC2945 (or 0xEC2945) is known color: Amaranth. HEX triplet: EC, 29 and 45. RGB value is (236,41,69). Sum of RGB (Red+Green+Blue) = 236+41+69=346 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.21% from 346); Green value is 41 (16.41% from 255 or 11.85% from 346); Blue value is 69 (27.34% from 255 or 19.94% from 346); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2945 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC2945 is #13D6BA. Grayscale: #666666. Windows color (decimal): -1300155 or 4532716. OLE color: 4532716.
HSL color Cylindrical-coordinate representation of color #EC2945: hue angle of 351.38º 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 #EC2945 is Cyan = 0, Magento = 0.83, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 41 | 69 | - |
| CMYK | 0 | 0.83 | 0.71 | 0.07 |
| HSL | 351.38º | 0.84% | 0.54% | - |
| HSV(B) | 351.38º | 0.83% | 0.93% | - |
| XYZ | 36.46 | 19.85 | 7.54 | - |
| YUV | 102.5 | 109.1 | 223.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 41 | 69 | 0 | 0.83 | 0.71 | 0.07 | 351.38 | 0.84 | 0.54 |
| Hex | EC | 29 | 45 | 0 | 53 | 47 | 7 | 15F | 54 | 36 |
| Octal | 354 | 51 | 105 | 0 | 123 | 107 | 7 | 537 | 124 | 66 |
| Binary | 11101100 | 101001 | 1000101 | 0 | 1010011 | 1000111 | 111 | 101011111 | 1010100 | 110110 |
Color Harmonies of #EC2945
Complementary color
Monochromatic Colors of #EC2945
Black with #EC2945
Text Example
Text Example
White with #EC2945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2945; }
p { color: rgb(236,41,69); }
H1.HeaderClassName
{
color: #EC2945;
}
.AnyTagClassName
{
color: #EC2945;
}
</style>
background-color css
<style>
a { background-color: #EC2945; }
a { background-color: rgb(236,41,69); }
div.DivClassName
{
background-color: #EC2945;
}
.BgClassName
{
background-color: #EC2945;
}
</style>
border-color css
<style>
span { border-color: #EC2945; }
span { border-color: rgb(236,41,69); }
td.TdClassName
{
border-color: #EC2945;
}
.TagClassName
{
border-color: #EC2945;
}
</style>