Shades of Amaranth #EC355C
Tints of Amaranth #EC355C
RGB
CMYK
RGB Variations
Color information
#EC355C (or 0xEC355C) is known color: Amaranth. HEX triplet: EC, 35 and 5C. RGB value is (236,53,92). Sum of RGB (Red+Green+Blue) = 236+53+92=381 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.94% from 381); Green value is 53 (21.09% from 255 or 13.91% from 381); Blue value is 92 (36.33% from 255 or 24.15% from 381); Max value from RGB is 236 - color contains mainly: red. Hex color #EC355C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC355C is #13CAA3. Grayscale: #707070. Windows color (decimal): -1297060 or 6043116. OLE color: 6043116.
HSL color Cylindrical-coordinate representation of color #EC355C: hue angle of 347.21º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EC355C is Cyan = 0, Magento = 0.78, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 53 | 92 | - |
| CMYK | 0 | 0.78 | 0.61 | 0.07 |
| HSL | 347.21º | 0.83% | 0.57% | - |
| HSV(B) | 347.21º | 0.78% | 0.93% | - |
| XYZ | 37.8 | 21.15 | 12.22 | - |
| YUV | 112.16 | 116.63 | 216.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 53 | 92 | 0 | 0.78 | 0.61 | 0.07 | 347.21 | 0.83 | 0.57 |
| Hex | EC | 35 | 5C | 0 | 4E | 3D | 7 | 15B | 53 | 39 |
| Octal | 354 | 65 | 134 | 0 | 116 | 75 | 7 | 533 | 123 | 71 |
| Binary | 11101100 | 110101 | 1011100 | 0 | 1001110 | 111101 | 111 | 101011011 | 1010011 | 111001 |
Color Harmonies of #EC355C
Complementary color
Monochromatic Colors of #EC355C
Black with #EC355C
Text Example
Text Example
White with #EC355C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC355C; }
p { color: rgb(236,53,92); }
H1.HeaderClassName
{
color: #EC355C;
}
.AnyTagClassName
{
color: #EC355C;
}
</style>
background-color css
<style>
a { background-color: #EC355C; }
a { background-color: rgb(236,53,92); }
div.DivClassName
{
background-color: #EC355C;
}
.BgClassName
{
background-color: #EC355C;
}
</style>
border-color css
<style>
span { border-color: #EC355C; }
span { border-color: rgb(236,53,92); }
td.TdClassName
{
border-color: #EC355C;
}
.TagClassName
{
border-color: #EC355C;
}
</style>