Shades of Amaranth #EC264D
Tints of Amaranth #EC264D
RGB
CMYK
RGB Variations
Color information
#EC264D (or 0xEC264D) is known color: Amaranth. HEX triplet: EC, 26 and 4D. RGB value is (236,38,77). Sum of RGB (Red+Green+Blue) = 236+38+77=351 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.24% from 351); Green value is 38 (15.23% from 255 or 10.83% from 351); Blue value is 77 (30.47% from 255 or 21.94% from 351); Max value from RGB is 236 - color contains mainly: red. Hex color #EC264D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC264D is #13D9B2. Grayscale: #656565. Windows color (decimal): -1300915 or 5056236. OLE color: 5056236.
HSL color Cylindrical-coordinate representation of color #EC264D: hue angle of 348.18º 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 #EC264D is Cyan = 0, Magento = 0.84, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 38 | 77 | - |
| CMYK | 0 | 0.84 | 0.67 | 0.07 |
| HSL | 348.18º | 0.84% | 0.54% | - |
| HSV(B) | 348.18º | 0.84% | 0.93% | - |
| XYZ | 36.62 | 19.75 | 8.9 | - |
| YUV | 101.65 | 114.1 | 223.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 38 | 77 | 0 | 0.84 | 0.67 | 0.07 | 348.18 | 0.84 | 0.54 |
| Hex | EC | 26 | 4D | 0 | 54 | 43 | 7 | 15C | 54 | 36 |
| Octal | 354 | 46 | 115 | 0 | 124 | 103 | 7 | 534 | 124 | 66 |
| Binary | 11101100 | 100110 | 1001101 | 0 | 1010100 | 1000011 | 111 | 101011100 | 1010100 | 110110 |
Color Harmonies of #EC264D
Complementary color
Monochromatic Colors of #EC264D
Black with #EC264D
Text Example
Text Example
White with #EC264D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC264D; }
p { color: rgb(236,38,77); }
H1.HeaderClassName
{
color: #EC264D;
}
.AnyTagClassName
{
color: #EC264D;
}
</style>
background-color css
<style>
a { background-color: #EC264D; }
a { background-color: rgb(236,38,77); }
div.DivClassName
{
background-color: #EC264D;
}
.BgClassName
{
background-color: #EC264D;
}
</style>
border-color css
<style>
span { border-color: #EC264D; }
span { border-color: rgb(236,38,77); }
td.TdClassName
{
border-color: #EC264D;
}
.TagClassName
{
border-color: #EC264D;
}
</style>