Shades of Amaranth #EC2243
Tints of Amaranth #EC2243
RGB
CMYK
RGB Variations
Color information
#EC2243 (or 0xEC2243) is known color: Amaranth. HEX triplet: EC, 22 and 43. RGB value is (236,34,67). Sum of RGB (Red+Green+Blue) = 236+34+67=337 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.03% from 337); Green value is 34 (13.67% from 255 or 10.09% from 337); Blue value is 67 (26.56% from 255 or 19.88% from 337); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2243 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC2243 is #13DDBC. Grayscale: #626262. Windows color (decimal): -1301949 or 4399852. OLE color: 4399852.
HSL color Cylindrical-coordinate representation of color #EC2243: hue angle of 350.2º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EC2243 is Cyan = 0, Magento = 0.86, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 34 | 67 | - |
| CMYK | 0 | 0.86 | 0.72 | 0.07 |
| HSL | 350.2º | 0.84% | 0.53% | - |
| HSV(B) | 350.2º | 0.86% | 0.93% | - |
| XYZ | 36.18 | 19.38 | 7.14 | - |
| YUV | 98.16 | 110.42 | 226.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 34 | 67 | 0 | 0.86 | 0.72 | 0.07 | 350.2 | 0.84 | 0.53 |
| Hex | EC | 22 | 43 | 0 | 56 | 48 | 7 | 15E | 54 | 35 |
| Octal | 354 | 42 | 103 | 0 | 126 | 110 | 7 | 536 | 124 | 65 |
| Binary | 11101100 | 100010 | 1000011 | 0 | 1010110 | 1001000 | 111 | 101011110 | 1010100 | 110101 |
Color Harmonies of #EC2243
Complementary color
Monochromatic Colors of #EC2243
Black with #EC2243
Text Example
Text Example
White with #EC2243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2243; }
p { color: rgb(236,34,67); }
H1.HeaderClassName
{
color: #EC2243;
}
.AnyTagClassName
{
color: #EC2243;
}
</style>
background-color css
<style>
a { background-color: #EC2243; }
a { background-color: rgb(236,34,67); }
div.DivClassName
{
background-color: #EC2243;
}
.BgClassName
{
background-color: #EC2243;
}
</style>
border-color css
<style>
span { border-color: #EC2243; }
span { border-color: rgb(236,34,67); }
td.TdClassName
{
border-color: #EC2243;
}
.TagClassName
{
border-color: #EC2243;
}
</style>