Shades of Amaranth #EC345B
Tints of Amaranth #EC345B
RGB
CMYK
RGB Variations
Color information
#EC345B (or 0xEC345B) is known color: Amaranth. HEX triplet: EC, 34 and 5B. RGB value is (236,52,91). Sum of RGB (Red+Green+Blue) = 236+52+91=379 (50% of max value = 765). Red value is 236 (92.58% from 255 or 62.27% from 379); Green value is 52 (20.70% from 255 or 13.72% from 379); Blue value is 91 (35.94% from 255 or 24.01% from 379); Max value from RGB is 236 - color contains mainly: red. Hex color #EC345B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC345B is #13CBA4. Grayscale: #6F6F6F. Windows color (decimal): -1297317 or 5977324. OLE color: 5977324.
HSL color Cylindrical-coordinate representation of color #EC345B: hue angle of 347.28º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EC345B is Cyan = 0, Magento = 0.78, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 52 | 91 | - |
| CMYK | 0 | 0.78 | 0.61 | 0.07 |
| HSL | 347.28º | 0.83% | 0.56% | - |
| HSV(B) | 347.28º | 0.78% | 0.93% | - |
| XYZ | 37.71 | 21.04 | 11.97 | - |
| YUV | 111.46 | 116.46 | 216.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 52 | 91 | 0 | 0.78 | 0.61 | 0.07 | 347.28 | 0.83 | 0.56 |
| Hex | EC | 34 | 5B | 0 | 4E | 3D | 7 | 15B | 53 | 38 |
| Octal | 354 | 64 | 133 | 0 | 116 | 75 | 7 | 533 | 123 | 70 |
| Binary | 11101100 | 110100 | 1011011 | 0 | 1001110 | 111101 | 111 | 101011011 | 1010011 | 111000 |
Color Harmonies of #EC345B
Complementary color
Monochromatic Colors of #EC345B
Black with #EC345B
Text Example
Text Example
White with #EC345B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC345B; }
p { color: rgb(236,52,91); }
H1.HeaderClassName
{
color: #EC345B;
}
.AnyTagClassName
{
color: #EC345B;
}
</style>
background-color css
<style>
a { background-color: #EC345B; }
a { background-color: rgb(236,52,91); }
div.DivClassName
{
background-color: #EC345B;
}
.BgClassName
{
background-color: #EC345B;
}
</style>
border-color css
<style>
span { border-color: #EC345B; }
span { border-color: rgb(236,52,91); }
td.TdClassName
{
border-color: #EC345B;
}
.TagClassName
{
border-color: #EC345B;
}
</style>