Shades of Amaranth #EC2458
Tints of Amaranth #EC2458
RGB
CMYK
RGB Variations
Color information
#EC2458 (or 0xEC2458) is known color: Amaranth. HEX triplet: EC, 24 and 58. RGB value is (236,36,88). Sum of RGB (Red+Green+Blue) = 236+36+88=360 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.56% from 360); Green value is 36 (14.45% from 255 or 10% from 360); Blue value is 88 (34.77% from 255 or 24.44% from 360); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2458 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC2458 is #13DBA7. Grayscale: #656565. Windows color (decimal): -1301416 or 5776620. OLE color: 5776620.
HSL color Cylindrical-coordinate representation of color #EC2458: hue angle of 344.4º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EC2458 is Cyan = 0, Magento = 0.85, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 36 | 88 | - |
| CMYK | 0 | 0.85 | 0.63 | 0.07 |
| HSL | 344.4º | 0.84% | 0.53% | - |
| HSV(B) | 344.4º | 0.85% | 0.93% | - |
| XYZ | 36.98 | 19.8 | 11.1 | - |
| YUV | 101.73 | 120.26 | 223.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 36 | 88 | 0 | 0.85 | 0.63 | 0.07 | 344.4 | 0.84 | 0.53 |
| Hex | EC | 24 | 58 | 0 | 55 | 3F | 7 | 158 | 54 | 35 |
| Octal | 354 | 44 | 130 | 0 | 125 | 77 | 7 | 530 | 124 | 65 |
| Binary | 11101100 | 100100 | 1011000 | 0 | 1010101 | 111111 | 111 | 101011000 | 1010100 | 110101 |
Color Harmonies of #EC2458
Complementary color
Monochromatic Colors of #EC2458
Black with #EC2458
Text Example
Text Example
White with #EC2458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2458; }
p { color: rgb(236,36,88); }
H1.HeaderClassName
{
color: #EC2458;
}
.AnyTagClassName
{
color: #EC2458;
}
</style>
background-color css
<style>
a { background-color: #EC2458; }
a { background-color: rgb(236,36,88); }
div.DivClassName
{
background-color: #EC2458;
}
.BgClassName
{
background-color: #EC2458;
}
</style>
border-color css
<style>
span { border-color: #EC2458; }
span { border-color: rgb(236,36,88); }
td.TdClassName
{
border-color: #EC2458;
}
.TagClassName
{
border-color: #EC2458;
}
</style>