Shades of Amaranth #EC2058
Tints of Amaranth #EC2058
RGB
CMYK
RGB Variations
Color information
#EC2058 (or 0xEC2058) is known color: Amaranth. HEX triplet: EC, 20 and 58. RGB value is (236,32,88). Sum of RGB (Red+Green+Blue) = 236+32+88=356 (47% of max value = 765). Red value is 236 (92.58% from 255 or 66.29% from 356); Green value is 32 (12.89% from 255 or 8.99% from 356); Blue value is 88 (34.77% from 255 or 24.72% from 356); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2058 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC2058 is #13DFA7. Grayscale: #636363. Windows color (decimal): -1302440 or 5775596. OLE color: 5775596.
HSL color Cylindrical-coordinate representation of color #EC2058: hue angle of 343.53º 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 #EC2058 is Cyan = 0, Magento = 0.86, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 32 | 88 | - |
| CMYK | 0 | 0.86 | 0.63 | 0.07 |
| HSL | 343.53º | 0.84% | 0.53% | - |
| HSV(B) | 343.53º | 0.86% | 0.93% | - |
| XYZ | 36.87 | 19.57 | 11.07 | - |
| YUV | 99.38 | 121.59 | 225.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 32 | 88 | 0 | 0.86 | 0.63 | 0.07 | 343.53 | 0.84 | 0.53 |
| Hex | EC | 20 | 58 | 0 | 56 | 3F | 7 | 158 | 54 | 35 |
| Octal | 354 | 40 | 130 | 0 | 126 | 77 | 7 | 530 | 124 | 65 |
| Binary | 11101100 | 100000 | 1011000 | 0 | 1010110 | 111111 | 111 | 101011000 | 1010100 | 110101 |
Color Harmonies of #EC2058
Complementary color
Monochromatic Colors of #EC2058
Black with #EC2058
Text Example
Text Example
White with #EC2058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2058; }
p { color: rgb(236,32,88); }
H1.HeaderClassName
{
color: #EC2058;
}
.AnyTagClassName
{
color: #EC2058;
}
</style>
background-color css
<style>
a { background-color: #EC2058; }
a { background-color: rgb(236,32,88); }
div.DivClassName
{
background-color: #EC2058;
}
.BgClassName
{
background-color: #EC2058;
}
</style>
border-color css
<style>
span { border-color: #EC2058; }
span { border-color: rgb(236,32,88); }
td.TdClassName
{
border-color: #EC2058;
}
.TagClassName
{
border-color: #EC2058;
}
</style>