Shades of Amaranth #EC4248
Tints of Amaranth #EC4248
RGB
CMYK
RGB Variations
Color information
#EC4248 (or 0xEC4248) is known color: Amaranth. HEX triplet: EC, 42 and 48. RGB value is (236,66,72). Sum of RGB (Red+Green+Blue) = 236+66+72=374 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.10% from 374); Green value is 66 (26.17% from 255 or 17.65% from 374); Blue value is 72 (28.52% from 255 or 19.25% from 374); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4248 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC4248 is #13BDB7. Grayscale: #757575. Windows color (decimal): -1293752 or 4735724. OLE color: 4735724.
HSL color Cylindrical-coordinate representation of color #EC4248: hue angle of 357.88º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EC4248 is Cyan = 0, Magento = 0.72, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 66 | 72 | - |
| CMYK | 0 | 0.72 | 0.69 | 0.07 |
| HSL | 357.88º | 0.82% | 0.59% | - |
| HSV(B) | 357.88º | 0.72% | 0.93% | - |
| XYZ | 37.71 | 22.2 | 8.43 | - |
| YUV | 117.51 | 102.32 | 212.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 66 | 72 | 0 | 0.72 | 0.69 | 0.07 | 357.88 | 0.82 | 0.59 |
| Hex | EC | 42 | 48 | 0 | 48 | 45 | 7 | 166 | 52 | 3B |
| Octal | 354 | 102 | 110 | 0 | 110 | 105 | 7 | 546 | 122 | 73 |
| Binary | 11101100 | 1000010 | 1001000 | 0 | 1001000 | 1000101 | 111 | 101100110 | 1010010 | 111011 |
Color Harmonies of #EC4248
Complementary color
Monochromatic Colors of #EC4248
Black with #EC4248
Text Example
Text Example
White with #EC4248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4248; }
p { color: rgb(236,66,72); }
H1.HeaderClassName
{
color: #EC4248;
}
.AnyTagClassName
{
color: #EC4248;
}
</style>
background-color css
<style>
a { background-color: #EC4248; }
a { background-color: rgb(236,66,72); }
div.DivClassName
{
background-color: #EC4248;
}
.BgClassName
{
background-color: #EC4248;
}
</style>
border-color css
<style>
span { border-color: #EC4248; }
span { border-color: rgb(236,66,72); }
td.TdClassName
{
border-color: #EC4248;
}
.TagClassName
{
border-color: #EC4248;
}
</style>