Shades of Amaranth #EC3A5B
Tints of Amaranth #EC3A5B
RGB
CMYK
RGB Variations
Color information
#EC3A5B (or 0xEC3A5B) is known color: Amaranth. HEX triplet: EC, 3A and 5B. RGB value is (236,58,91). Sum of RGB (Red+Green+Blue) = 236+58+91=385 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.30% from 385); Green value is 58 (23.05% from 255 or 15.06% from 385); Blue value is 91 (35.94% from 255 or 23.64% from 385); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3A5B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC3A5B is #13C5A4. Grayscale: #737373. Windows color (decimal): -1295781 or 5978860. OLE color: 5978860.
HSL color Cylindrical-coordinate representation of color #EC3A5B: hue angle of 348.88º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EC3A5B is Cyan = 0, Magento = 0.75, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 58 | 91 | - |
| CMYK | 0 | 0.75 | 0.61 | 0.07 |
| HSL | 348.88º | 0.82% | 0.58% | - |
| HSV(B) | 348.88º | 0.75% | 0.93% | - |
| XYZ | 37.99 | 21.61 | 12.07 | - |
| YUV | 114.98 | 114.47 | 214.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 58 | 91 | 0 | 0.75 | 0.61 | 0.07 | 348.88 | 0.82 | 0.58 |
| Hex | EC | 3A | 5B | 0 | 4B | 3D | 7 | 15D | 52 | 3A |
| Octal | 354 | 72 | 133 | 0 | 113 | 75 | 7 | 535 | 122 | 72 |
| Binary | 11101100 | 111010 | 1011011 | 0 | 1001011 | 111101 | 111 | 101011101 | 1010010 | 111010 |
Color Harmonies of #EC3A5B
Complementary color
Monochromatic Colors of #EC3A5B
Black with #EC3A5B
Text Example
Text Example
White with #EC3A5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3A5B; }
p { color: rgb(236,58,91); }
H1.HeaderClassName
{
color: #EC3A5B;
}
.AnyTagClassName
{
color: #EC3A5B;
}
</style>
background-color css
<style>
a { background-color: #EC3A5B; }
a { background-color: rgb(236,58,91); }
div.DivClassName
{
background-color: #EC3A5B;
}
.BgClassName
{
background-color: #EC3A5B;
}
</style>
border-color css
<style>
span { border-color: #EC3A5B; }
span { border-color: rgb(236,58,91); }
td.TdClassName
{
border-color: #EC3A5B;
}
.TagClassName
{
border-color: #EC3A5B;
}
</style>