Shades of Amaranth #EC444F
Tints of Amaranth #EC444F
RGB
CMYK
RGB Variations
Color information
#EC444F (or 0xEC444F) is known color: Amaranth. HEX triplet: EC, 44 and 4F. RGB value is (236,68,79). Sum of RGB (Red+Green+Blue) = 236+68+79=383 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.62% from 383); Green value is 68 (26.95% from 255 or 17.75% from 383); Blue value is 79 (31.25% from 255 or 20.63% from 383); Max value from RGB is 236 - color contains mainly: red. Hex color #EC444F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC444F is #13BBB0. Grayscale: #777777. Windows color (decimal): -1293233 or 5194988. OLE color: 5194988.
HSL color Cylindrical-coordinate representation of color #EC444F: hue angle of 356.07º 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 #EC444F is Cyan = 0, Magento = 0.71, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 68 | 79 | - |
| CMYK | 0 | 0.71 | 0.67 | 0.07 |
| HSL | 356.07º | 0.82% | 0.6% | - |
| HSV(B) | 356.07º | 0.71% | 0.93% | - |
| XYZ | 38.07 | 22.53 | 9.74 | - |
| YUV | 119.49 | 105.16 | 211.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 68 | 79 | 0 | 0.71 | 0.67 | 0.07 | 356.07 | 0.82 | 0.6 |
| Hex | EC | 44 | 4F | 0 | 47 | 43 | 7 | 164 | 52 | 3C |
| Octal | 354 | 104 | 117 | 0 | 107 | 103 | 7 | 544 | 122 | 74 |
| Binary | 11101100 | 1000100 | 1001111 | 0 | 1000111 | 1000011 | 111 | 101100100 | 1010010 | 111100 |
Color Harmonies of #EC444F
Complementary color
Monochromatic Colors of #EC444F
Black with #EC444F
Text Example
Text Example
White with #EC444F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC444F; }
p { color: rgb(236,68,79); }
H1.HeaderClassName
{
color: #EC444F;
}
.AnyTagClassName
{
color: #EC444F;
}
</style>
background-color css
<style>
a { background-color: #EC444F; }
a { background-color: rgb(236,68,79); }
div.DivClassName
{
background-color: #EC444F;
}
.BgClassName
{
background-color: #EC444F;
}
</style>
border-color css
<style>
span { border-color: #EC444F; }
span { border-color: rgb(236,68,79); }
td.TdClassName
{
border-color: #EC444F;
}
.TagClassName
{
border-color: #EC444F;
}
</style>