Shades of Amaranth #EC444B
Tints of Amaranth #EC444B
RGB
CMYK
RGB Variations
Color information
#EC444B (or 0xEC444B) is known color: Amaranth. HEX triplet: EC, 44 and 4B. RGB value is (236,68,75). Sum of RGB (Red+Green+Blue) = 236+68+75=379 (50% of max value = 765). Red value is 236 (92.58% from 255 or 62.27% from 379); Green value is 68 (26.95% from 255 or 17.94% from 379); Blue value is 75 (29.69% from 255 or 19.79% from 379); Max value from RGB is 236 - color contains mainly: red. Hex color #EC444B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC444B is #13BBB4. Grayscale: #777777. Windows color (decimal): -1293237 or 4932844. OLE color: 4932844.
HSL color Cylindrical-coordinate representation of color #EC444B: hue angle of 357.5º 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 #EC444B is Cyan = 0, Magento = 0.71, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 68 | 75 | - |
| CMYK | 0 | 0.71 | 0.68 | 0.07 |
| HSL | 357.5º | 0.82% | 0.6% | - |
| HSV(B) | 357.5º | 0.71% | 0.93% | - |
| XYZ | 37.93 | 22.48 | 9 | - |
| YUV | 119.03 | 103.16 | 211.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 68 | 75 | 0 | 0.71 | 0.68 | 0.07 | 357.5 | 0.82 | 0.6 |
| Hex | EC | 44 | 4B | 0 | 47 | 44 | 7 | 166 | 52 | 3C |
| Octal | 354 | 104 | 113 | 0 | 107 | 104 | 7 | 546 | 122 | 74 |
| Binary | 11101100 | 1000100 | 1001011 | 0 | 1000111 | 1000100 | 111 | 101100110 | 1010010 | 111100 |
Color Harmonies of #EC444B
Complementary color
Monochromatic Colors of #EC444B
Black with #EC444B
Text Example
Text Example
White with #EC444B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC444B; }
p { color: rgb(236,68,75); }
H1.HeaderClassName
{
color: #EC444B;
}
.AnyTagClassName
{
color: #EC444B;
}
</style>
background-color css
<style>
a { background-color: #EC444B; }
a { background-color: rgb(236,68,75); }
div.DivClassName
{
background-color: #EC444B;
}
.BgClassName
{
background-color: #EC444B;
}
</style>
border-color css
<style>
span { border-color: #EC444B; }
span { border-color: rgb(236,68,75); }
td.TdClassName
{
border-color: #EC444B;
}
.TagClassName
{
border-color: #EC444B;
}
</style>