Shades of Amaranth #EC444E
Tints of Amaranth #EC444E
RGB
CMYK
RGB Variations
Color information
#EC444E (or 0xEC444E) is known color: Amaranth. HEX triplet: EC, 44 and 4E. RGB value is (236,68,78). Sum of RGB (Red+Green+Blue) = 236+68+78=382 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.78% from 382); Green value is 68 (26.95% from 255 or 17.80% from 382); Blue value is 78 (30.86% from 255 or 20.42% from 382); Max value from RGB is 236 - color contains mainly: red. Hex color #EC444E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC444E is #13BBB1. Grayscale: #777777. Windows color (decimal): -1293234 or 5129452. OLE color: 5129452.
HSL color Cylindrical-coordinate representation of color #EC444E: hue angle of 356.43º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EC444E is Cyan = 0, Magento = 0.71, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 68 | 78 | - |
| CMYK | 0 | 0.71 | 0.67 | 0.07 |
| HSL | 356.43º | 0.82% | 0.6% | - |
| HSV(B) | 356.43º | 0.71% | 0.93% | - |
| XYZ | 38.03 | 22.52 | 9.55 | - |
| YUV | 119.37 | 104.66 | 211.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 68 | 78 | 0 | 0.71 | 0.67 | 0.07 | 356.43 | 0.82 | 0.6 |
| Hex | EC | 44 | 4E | 0 | 47 | 43 | 7 | 164 | 52 | 3C |
| Octal | 354 | 104 | 116 | 0 | 107 | 103 | 7 | 544 | 122 | 74 |
| Binary | 11101100 | 1000100 | 1001110 | 0 | 1000111 | 1000011 | 111 | 101100100 | 1010010 | 111100 |
Color Harmonies of #EC444E
Complementary color
Monochromatic Colors of #EC444E
Black with #EC444E
Text Example
Text Example
White with #EC444E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC444E; }
p { color: rgb(236,68,78); }
H1.HeaderClassName
{
color: #EC444E;
}
.AnyTagClassName
{
color: #EC444E;
}
</style>
background-color css
<style>
a { background-color: #EC444E; }
a { background-color: rgb(236,68,78); }
div.DivClassName
{
background-color: #EC444E;
}
.BgClassName
{
background-color: #EC444E;
}
</style>
border-color css
<style>
span { border-color: #EC444E; }
span { border-color: rgb(236,68,78); }
td.TdClassName
{
border-color: #EC444E;
}
.TagClassName
{
border-color: #EC444E;
}
</style>