Shades of Amaranth #EC325C
Tints of Amaranth #EC325C
RGB
CMYK
RGB Variations
Color information
#EC325C (or 0xEC325C) is known color: Amaranth. HEX triplet: EC, 32 and 5C. RGB value is (236,50,92). Sum of RGB (Red+Green+Blue) = 236+50+92=378 (50% of max value = 765). Red value is 236 (92.58% from 255 or 62.43% from 378); Green value is 50 (19.92% from 255 or 13.23% from 378); Blue value is 92 (36.33% from 255 or 24.34% from 378); Max value from RGB is 236 - color contains mainly: red. Hex color #EC325C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC325C is #13CDA3. Grayscale: #6E6E6E. Windows color (decimal): -1297828 or 6042348. OLE color: 6042348.
HSL color Cylindrical-coordinate representation of color #EC325C: hue angle of 346.45º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EC325C is Cyan = 0, Magento = 0.79, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 50 | 92 | - |
| CMYK | 0 | 0.79 | 0.61 | 0.07 |
| HSL | 346.45º | 0.83% | 0.56% | - |
| HSV(B) | 346.45º | 0.79% | 0.93% | - |
| XYZ | 37.66 | 20.89 | 12.17 | - |
| YUV | 110.4 | 117.62 | 217.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 50 | 92 | 0 | 0.79 | 0.61 | 0.07 | 346.45 | 0.83 | 0.56 |
| Hex | EC | 32 | 5C | 0 | 4F | 3D | 7 | 15A | 53 | 38 |
| Octal | 354 | 62 | 134 | 0 | 117 | 75 | 7 | 532 | 123 | 70 |
| Binary | 11101100 | 110010 | 1011100 | 0 | 1001111 | 111101 | 111 | 101011010 | 1010011 | 111000 |
Color Harmonies of #EC325C
Complementary color
Monochromatic Colors of #EC325C
Black with #EC325C
Text Example
Text Example
White with #EC325C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC325C; }
p { color: rgb(236,50,92); }
H1.HeaderClassName
{
color: #EC325C;
}
.AnyTagClassName
{
color: #EC325C;
}
</style>
background-color css
<style>
a { background-color: #EC325C; }
a { background-color: rgb(236,50,92); }
div.DivClassName
{
background-color: #EC325C;
}
.BgClassName
{
background-color: #EC325C;
}
</style>
border-color css
<style>
span { border-color: #EC325C; }
span { border-color: rgb(236,50,92); }
td.TdClassName
{
border-color: #EC325C;
}
.TagClassName
{
border-color: #EC325C;
}
</style>