Shades of Amaranth #EC2256
Tints of Amaranth #EC2256
RGB
CMYK
RGB Variations
Color information
#EC2256 (or 0xEC2256) is known color: Amaranth. HEX triplet: EC, 22 and 56. RGB value is (236,34,86). Sum of RGB (Red+Green+Blue) = 236+34+86=356 (47% of max value = 765). Red value is 236 (92.58% from 255 or 66.29% from 356); Green value is 34 (13.67% from 255 or 9.55% from 356); Blue value is 86 (33.98% from 255 or 24.16% from 356); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2256 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC2256 is #13DDA9. Grayscale: #646464. Windows color (decimal): -1301930 or 5645036. OLE color: 5645036.
HSL color Cylindrical-coordinate representation of color #EC2256: hue angle of 344.55º 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 #EC2256 is Cyan = 0, Magento = 0.86, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 34 | 86 | - |
| CMYK | 0 | 0.86 | 0.64 | 0.07 |
| HSL | 344.55º | 0.84% | 0.53% | - |
| HSV(B) | 344.55º | 0.86% | 0.93% | - |
| XYZ | 36.84 | 19.65 | 10.65 | - |
| YUV | 100.33 | 119.92 | 224.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 34 | 86 | 0 | 0.86 | 0.64 | 0.07 | 344.55 | 0.84 | 0.53 |
| Hex | EC | 22 | 56 | 0 | 56 | 40 | 7 | 159 | 54 | 35 |
| Octal | 354 | 42 | 126 | 0 | 126 | 100 | 7 | 531 | 124 | 65 |
| Binary | 11101100 | 100010 | 1010110 | 0 | 1010110 | 1000000 | 111 | 101011001 | 1010100 | 110101 |
Color Harmonies of #EC2256
Complementary color
Monochromatic Colors of #EC2256
Black with #EC2256
Text Example
Text Example
White with #EC2256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2256; }
p { color: rgb(236,34,86); }
H1.HeaderClassName
{
color: #EC2256;
}
.AnyTagClassName
{
color: #EC2256;
}
</style>
background-color css
<style>
a { background-color: #EC2256; }
a { background-color: rgb(236,34,86); }
div.DivClassName
{
background-color: #EC2256;
}
.BgClassName
{
background-color: #EC2256;
}
</style>
border-color css
<style>
span { border-color: #EC2256; }
span { border-color: rgb(236,34,86); }
td.TdClassName
{
border-color: #EC2256;
}
.TagClassName
{
border-color: #EC2256;
}
</style>