Shades of Amaranth #EC395B
Tints of Amaranth #EC395B
RGB
CMYK
RGB Variations
Color information
#EC395B (or 0xEC395B) is known color: Amaranth. HEX triplet: EC, 39 and 5B. RGB value is (236,57,91). Sum of RGB (Red+Green+Blue) = 236+57+91=384 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.46% from 384); Green value is 57 (22.66% from 255 or 14.84% from 384); Blue value is 91 (35.94% from 255 or 23.70% from 384); Max value from RGB is 236 - color contains mainly: red. Hex color #EC395B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC395B is #13C6A4. Grayscale: #727272. Windows color (decimal): -1296037 or 5978604. OLE color: 5978604.
HSL color Cylindrical-coordinate representation of color #EC395B: hue angle of 348.6º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EC395B is Cyan = 0, Magento = 0.76, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 57 | 91 | - |
| CMYK | 0 | 0.76 | 0.61 | 0.07 |
| HSL | 348.6º | 0.82% | 0.57% | - |
| HSV(B) | 348.6º | 0.76% | 0.93% | - |
| XYZ | 37.94 | 21.51 | 12.05 | - |
| YUV | 114.4 | 114.8 | 214.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 57 | 91 | 0 | 0.76 | 0.61 | 0.07 | 348.6 | 0.82 | 0.57 |
| Hex | EC | 39 | 5B | 0 | 4C | 3D | 7 | 15D | 52 | 39 |
| Octal | 354 | 71 | 133 | 0 | 114 | 75 | 7 | 535 | 122 | 71 |
| Binary | 11101100 | 111001 | 1011011 | 0 | 1001100 | 111101 | 111 | 101011101 | 1010010 | 111001 |
Color Harmonies of #EC395B
Complementary color
Monochromatic Colors of #EC395B
Black with #EC395B
Text Example
Text Example
White with #EC395B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC395B; }
p { color: rgb(236,57,91); }
H1.HeaderClassName
{
color: #EC395B;
}
.AnyTagClassName
{
color: #EC395B;
}
</style>
background-color css
<style>
a { background-color: #EC395B; }
a { background-color: rgb(236,57,91); }
div.DivClassName
{
background-color: #EC395B;
}
.BgClassName
{
background-color: #EC395B;
}
</style>
border-color css
<style>
span { border-color: #EC395B; }
span { border-color: rgb(236,57,91); }
td.TdClassName
{
border-color: #EC395B;
}
.TagClassName
{
border-color: #EC395B;
}
</style>