Shades of Amaranth #EC255D
Tints of Amaranth #EC255D
RGB
CMYK
RGB Variations
Color information
#EC255D (or 0xEC255D) is known color: Amaranth. HEX triplet: EC, 25 and 5D. RGB value is (236,37,93). Sum of RGB (Red+Green+Blue) = 236+37+93=366 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.48% from 366); Green value is 37 (14.84% from 255 or 10.11% from 366); Blue value is 93 (36.72% from 255 or 25.41% from 366); Max value from RGB is 236 - color contains mainly: red. Hex color #EC255D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC255D is #13DAA2. Grayscale: #666666. Windows color (decimal): -1301155 or 6104556. OLE color: 6104556.
HSL color Cylindrical-coordinate representation of color #EC255D: hue angle of 343.12º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EC255D is Cyan = 0, Magento = 0.84, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 37 | 93 | - |
| CMYK | 0 | 0.84 | 0.61 | 0.07 |
| HSL | 343.12º | 0.84% | 0.54% | - |
| HSV(B) | 343.12º | 0.84% | 0.93% | - |
| XYZ | 37.23 | 19.95 | 12.24 | - |
| YUV | 102.89 | 122.43 | 222.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 37 | 93 | 0 | 0.84 | 0.61 | 0.07 | 343.12 | 0.84 | 0.54 |
| Hex | EC | 25 | 5D | 0 | 54 | 3D | 7 | 157 | 54 | 36 |
| Octal | 354 | 45 | 135 | 0 | 124 | 75 | 7 | 527 | 124 | 66 |
| Binary | 11101100 | 100101 | 1011101 | 0 | 1010100 | 111101 | 111 | 101010111 | 1010100 | 110110 |
Color Harmonies of #EC255D
Complementary color
Monochromatic Colors of #EC255D
Black with #EC255D
Text Example
Text Example
White with #EC255D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC255D; }
p { color: rgb(236,37,93); }
H1.HeaderClassName
{
color: #EC255D;
}
.AnyTagClassName
{
color: #EC255D;
}
</style>
background-color css
<style>
a { background-color: #EC255D; }
a { background-color: rgb(236,37,93); }
div.DivClassName
{
background-color: #EC255D;
}
.BgClassName
{
background-color: #EC255D;
}
</style>
border-color css
<style>
span { border-color: #EC255D; }
span { border-color: rgb(236,37,93); }
td.TdClassName
{
border-color: #EC255D;
}
.TagClassName
{
border-color: #EC255D;
}
</style>