Shades of Amaranth #E13C44
Tints of Amaranth #E13C44
RGB
CMYK
RGB Variations
Color information
#E13C44 (or 0xE13C44) is known color: Amaranth. HEX triplet: E1, 3C and 44. RGB value is (225,60,68). Sum of RGB (Red+Green+Blue) = 225+60+68=353 (46% of max value = 765). Red value is 225 (88.28% from 255 or 63.74% from 353); Green value is 60 (23.83% from 255 or 17.00% from 353); Blue value is 68 (26.95% from 255 or 19.26% from 353); Max value from RGB is 225 - color contains mainly: red. Hex color #E13C44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E13C44 is #1EC3BB. Grayscale: #6E6E6E. Windows color (decimal): -2016188 or 4472033. OLE color: 4472033.
HSL color Cylindrical-coordinate representation of color #E13C44: hue angle of 357.09º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E13C44 is Cyan = 0, Magento = 0.73, Yellow = 0.70 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 60 | 68 | - |
| CMYK | 0 | 0.73 | 0.70 | 0.12 |
| HSL | 357.09º | 0.73% | 0.56% | - |
| HSV(B) | 357.09º | 0.73% | 0.88% | - |
| XYZ | 33.71 | 19.66 | 7.49 | - |
| YUV | 110.25 | 104.16 | 209.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 60 | 68 | 0 | 0.73 | 0.70 | 0.12 | 357.09 | 0.73 | 0.56 |
| Hex | E1 | 3C | 44 | 0 | 49 | 46 | C | 165 | 49 | 38 |
| Octal | 341 | 74 | 104 | 0 | 111 | 106 | 14 | 545 | 111 | 70 |
| Binary | 11100001 | 111100 | 1000100 | 0 | 1001001 | 1000110 | 1100 | 101100101 | 1001001 | 111000 |
Color Harmonies of #E13C44
Complementary color
Monochromatic Colors of #E13C44
Black with #E13C44
Text Example
Text Example
White with #E13C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E13C44; }
p { color: rgb(225,60,68); }
H1.HeaderClassName
{
color: #E13C44;
}
.AnyTagClassName
{
color: #E13C44;
}
</style>
background-color css
<style>
a { background-color: #E13C44; }
a { background-color: rgb(225,60,68); }
div.DivClassName
{
background-color: #E13C44;
}
.BgClassName
{
background-color: #E13C44;
}
</style>
border-color css
<style>
span { border-color: #E13C44; }
span { border-color: rgb(225,60,68); }
td.TdClassName
{
border-color: #E13C44;
}
.TagClassName
{
border-color: #E13C44;
}
</style>