Shades of Amaranth #EC2543
Tints of Amaranth #EC2543
RGB
CMYK
RGB Variations
Color information
#EC2543 (or 0xEC2543) is known color: Amaranth. HEX triplet: EC, 25 and 43. RGB value is (236,37,67). Sum of RGB (Red+Green+Blue) = 236+37+67=340 (45% of max value = 765). Red value is 236 (92.58% from 255 or 69.41% from 340); Green value is 37 (14.84% from 255 or 10.88% from 340); Blue value is 67 (26.56% from 255 or 19.71% from 340); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2543 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC2543 is #13DABC. Grayscale: #646464. Windows color (decimal): -1301181 or 4400620. OLE color: 4400620.
HSL color Cylindrical-coordinate representation of color #EC2543: hue angle of 350.95º 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 #EC2543 is Cyan = 0, Magento = 0.84, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 37 | 67 | - |
| CMYK | 0 | 0.84 | 0.72 | 0.07 |
| HSL | 350.95º | 0.84% | 0.54% | - |
| HSV(B) | 350.95º | 0.84% | 0.93% | - |
| XYZ | 36.27 | 19.56 | 7.17 | - |
| YUV | 99.92 | 109.43 | 225.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 37 | 67 | 0 | 0.84 | 0.72 | 0.07 | 350.95 | 0.84 | 0.54 |
| Hex | EC | 25 | 43 | 0 | 54 | 48 | 7 | 15F | 54 | 36 |
| Octal | 354 | 45 | 103 | 0 | 124 | 110 | 7 | 537 | 124 | 66 |
| Binary | 11101100 | 100101 | 1000011 | 0 | 1010100 | 1001000 | 111 | 101011111 | 1010100 | 110110 |
Color Harmonies of #EC2543
Complementary color
Monochromatic Colors of #EC2543
Black with #EC2543
Text Example
Text Example
White with #EC2543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2543; }
p { color: rgb(236,37,67); }
H1.HeaderClassName
{
color: #EC2543;
}
.AnyTagClassName
{
color: #EC2543;
}
</style>
background-color css
<style>
a { background-color: #EC2543; }
a { background-color: rgb(236,37,67); }
div.DivClassName
{
background-color: #EC2543;
}
.BgClassName
{
background-color: #EC2543;
}
</style>
border-color css
<style>
span { border-color: #EC2543; }
span { border-color: rgb(236,37,67); }
td.TdClassName
{
border-color: #EC2543;
}
.TagClassName
{
border-color: #EC2543;
}
</style>