Shades of Amaranth #EC2D4A
Tints of Amaranth #EC2D4A
RGB
CMYK
RGB Variations
Color information
#EC2D4A (or 0xEC2D4A) is known color: Amaranth. HEX triplet: EC, 2D and 4A. RGB value is (236,45,74). Sum of RGB (Red+Green+Blue) = 236+45+74=355 (47% of max value = 765). Red value is 236 (92.58% from 255 or 66.48% from 355); Green value is 45 (17.97% from 255 or 12.68% from 355); Blue value is 74 (29.30% from 255 or 20.85% from 355); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2D4A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC2D4A is #13D2B5. Grayscale: #696969. Windows color (decimal): -1299126 or 4861420. OLE color: 4861420.
HSL color Cylindrical-coordinate representation of color #EC2D4A: hue angle of 350.89º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EC2D4A is Cyan = 0, Magento = 0.81, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 45 | 74 | - |
| CMYK | 0 | 0.81 | 0.69 | 0.07 |
| HSL | 350.89º | 0.83% | 0.55% | - |
| HSV(B) | 350.89º | 0.81% | 0.93% | - |
| XYZ | 36.77 | 20.2 | 8.44 | - |
| YUV | 105.42 | 110.28 | 221.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 45 | 74 | 0 | 0.81 | 0.69 | 0.07 | 350.89 | 0.83 | 0.55 |
| Hex | EC | 2D | 4A | 0 | 51 | 45 | 7 | 15F | 53 | 37 |
| Octal | 354 | 55 | 112 | 0 | 121 | 105 | 7 | 537 | 123 | 67 |
| Binary | 11101100 | 101101 | 1001010 | 0 | 1010001 | 1000101 | 111 | 101011111 | 1010011 | 110111 |
Color Harmonies of #EC2D4A
Complementary color
Monochromatic Colors of #EC2D4A
Black with #EC2D4A
Text Example
Text Example
White with #EC2D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2D4A; }
p { color: rgb(236,45,74); }
H1.HeaderClassName
{
color: #EC2D4A;
}
.AnyTagClassName
{
color: #EC2D4A;
}
</style>
background-color css
<style>
a { background-color: #EC2D4A; }
a { background-color: rgb(236,45,74); }
div.DivClassName
{
background-color: #EC2D4A;
}
.BgClassName
{
background-color: #EC2D4A;
}
</style>
border-color css
<style>
span { border-color: #EC2D4A; }
span { border-color: rgb(236,45,74); }
td.TdClassName
{
border-color: #EC2D4A;
}
.TagClassName
{
border-color: #EC2D4A;
}
</style>