Shades of Amaranth #EC424F
Tints of Amaranth #EC424F
RGB
CMYK
RGB Variations
Color information
#EC424F (or 0xEC424F) is known color: Amaranth. HEX triplet: EC, 42 and 4F. RGB value is (236,66,79). Sum of RGB (Red+Green+Blue) = 236+66+79=381 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.94% from 381); Green value is 66 (26.17% from 255 or 17.32% from 381); Blue value is 79 (31.25% from 255 or 20.73% from 381); Max value from RGB is 236 - color contains mainly: red. Hex color #EC424F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC424F is #13BDB0. Grayscale: #767676. Windows color (decimal): -1293745 or 5194476. OLE color: 5194476.
HSL color Cylindrical-coordinate representation of color #EC424F: hue angle of 355.41º 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 #EC424F is Cyan = 0, Magento = 0.72, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 66 | 79 | - |
| CMYK | 0 | 0.72 | 0.67 | 0.07 |
| HSL | 355.41º | 0.82% | 0.59% | - |
| HSV(B) | 355.41º | 0.72% | 0.93% | - |
| XYZ | 37.95 | 22.29 | 9.7 | - |
| YUV | 118.31 | 105.82 | 211.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 66 | 79 | 0 | 0.72 | 0.67 | 0.07 | 355.41 | 0.82 | 0.59 |
| Hex | EC | 42 | 4F | 0 | 48 | 43 | 7 | 163 | 52 | 3B |
| Octal | 354 | 102 | 117 | 0 | 110 | 103 | 7 | 543 | 122 | 73 |
| Binary | 11101100 | 1000010 | 1001111 | 0 | 1001000 | 1000011 | 111 | 101100011 | 1010010 | 111011 |
Color Harmonies of #EC424F
Complementary color
Monochromatic Colors of #EC424F
Black with #EC424F
Text Example
Text Example
White with #EC424F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC424F; }
p { color: rgb(236,66,79); }
H1.HeaderClassName
{
color: #EC424F;
}
.AnyTagClassName
{
color: #EC424F;
}
</style>
background-color css
<style>
a { background-color: #EC424F; }
a { background-color: rgb(236,66,79); }
div.DivClassName
{
background-color: #EC424F;
}
.BgClassName
{
background-color: #EC424F;
}
</style>
border-color css
<style>
span { border-color: #EC424F; }
span { border-color: rgb(236,66,79); }
td.TdClassName
{
border-color: #EC424F;
}
.TagClassName
{
border-color: #EC424F;
}
</style>