Shades of Amaranth #EC3A45
Tints of Amaranth #EC3A45
RGB
CMYK
RGB Variations
Color information
#EC3A45 (or 0xEC3A45) is known color: Amaranth. HEX triplet: EC, 3A and 45. RGB value is (236,58,69). Sum of RGB (Red+Green+Blue) = 236+58+69=363 (48% of max value = 765). Red value is 236 (92.58% from 255 or 65.01% from 363); Green value is 58 (23.05% from 255 or 15.98% from 363); Blue value is 69 (27.34% from 255 or 19.01% from 363); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3A45 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3A45 is #13C5BA. Grayscale: #707070. Windows color (decimal): -1295803 or 4537068. OLE color: 4537068.
HSL color Cylindrical-coordinate representation of color #EC3A45: hue angle of 356.29º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EC3A45 is Cyan = 0, Magento = 0.75, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 58 | 69 | - |
| CMYK | 0 | 0.75 | 0.71 | 0.07 |
| HSL | 356.29º | 0.82% | 0.58% | - |
| HSV(B) | 356.29º | 0.75% | 0.93% | - |
| XYZ | 37.18 | 21.29 | 7.78 | - |
| YUV | 112.48 | 103.47 | 216.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 58 | 69 | 0 | 0.75 | 0.71 | 0.07 | 356.29 | 0.82 | 0.58 |
| Hex | EC | 3A | 45 | 0 | 4B | 47 | 7 | 164 | 52 | 3A |
| Octal | 354 | 72 | 105 | 0 | 113 | 107 | 7 | 544 | 122 | 72 |
| Binary | 11101100 | 111010 | 1000101 | 0 | 1001011 | 1000111 | 111 | 101100100 | 1010010 | 111010 |
Color Harmonies of #EC3A45
Complementary color
Monochromatic Colors of #EC3A45
Black with #EC3A45
Text Example
Text Example
White with #EC3A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3A45; }
p { color: rgb(236,58,69); }
H1.HeaderClassName
{
color: #EC3A45;
}
.AnyTagClassName
{
color: #EC3A45;
}
</style>
background-color css
<style>
a { background-color: #EC3A45; }
a { background-color: rgb(236,58,69); }
div.DivClassName
{
background-color: #EC3A45;
}
.BgClassName
{
background-color: #EC3A45;
}
</style>
border-color css
<style>
span { border-color: #EC3A45; }
span { border-color: rgb(236,58,69); }
td.TdClassName
{
border-color: #EC3A45;
}
.TagClassName
{
border-color: #EC3A45;
}
</style>