Shades of Amaranth #EC454D
Tints of Amaranth #EC454D
RGB
CMYK
RGB Variations
Color information
#EC454D (or 0xEC454D) is known color: Amaranth. HEX triplet: EC, 45 and 4D. RGB value is (236,69,77). Sum of RGB (Red+Green+Blue) = 236+69+77=382 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.78% from 382); Green value is 69 (27.34% from 255 or 18.06% from 382); Blue value is 77 (30.47% from 255 or 20.16% from 382); Max value from RGB is 236 - color contains mainly: red. Hex color #EC454D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC454D is #13BAB2. Grayscale: #777777. Windows color (decimal): -1292979 or 5064172. OLE color: 5064172.
HSL color Cylindrical-coordinate representation of color #EC454D: hue angle of 357.13º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EC454D is Cyan = 0, Magento = 0.71, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 69 | 77 | - |
| CMYK | 0 | 0.71 | 0.67 | 0.07 |
| HSL | 357.13º | 0.81% | 0.6% | - |
| HSV(B) | 357.13º | 0.71% | 0.93% | - |
| XYZ | 38.06 | 22.62 | 9.38 | - |
| YUV | 119.85 | 103.83 | 210.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 69 | 77 | 0 | 0.71 | 0.67 | 0.07 | 357.13 | 0.81 | 0.6 |
| Hex | EC | 45 | 4D | 0 | 47 | 43 | 7 | 165 | 51 | 3C |
| Octal | 354 | 105 | 115 | 0 | 107 | 103 | 7 | 545 | 121 | 74 |
| Binary | 11101100 | 1000101 | 1001101 | 0 | 1000111 | 1000011 | 111 | 101100101 | 1010001 | 111100 |
Color Harmonies of #EC454D
Complementary color
Monochromatic Colors of #EC454D
Black with #EC454D
Text Example
Text Example
White with #EC454D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC454D; }
p { color: rgb(236,69,77); }
H1.HeaderClassName
{
color: #EC454D;
}
.AnyTagClassName
{
color: #EC454D;
}
</style>
background-color css
<style>
a { background-color: #EC454D; }
a { background-color: rgb(236,69,77); }
div.DivClassName
{
background-color: #EC454D;
}
.BgClassName
{
background-color: #EC454D;
}
</style>
border-color css
<style>
span { border-color: #EC454D; }
span { border-color: rgb(236,69,77); }
td.TdClassName
{
border-color: #EC454D;
}
.TagClassName
{
border-color: #EC454D;
}
</style>