Shades of Amaranth #EC4250
Tints of Amaranth #EC4250
RGB
CMYK
RGB Variations
Color information
#EC4250 (or 0xEC4250) is known color: Amaranth. HEX triplet: EC, 42 and 50. RGB value is (236,66,80). Sum of RGB (Red+Green+Blue) = 236+66+80=382 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.78% from 382); Green value is 66 (26.17% from 255 or 17.28% from 382); Blue value is 80 (31.64% from 255 or 20.94% from 382); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4250 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC4250 is #13BDAF. Grayscale: #767676. Windows color (decimal): -1293744 or 5260012. OLE color: 5260012.
HSL color Cylindrical-coordinate representation of color #EC4250: hue angle of 355.06º 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 #EC4250 is Cyan = 0, Magento = 0.72, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 66 | 80 | - |
| CMYK | 0 | 0.72 | 0.66 | 0.07 |
| HSL | 355.06º | 0.82% | 0.59% | - |
| HSV(B) | 355.06º | 0.72% | 0.93% | - |
| XYZ | 37.99 | 22.31 | 9.89 | - |
| YUV | 118.43 | 106.32 | 211.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 66 | 80 | 0 | 0.72 | 0.66 | 0.07 | 355.06 | 0.82 | 0.59 |
| Hex | EC | 42 | 50 | 0 | 48 | 42 | 7 | 163 | 52 | 3B |
| Octal | 354 | 102 | 120 | 0 | 110 | 102 | 7 | 543 | 122 | 73 |
| Binary | 11101100 | 1000010 | 1010000 | 0 | 1001000 | 1000010 | 111 | 101100011 | 1010010 | 111011 |
Color Harmonies of #EC4250
Complementary color
Monochromatic Colors of #EC4250
Black with #EC4250
Text Example
Text Example
White with #EC4250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4250; }
p { color: rgb(236,66,80); }
H1.HeaderClassName
{
color: #EC4250;
}
.AnyTagClassName
{
color: #EC4250;
}
</style>
background-color css
<style>
a { background-color: #EC4250; }
a { background-color: rgb(236,66,80); }
div.DivClassName
{
background-color: #EC4250;
}
.BgClassName
{
background-color: #EC4250;
}
</style>
border-color css
<style>
span { border-color: #EC4250; }
span { border-color: rgb(236,66,80); }
td.TdClassName
{
border-color: #EC4250;
}
.TagClassName
{
border-color: #EC4250;
}
</style>