Shades of Amaranth #EC3448
Tints of Amaranth #EC3448
RGB
CMYK
RGB Variations
Color information
#EC3448 (or 0xEC3448) is known color: Amaranth. HEX triplet: EC, 34 and 48. RGB value is (236,52,72). Sum of RGB (Red+Green+Blue) = 236+52+72=360 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.56% from 360); Green value is 52 (20.70% from 255 or 14.44% from 360); Blue value is 72 (28.52% from 255 or 20% from 360); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3448 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3448 is #13CBB7. Grayscale: #6D6D6D. Windows color (decimal): -1297336 or 4732140. OLE color: 4732140.
HSL color Cylindrical-coordinate representation of color #EC3448: hue angle of 353.48º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EC3448 is Cyan = 0, Magento = 0.78, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 52 | 72 | - |
| CMYK | 0 | 0.78 | 0.69 | 0.07 |
| HSL | 353.48º | 0.83% | 0.56% | - |
| HSV(B) | 353.48º | 0.78% | 0.93% | - |
| XYZ | 36.99 | 20.76 | 8.19 | - |
| YUV | 109.3 | 106.96 | 218.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 52 | 72 | 0 | 0.78 | 0.69 | 0.07 | 353.48 | 0.83 | 0.56 |
| Hex | EC | 34 | 48 | 0 | 4E | 45 | 7 | 161 | 53 | 38 |
| Octal | 354 | 64 | 110 | 0 | 116 | 105 | 7 | 541 | 123 | 70 |
| Binary | 11101100 | 110100 | 1001000 | 0 | 1001110 | 1000101 | 111 | 101100001 | 1010011 | 111000 |
Color Harmonies of #EC3448
Complementary color
Monochromatic Colors of #EC3448
Black with #EC3448
Text Example
Text Example
White with #EC3448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3448; }
p { color: rgb(236,52,72); }
H1.HeaderClassName
{
color: #EC3448;
}
.AnyTagClassName
{
color: #EC3448;
}
</style>
background-color css
<style>
a { background-color: #EC3448; }
a { background-color: rgb(236,52,72); }
div.DivClassName
{
background-color: #EC3448;
}
.BgClassName
{
background-color: #EC3448;
}
</style>
border-color css
<style>
span { border-color: #EC3448; }
span { border-color: rgb(236,52,72); }
td.TdClassName
{
border-color: #EC3448;
}
.TagClassName
{
border-color: #EC3448;
}
</style>