Shades of Amaranth #EC324B
Tints of Amaranth #EC324B
RGB
CMYK
RGB Variations
Color information
#EC324B (or 0xEC324B) is known color: Amaranth. HEX triplet: EC, 32 and 4B. RGB value is (236,50,75). Sum of RGB (Red+Green+Blue) = 236+50+75=361 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.37% from 361); Green value is 50 (19.92% from 255 or 13.85% from 361); Blue value is 75 (29.69% from 255 or 20.78% from 361); Max value from RGB is 236 - color contains mainly: red. Hex color #EC324B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC324B is #13CDB4. Grayscale: #6C6C6C. Windows color (decimal): -1297845 or 4928236. OLE color: 4928236.
HSL color Cylindrical-coordinate representation of color #EC324B: hue angle of 351.94º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EC324B is Cyan = 0, Magento = 0.79, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 50 | 75 | - |
| CMYK | 0 | 0.79 | 0.68 | 0.07 |
| HSL | 351.94º | 0.83% | 0.56% | - |
| HSV(B) | 351.94º | 0.79% | 0.93% | - |
| XYZ | 37 | 20.62 | 8.69 | - |
| YUV | 108.46 | 109.12 | 218.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 50 | 75 | 0 | 0.79 | 0.68 | 0.07 | 351.94 | 0.83 | 0.56 |
| Hex | EC | 32 | 4B | 0 | 4F | 44 | 7 | 160 | 53 | 38 |
| Octal | 354 | 62 | 113 | 0 | 117 | 104 | 7 | 540 | 123 | 70 |
| Binary | 11101100 | 110010 | 1001011 | 0 | 1001111 | 1000100 | 111 | 101100000 | 1010011 | 111000 |
Color Harmonies of #EC324B
Complementary color
Monochromatic Colors of #EC324B
Black with #EC324B
Text Example
Text Example
White with #EC324B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC324B; }
p { color: rgb(236,50,75); }
H1.HeaderClassName
{
color: #EC324B;
}
.AnyTagClassName
{
color: #EC324B;
}
</style>
background-color css
<style>
a { background-color: #EC324B; }
a { background-color: rgb(236,50,75); }
div.DivClassName
{
background-color: #EC324B;
}
.BgClassName
{
background-color: #EC324B;
}
</style>
border-color css
<style>
span { border-color: #EC324B; }
span { border-color: rgb(236,50,75); }
td.TdClassName
{
border-color: #EC324B;
}
.TagClassName
{
border-color: #EC324B;
}
</style>