Shades of Amaranth #EC454C
Tints of Amaranth #EC454C
RGB
CMYK
RGB Variations
Color information
#EC454C (or 0xEC454C) is known color: Amaranth. HEX triplet: EC, 45 and 4C. RGB value is (236,69,76). Sum of RGB (Red+Green+Blue) = 236+69+76=381 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.94% from 381); Green value is 69 (27.34% from 255 or 18.11% from 381); Blue value is 76 (30.08% from 255 or 19.95% from 381); Max value from RGB is 236 - color contains mainly: red. Hex color #EC454C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC454C is #13BAB3. Grayscale: #777777. Windows color (decimal): -1292980 or 4998636. OLE color: 4998636.
HSL color Cylindrical-coordinate representation of color #EC454C: hue angle of 357.49º 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 #EC454C is Cyan = 0, Magento = 0.71, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 69 | 76 | - |
| CMYK | 0 | 0.71 | 0.68 | 0.07 |
| HSL | 357.49º | 0.81% | 0.6% | - |
| HSV(B) | 357.49º | 0.71% | 0.93% | - |
| XYZ | 38.02 | 22.61 | 9.2 | - |
| YUV | 119.73 | 103.33 | 210.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 69 | 76 | 0 | 0.71 | 0.68 | 0.07 | 357.49 | 0.81 | 0.6 |
| Hex | EC | 45 | 4C | 0 | 47 | 44 | 7 | 165 | 51 | 3C |
| Octal | 354 | 105 | 114 | 0 | 107 | 104 | 7 | 545 | 121 | 74 |
| Binary | 11101100 | 1000101 | 1001100 | 0 | 1000111 | 1000100 | 111 | 101100101 | 1010001 | 111100 |
Color Harmonies of #EC454C
Complementary color
Monochromatic Colors of #EC454C
Black with #EC454C
Text Example
Text Example
White with #EC454C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC454C; }
p { color: rgb(236,69,76); }
H1.HeaderClassName
{
color: #EC454C;
}
.AnyTagClassName
{
color: #EC454C;
}
</style>
background-color css
<style>
a { background-color: #EC454C; }
a { background-color: rgb(236,69,76); }
div.DivClassName
{
background-color: #EC454C;
}
.BgClassName
{
background-color: #EC454C;
}
</style>
border-color css
<style>
span { border-color: #EC454C; }
span { border-color: rgb(236,69,76); }
td.TdClassName
{
border-color: #EC454C;
}
.TagClassName
{
border-color: #EC454C;
}
</style>