Shades of Amaranth #EC2650
Tints of Amaranth #EC2650
RGB
CMYK
RGB Variations
Color information
#EC2650 (or 0xEC2650) is known color: Amaranth. HEX triplet: EC, 26 and 50. RGB value is (236,38,80). Sum of RGB (Red+Green+Blue) = 236+38+80=354 (46% of max value = 765). Red value is 236 (92.58% from 255 or 66.67% from 354); Green value is 38 (15.23% from 255 or 10.73% from 354); Blue value is 80 (31.64% from 255 or 22.60% from 354); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2650 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC2650 is #13D9AF. Grayscale: #666666. Windows color (decimal): -1300912 or 5252844. OLE color: 5252844.
HSL color Cylindrical-coordinate representation of color #EC2650: hue angle of 347.27º 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 #EC2650 is Cyan = 0, Magento = 0.84, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 38 | 80 | - |
| CMYK | 0 | 0.84 | 0.66 | 0.07 |
| HSL | 347.27º | 0.84% | 0.54% | - |
| HSV(B) | 347.27º | 0.84% | 0.93% | - |
| XYZ | 36.73 | 19.8 | 9.47 | - |
| YUV | 101.99 | 115.6 | 223.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 38 | 80 | 0 | 0.84 | 0.66 | 0.07 | 347.27 | 0.84 | 0.54 |
| Hex | EC | 26 | 50 | 0 | 54 | 42 | 7 | 15B | 54 | 36 |
| Octal | 354 | 46 | 120 | 0 | 124 | 102 | 7 | 533 | 124 | 66 |
| Binary | 11101100 | 100110 | 1010000 | 0 | 1010100 | 1000010 | 111 | 101011011 | 1010100 | 110110 |
Color Harmonies of #EC2650
Complementary color
Monochromatic Colors of #EC2650
Black with #EC2650
Text Example
Text Example
White with #EC2650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2650; }
p { color: rgb(236,38,80); }
H1.HeaderClassName
{
color: #EC2650;
}
.AnyTagClassName
{
color: #EC2650;
}
</style>
background-color css
<style>
a { background-color: #EC2650; }
a { background-color: rgb(236,38,80); }
div.DivClassName
{
background-color: #EC2650;
}
.BgClassName
{
background-color: #EC2650;
}
</style>
border-color css
<style>
span { border-color: #EC2650; }
span { border-color: rgb(236,38,80); }
td.TdClassName
{
border-color: #EC2650;
}
.TagClassName
{
border-color: #EC2650;
}
</style>