Shades of Amaranth #EC375A
Tints of Amaranth #EC375A
RGB
CMYK
RGB Variations
Color information
#EC375A (or 0xEC375A) is known color: Amaranth. HEX triplet: EC, 37 and 5A. RGB value is (236,55,90). Sum of RGB (Red+Green+Blue) = 236+55+90=381 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.94% from 381); Green value is 55 (21.88% from 255 or 14.44% from 381); Blue value is 90 (35.55% from 255 or 23.62% from 381); Max value from RGB is 236 - color contains mainly: red. Hex color #EC375A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC375A is #13C8A5. Grayscale: #717171. Windows color (decimal): -1296550 or 5912556. OLE color: 5912556.
HSL color Cylindrical-coordinate representation of color #EC375A: hue angle of 348.4º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EC375A is Cyan = 0, Magento = 0.77, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 55 | 90 | - |
| CMYK | 0 | 0.77 | 0.62 | 0.07 |
| HSL | 348.4º | 0.83% | 0.57% | - |
| HSV(B) | 348.4º | 0.77% | 0.93% | - |
| XYZ | 37.8 | 21.3 | 11.79 | - |
| YUV | 113.11 | 114.97 | 215.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 55 | 90 | 0 | 0.77 | 0.62 | 0.07 | 348.4 | 0.83 | 0.57 |
| Hex | EC | 37 | 5A | 0 | 4D | 3E | 7 | 15C | 53 | 39 |
| Octal | 354 | 67 | 132 | 0 | 115 | 76 | 7 | 534 | 123 | 71 |
| Binary | 11101100 | 110111 | 1011010 | 0 | 1001101 | 111110 | 111 | 101011100 | 1010011 | 111001 |
Color Harmonies of #EC375A
Complementary color
Monochromatic Colors of #EC375A
Black with #EC375A
Text Example
Text Example
White with #EC375A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC375A; }
p { color: rgb(236,55,90); }
H1.HeaderClassName
{
color: #EC375A;
}
.AnyTagClassName
{
color: #EC375A;
}
</style>
background-color css
<style>
a { background-color: #EC375A; }
a { background-color: rgb(236,55,90); }
div.DivClassName
{
background-color: #EC375A;
}
.BgClassName
{
background-color: #EC375A;
}
</style>
border-color css
<style>
span { border-color: #EC375A; }
span { border-color: rgb(236,55,90); }
td.TdClassName
{
border-color: #EC375A;
}
.TagClassName
{
border-color: #EC375A;
}
</style>