Shades of Amaranth #EC355B
Tints of Amaranth #EC355B
RGB
CMYK
RGB Variations
Color information
#EC355B (or 0xEC355B) is known color: Amaranth. HEX triplet: EC, 35 and 5B. RGB value is (236,53,91). Sum of RGB (Red+Green+Blue) = 236+53+91=380 (50% of max value = 765). Red value is 236 (92.58% from 255 or 62.11% from 380); Green value is 53 (21.09% from 255 or 13.95% from 380); Blue value is 91 (35.94% from 255 or 23.95% from 380); Max value from RGB is 236 - color contains mainly: red. Hex color #EC355B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC355B is #13CAA4. Grayscale: #707070. Windows color (decimal): -1297061 or 5977580. OLE color: 5977580.
HSL color Cylindrical-coordinate representation of color #EC355B: hue angle of 347.54º 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 #EC355B is Cyan = 0, Magento = 0.78, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 53 | 91 | - |
| CMYK | 0 | 0.78 | 0.61 | 0.07 |
| HSL | 347.54º | 0.83% | 0.57% | - |
| HSV(B) | 347.54º | 0.78% | 0.93% | - |
| XYZ | 37.75 | 21.13 | 11.99 | - |
| YUV | 112.05 | 116.13 | 216.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 53 | 91 | 0 | 0.78 | 0.61 | 0.07 | 347.54 | 0.83 | 0.57 |
| Hex | EC | 35 | 5B | 0 | 4E | 3D | 7 | 15C | 53 | 39 |
| Octal | 354 | 65 | 133 | 0 | 116 | 75 | 7 | 534 | 123 | 71 |
| Binary | 11101100 | 110101 | 1011011 | 0 | 1001110 | 111101 | 111 | 101011100 | 1010011 | 111001 |
Color Harmonies of #EC355B
Complementary color
Monochromatic Colors of #EC355B
Black with #EC355B
Text Example
Text Example
White with #EC355B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC355B; }
p { color: rgb(236,53,91); }
H1.HeaderClassName
{
color: #EC355B;
}
.AnyTagClassName
{
color: #EC355B;
}
</style>
background-color css
<style>
a { background-color: #EC355B; }
a { background-color: rgb(236,53,91); }
div.DivClassName
{
background-color: #EC355B;
}
.BgClassName
{
background-color: #EC355B;
}
</style>
border-color css
<style>
span { border-color: #EC355B; }
span { border-color: rgb(236,53,91); }
td.TdClassName
{
border-color: #EC355B;
}
.TagClassName
{
border-color: #EC355B;
}
</style>