Shades of Amaranth #EC254C
Tints of Amaranth #EC254C
RGB
CMYK
RGB Variations
Color information
#EC254C (or 0xEC254C) is known color: Amaranth. HEX triplet: EC, 25 and 4C. RGB value is (236,37,76). Sum of RGB (Red+Green+Blue) = 236+37+76=349 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.62% from 349); Green value is 37 (14.84% from 255 or 10.60% from 349); Blue value is 76 (30.08% from 255 or 21.78% from 349); Max value from RGB is 236 - color contains mainly: red. Hex color #EC254C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC254C is #13DAB3. Grayscale: #646464. Windows color (decimal): -1301172 or 4990444. OLE color: 4990444.
HSL color Cylindrical-coordinate representation of color #EC254C: hue angle of 348.24º 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 #EC254C is Cyan = 0, Magento = 0.84, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 37 | 76 | - |
| CMYK | 0 | 0.84 | 0.68 | 0.07 |
| HSL | 348.24º | 0.84% | 0.54% | - |
| HSV(B) | 348.24º | 0.84% | 0.93% | - |
| XYZ | 36.56 | 19.68 | 8.71 | - |
| YUV | 100.95 | 113.93 | 224.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 37 | 76 | 0 | 0.84 | 0.68 | 0.07 | 348.24 | 0.84 | 0.54 |
| Hex | EC | 25 | 4C | 0 | 54 | 44 | 7 | 15C | 54 | 36 |
| Octal | 354 | 45 | 114 | 0 | 124 | 104 | 7 | 534 | 124 | 66 |
| Binary | 11101100 | 100101 | 1001100 | 0 | 1010100 | 1000100 | 111 | 101011100 | 1010100 | 110110 |
Color Harmonies of #EC254C
Complementary color
Monochromatic Colors of #EC254C
Black with #EC254C
Text Example
Text Example
White with #EC254C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC254C; }
p { color: rgb(236,37,76); }
H1.HeaderClassName
{
color: #EC254C;
}
.AnyTagClassName
{
color: #EC254C;
}
</style>
background-color css
<style>
a { background-color: #EC254C; }
a { background-color: rgb(236,37,76); }
div.DivClassName
{
background-color: #EC254C;
}
.BgClassName
{
background-color: #EC254C;
}
</style>
border-color css
<style>
span { border-color: #EC254C; }
span { border-color: rgb(236,37,76); }
td.TdClassName
{
border-color: #EC254C;
}
.TagClassName
{
border-color: #EC254C;
}
</style>