Shades of Amaranth #EC255B
Tints of Amaranth #EC255B
RGB
CMYK
RGB Variations
Color information
#EC255B (or 0xEC255B) is known color: Amaranth. HEX triplet: EC, 25 and 5B. RGB value is (236,37,91). Sum of RGB (Red+Green+Blue) = 236+37+91=364 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.84% from 364); Green value is 37 (14.84% from 255 or 10.16% from 364); Blue value is 91 (35.94% from 255 or 25% from 364); Max value from RGB is 236 - color contains mainly: red. Hex color #EC255B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC255B is #13DAA4. Grayscale: #666666. Windows color (decimal): -1301157 or 5973484. OLE color: 5973484.
HSL color Cylindrical-coordinate representation of color #EC255B: hue angle of 343.72º 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 #EC255B is Cyan = 0, Magento = 0.84, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 37 | 91 | - |
| CMYK | 0 | 0.84 | 0.61 | 0.07 |
| HSL | 343.72º | 0.84% | 0.54% | - |
| HSV(B) | 343.72º | 0.84% | 0.93% | - |
| XYZ | 37.14 | 19.91 | 11.78 | - |
| YUV | 102.66 | 121.43 | 223.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 37 | 91 | 0 | 0.84 | 0.61 | 0.07 | 343.72 | 0.84 | 0.54 |
| Hex | EC | 25 | 5B | 0 | 54 | 3D | 7 | 158 | 54 | 36 |
| Octal | 354 | 45 | 133 | 0 | 124 | 75 | 7 | 530 | 124 | 66 |
| Binary | 11101100 | 100101 | 1011011 | 0 | 1010100 | 111101 | 111 | 101011000 | 1010100 | 110110 |
Color Harmonies of #EC255B
Complementary color
Monochromatic Colors of #EC255B
Black with #EC255B
Text Example
Text Example
White with #EC255B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC255B; }
p { color: rgb(236,37,91); }
H1.HeaderClassName
{
color: #EC255B;
}
.AnyTagClassName
{
color: #EC255B;
}
</style>
background-color css
<style>
a { background-color: #EC255B; }
a { background-color: rgb(236,37,91); }
div.DivClassName
{
background-color: #EC255B;
}
.BgClassName
{
background-color: #EC255B;
}
</style>
border-color css
<style>
span { border-color: #EC255B; }
span { border-color: rgb(236,37,91); }
td.TdClassName
{
border-color: #EC255B;
}
.TagClassName
{
border-color: #EC255B;
}
</style>