Shades of Amaranth #EC225D
Tints of Amaranth #EC225D
RGB
CMYK
RGB Variations
Color information
#EC225D (or 0xEC225D) is known color: Amaranth. HEX triplet: EC, 22 and 5D. RGB value is (236,34,93). Sum of RGB (Red+Green+Blue) = 236+34+93=363 (48% of max value = 765). Red value is 236 (92.58% from 255 or 65.01% from 363); Green value is 34 (13.67% from 255 or 9.37% from 363); Blue value is 93 (36.72% from 255 or 25.62% from 363); Max value from RGB is 236 - color contains mainly: red. Hex color #EC225D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC225D is #13DDA2. Grayscale: #656565. Windows color (decimal): -1301923 or 6103788. OLE color: 6103788.
HSL color Cylindrical-coordinate representation of color #EC225D: hue angle of 342.48º 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 #EC225D is Cyan = 0, Magento = 0.86, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 34 | 93 | - |
| CMYK | 0 | 0.86 | 0.61 | 0.07 |
| HSL | 342.48º | 0.84% | 0.53% | - |
| HSV(B) | 342.48º | 0.86% | 0.93% | - |
| XYZ | 37.14 | 19.77 | 12.21 | - |
| YUV | 101.12 | 123.42 | 224.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 34 | 93 | 0 | 0.86 | 0.61 | 0.07 | 342.48 | 0.84 | 0.53 |
| Hex | EC | 22 | 5D | 0 | 56 | 3D | 7 | 156 | 54 | 35 |
| Octal | 354 | 42 | 135 | 0 | 126 | 75 | 7 | 526 | 124 | 65 |
| Binary | 11101100 | 100010 | 1011101 | 0 | 1010110 | 111101 | 111 | 101010110 | 1010100 | 110101 |
Color Harmonies of #EC225D
Complementary color
Monochromatic Colors of #EC225D
Black with #EC225D
Text Example
Text Example
White with #EC225D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC225D; }
p { color: rgb(236,34,93); }
H1.HeaderClassName
{
color: #EC225D;
}
.AnyTagClassName
{
color: #EC225D;
}
</style>
background-color css
<style>
a { background-color: #EC225D; }
a { background-color: rgb(236,34,93); }
div.DivClassName
{
background-color: #EC225D;
}
.BgClassName
{
background-color: #EC225D;
}
</style>
border-color css
<style>
span { border-color: #EC225D; }
span { border-color: rgb(236,34,93); }
td.TdClassName
{
border-color: #EC225D;
}
.TagClassName
{
border-color: #EC225D;
}
</style>