Shades of Amaranth #EC395A
Tints of Amaranth #EC395A
RGB
CMYK
RGB Variations
Color information
#EC395A (or 0xEC395A) is known color: Amaranth. HEX triplet: EC, 39 and 5A. RGB value is (236,57,90). Sum of RGB (Red+Green+Blue) = 236+57+90=383 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.62% from 383); Green value is 57 (22.66% from 255 or 14.88% from 383); Blue value is 90 (35.55% from 255 or 23.50% from 383); Max value from RGB is 236 - color contains mainly: red. Hex color #EC395A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC395A is #13C6A5. Grayscale: #727272. Windows color (decimal): -1296038 or 5913068. OLE color: 5913068.
HSL color Cylindrical-coordinate representation of color #EC395A: hue angle of 348.94º 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 #EC395A is Cyan = 0, Magento = 0.76, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 57 | 90 | - |
| CMYK | 0 | 0.76 | 0.62 | 0.07 |
| HSL | 348.94º | 0.82% | 0.57% | - |
| HSV(B) | 348.94º | 0.76% | 0.93% | - |
| XYZ | 37.9 | 21.5 | 11.82 | - |
| YUV | 114.28 | 114.3 | 214.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 57 | 90 | 0 | 0.76 | 0.62 | 0.07 | 348.94 | 0.82 | 0.57 |
| Hex | EC | 39 | 5A | 0 | 4C | 3E | 7 | 15D | 52 | 39 |
| Octal | 354 | 71 | 132 | 0 | 114 | 76 | 7 | 535 | 122 | 71 |
| Binary | 11101100 | 111001 | 1011010 | 0 | 1001100 | 111110 | 111 | 101011101 | 1010010 | 111001 |
Color Harmonies of #EC395A
Complementary color
Monochromatic Colors of #EC395A
Black with #EC395A
Text Example
Text Example
White with #EC395A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC395A; }
p { color: rgb(236,57,90); }
H1.HeaderClassName
{
color: #EC395A;
}
.AnyTagClassName
{
color: #EC395A;
}
</style>
background-color css
<style>
a { background-color: #EC395A; }
a { background-color: rgb(236,57,90); }
div.DivClassName
{
background-color: #EC395A;
}
.BgClassName
{
background-color: #EC395A;
}
</style>
border-color css
<style>
span { border-color: #EC395A; }
span { border-color: rgb(236,57,90); }
td.TdClassName
{
border-color: #EC395A;
}
.TagClassName
{
border-color: #EC395A;
}
</style>