Shades of Amaranth #EC295D
Tints of Amaranth #EC295D
RGB
CMYK
RGB Variations
Color information
#EC295D (or 0xEC295D) is known color: Amaranth. HEX triplet: EC, 29 and 5D. RGB value is (236,41,93). Sum of RGB (Red+Green+Blue) = 236+41+93=370 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.78% from 370); Green value is 41 (16.41% from 255 or 11.08% from 370); Blue value is 93 (36.72% from 255 or 25.14% from 370); Max value from RGB is 236 - color contains mainly: red. Hex color #EC295D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC295D is #13D6A2. Grayscale: #696969. Windows color (decimal): -1300131 or 6105580. OLE color: 6105580.
HSL color Cylindrical-coordinate representation of color #EC295D: hue angle of 344º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EC295D is Cyan = 0, Magento = 0.83, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 41 | 93 | - |
| CMYK | 0 | 0.83 | 0.61 | 0.07 |
| HSL | 344º | 0.84% | 0.54% | - |
| HSV(B) | 344º | 0.83% | 0.93% | - |
| XYZ | 37.36 | 20.21 | 12.29 | - |
| YUV | 105.23 | 121.1 | 221.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 41 | 93 | 0 | 0.83 | 0.61 | 0.07 | 344 | 0.84 | 0.54 |
| Hex | EC | 29 | 5D | 0 | 53 | 3D | 7 | 158 | 54 | 36 |
| Octal | 354 | 51 | 135 | 0 | 123 | 75 | 7 | 530 | 124 | 66 |
| Binary | 11101100 | 101001 | 1011101 | 0 | 1010011 | 111101 | 111 | 101011000 | 1010100 | 110110 |
Color Harmonies of #EC295D
Complementary color
Monochromatic Colors of #EC295D
Black with #EC295D
Text Example
Text Example
White with #EC295D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC295D; }
p { color: rgb(236,41,93); }
H1.HeaderClassName
{
color: #EC295D;
}
.AnyTagClassName
{
color: #EC295D;
}
</style>
background-color css
<style>
a { background-color: #EC295D; }
a { background-color: rgb(236,41,93); }
div.DivClassName
{
background-color: #EC295D;
}
.BgClassName
{
background-color: #EC295D;
}
</style>
border-color css
<style>
span { border-color: #EC295D; }
span { border-color: rgb(236,41,93); }
td.TdClassName
{
border-color: #EC295D;
}
.TagClassName
{
border-color: #EC295D;
}
</style>