Shades of Amaranth #EC2450
Tints of Amaranth #EC2450
RGB
CMYK
RGB Variations
Color information
#EC2450 (or 0xEC2450) is known color: Amaranth. HEX triplet: EC, 24 and 50. RGB value is (236,36,80). Sum of RGB (Red+Green+Blue) = 236+36+80=352 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.05% from 352); Green value is 36 (14.45% from 255 or 10.23% from 352); Blue value is 80 (31.64% from 255 or 22.73% from 352); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2450 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC2450 is #13DBAF. Grayscale: #646464. Windows color (decimal): -1301424 or 5252332. OLE color: 5252332.
HSL color Cylindrical-coordinate representation of color #EC2450: hue angle of 346.8º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EC2450 is Cyan = 0, Magento = 0.85, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 36 | 80 | - |
| CMYK | 0 | 0.85 | 0.66 | 0.07 |
| HSL | 346.8º | 0.84% | 0.53% | - |
| HSV(B) | 346.8º | 0.85% | 0.93% | - |
| XYZ | 36.67 | 19.67 | 9.45 | - |
| YUV | 100.82 | 116.26 | 224.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 36 | 80 | 0 | 0.85 | 0.66 | 0.07 | 346.8 | 0.84 | 0.53 |
| Hex | EC | 24 | 50 | 0 | 55 | 42 | 7 | 15B | 54 | 35 |
| Octal | 354 | 44 | 120 | 0 | 125 | 102 | 7 | 533 | 124 | 65 |
| Binary | 11101100 | 100100 | 1010000 | 0 | 1010101 | 1000010 | 111 | 101011011 | 1010100 | 110101 |
Color Harmonies of #EC2450
Complementary color
Monochromatic Colors of #EC2450
Black with #EC2450
Text Example
Text Example
White with #EC2450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2450; }
p { color: rgb(236,36,80); }
H1.HeaderClassName
{
color: #EC2450;
}
.AnyTagClassName
{
color: #EC2450;
}
</style>
background-color css
<style>
a { background-color: #EC2450; }
a { background-color: rgb(236,36,80); }
div.DivClassName
{
background-color: #EC2450;
}
.BgClassName
{
background-color: #EC2450;
}
</style>
border-color css
<style>
span { border-color: #EC2450; }
span { border-color: rgb(236,36,80); }
td.TdClassName
{
border-color: #EC2450;
}
.TagClassName
{
border-color: #EC2450;
}
</style>