Shades of Amaranth #EC2254
Tints of Amaranth #EC2254
RGB
CMYK
RGB Variations
Color information
#EC2254 (or 0xEC2254) is known color: Amaranth. HEX triplet: EC, 22 and 54. RGB value is (236,34,84). Sum of RGB (Red+Green+Blue) = 236+34+84=354 (46% of max value = 765). Red value is 236 (92.58% from 255 or 66.67% from 354); Green value is 34 (13.67% from 255 or 9.60% from 354); Blue value is 84 (33.20% from 255 or 23.73% from 354); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2254 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC2254 is #13DDAB. Grayscale: #646464. Windows color (decimal): -1301932 or 5513964. OLE color: 5513964.
HSL color Cylindrical-coordinate representation of color #EC2254: hue angle of 345.15º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EC2254 is Cyan = 0, Magento = 0.86, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 34 | 84 | - |
| CMYK | 0 | 0.86 | 0.64 | 0.07 |
| HSL | 345.15º | 0.84% | 0.53% | - |
| HSV(B) | 345.15º | 0.86% | 0.93% | - |
| XYZ | 36.76 | 19.62 | 10.24 | - |
| YUV | 100.1 | 118.92 | 224.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 34 | 84 | 0 | 0.86 | 0.64 | 0.07 | 345.15 | 0.84 | 0.53 |
| Hex | EC | 22 | 54 | 0 | 56 | 40 | 7 | 159 | 54 | 35 |
| Octal | 354 | 42 | 124 | 0 | 126 | 100 | 7 | 531 | 124 | 65 |
| Binary | 11101100 | 100010 | 1010100 | 0 | 1010110 | 1000000 | 111 | 101011001 | 1010100 | 110101 |
Color Harmonies of #EC2254
Complementary color
Monochromatic Colors of #EC2254
Black with #EC2254
Text Example
Text Example
White with #EC2254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2254; }
p { color: rgb(236,34,84); }
H1.HeaderClassName
{
color: #EC2254;
}
.AnyTagClassName
{
color: #EC2254;
}
</style>
background-color css
<style>
a { background-color: #EC2254; }
a { background-color: rgb(236,34,84); }
div.DivClassName
{
background-color: #EC2254;
}
.BgClassName
{
background-color: #EC2254;
}
</style>
border-color css
<style>
span { border-color: #EC2254; }
span { border-color: rgb(236,34,84); }
td.TdClassName
{
border-color: #EC2254;
}
.TagClassName
{
border-color: #EC2254;
}
</style>