Shades of Amaranth #EC2A54
Tints of Amaranth #EC2A54
RGB
CMYK
RGB Variations
Color information
#EC2A54 (or 0xEC2A54) is known color: Amaranth. HEX triplet: EC, 2A and 54. RGB value is (236,42,84). Sum of RGB (Red+Green+Blue) = 236+42+84=362 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.19% from 362); Green value is 42 (16.80% from 255 or 11.60% from 362); Blue value is 84 (33.20% from 255 or 23.20% from 362); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2A54 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC2A54 is #13D5AB. Grayscale: #686868. Windows color (decimal): -1299884 or 5516012. OLE color: 5516012.
HSL color Cylindrical-coordinate representation of color #EC2A54: hue angle of 347.01º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EC2A54 is Cyan = 0, Magento = 0.82, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 42 | 84 | - |
| CMYK | 0 | 0.82 | 0.64 | 0.07 |
| HSL | 347.01º | 0.84% | 0.55% | - |
| HSV(B) | 347.01º | 0.82% | 0.93% | - |
| XYZ | 37.02 | 20.13 | 10.32 | - |
| YUV | 104.79 | 116.27 | 221.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 42 | 84 | 0 | 0.82 | 0.64 | 0.07 | 347.01 | 0.84 | 0.55 |
| Hex | EC | 2A | 54 | 0 | 52 | 40 | 7 | 15B | 54 | 37 |
| Octal | 354 | 52 | 124 | 0 | 122 | 100 | 7 | 533 | 124 | 67 |
| Binary | 11101100 | 101010 | 1010100 | 0 | 1010010 | 1000000 | 111 | 101011011 | 1010100 | 110111 |
Color Harmonies of #EC2A54
Complementary color
Monochromatic Colors of #EC2A54
Black with #EC2A54
Text Example
Text Example
White with #EC2A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2A54; }
p { color: rgb(236,42,84); }
H1.HeaderClassName
{
color: #EC2A54;
}
.AnyTagClassName
{
color: #EC2A54;
}
</style>
background-color css
<style>
a { background-color: #EC2A54; }
a { background-color: rgb(236,42,84); }
div.DivClassName
{
background-color: #EC2A54;
}
.BgClassName
{
background-color: #EC2A54;
}
</style>
border-color css
<style>
span { border-color: #EC2A54; }
span { border-color: rgb(236,42,84); }
td.TdClassName
{
border-color: #EC2A54;
}
.TagClassName
{
border-color: #EC2A54;
}
</style>