Shades of Amaranth #EC255A
Tints of Amaranth #EC255A
RGB
CMYK
RGB Variations
Color information
#EC255A (or 0xEC255A) is known color: Amaranth. HEX triplet: EC, 25 and 5A. RGB value is (236,37,90). Sum of RGB (Red+Green+Blue) = 236+37+90=363 (48% of max value = 765). Red value is 236 (92.58% from 255 or 65.01% from 363); Green value is 37 (14.84% from 255 or 10.19% from 363); Blue value is 90 (35.55% from 255 or 24.79% from 363); Max value from RGB is 236 - color contains mainly: red. Hex color #EC255A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC255A is #13DAA5. Grayscale: #666666. Windows color (decimal): -1301158 or 5907948. OLE color: 5907948.
HSL color Cylindrical-coordinate representation of color #EC255A: hue angle of 344.02º 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 #EC255A is Cyan = 0, Magento = 0.84, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 37 | 90 | - |
| CMYK | 0 | 0.84 | 0.62 | 0.07 |
| HSL | 344.02º | 0.84% | 0.54% | - |
| HSV(B) | 344.02º | 0.84% | 0.93% | - |
| XYZ | 37.1 | 19.89 | 11.56 | - |
| YUV | 102.54 | 120.93 | 223.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 37 | 90 | 0 | 0.84 | 0.62 | 0.07 | 344.02 | 0.84 | 0.54 |
| Hex | EC | 25 | 5A | 0 | 54 | 3E | 7 | 158 | 54 | 36 |
| Octal | 354 | 45 | 132 | 0 | 124 | 76 | 7 | 530 | 124 | 66 |
| Binary | 11101100 | 100101 | 1011010 | 0 | 1010100 | 111110 | 111 | 101011000 | 1010100 | 110110 |
Color Harmonies of #EC255A
Complementary color
Monochromatic Colors of #EC255A
Black with #EC255A
Text Example
Text Example
White with #EC255A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC255A; }
p { color: rgb(236,37,90); }
H1.HeaderClassName
{
color: #EC255A;
}
.AnyTagClassName
{
color: #EC255A;
}
</style>
background-color css
<style>
a { background-color: #EC255A; }
a { background-color: rgb(236,37,90); }
div.DivClassName
{
background-color: #EC255A;
}
.BgClassName
{
background-color: #EC255A;
}
</style>
border-color css
<style>
span { border-color: #EC255A; }
span { border-color: rgb(236,37,90); }
td.TdClassName
{
border-color: #EC255A;
}
.TagClassName
{
border-color: #EC255A;
}
</style>