Shades of Amaranth #E13243
Tints of Amaranth #E13243
RGB
CMYK
RGB Variations
Color information
#E13243 (or 0xE13243) is known color: Amaranth. HEX triplet: E1, 32 and 43. RGB value is (225,50,67). Sum of RGB (Red+Green+Blue) = 225+50+67=342 (45% of max value = 765). Red value is 225 (88.28% from 255 or 65.79% from 342); Green value is 50 (19.92% from 255 or 14.62% from 342); Blue value is 67 (26.56% from 255 or 19.59% from 342); Max value from RGB is 225 - color contains mainly: red. Hex color #E13243 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E13243 is #1ECDBC. Grayscale: #686868. Windows color (decimal): -2018749 or 4403937. OLE color: 4403937.
HSL color Cylindrical-coordinate representation of color #E13243: hue angle of 354.17º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E13243 is Cyan = 0, Magento = 0.78, Yellow = 0.70 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 50 | 67 | - |
| CMYK | 0 | 0.78 | 0.70 | 0.12 |
| HSL | 354.17º | 0.74% | 0.54% | - |
| HSV(B) | 354.17º | 0.78% | 0.88% | - |
| XYZ | 33.21 | 18.69 | 7.17 | - |
| YUV | 104.26 | 106.98 | 214.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 50 | 67 | 0 | 0.78 | 0.70 | 0.12 | 354.17 | 0.74 | 0.54 |
| Hex | E1 | 32 | 43 | 0 | 4E | 46 | C | 162 | 4A | 36 |
| Octal | 341 | 62 | 103 | 0 | 116 | 106 | 14 | 542 | 112 | 66 |
| Binary | 11100001 | 110010 | 1000011 | 0 | 1001110 | 1000110 | 1100 | 101100010 | 1001010 | 110110 |
Color Harmonies of #E13243
Complementary color
Monochromatic Colors of #E13243
Black with #E13243
Text Example
Text Example
White with #E13243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E13243; }
p { color: rgb(225,50,67); }
H1.HeaderClassName
{
color: #E13243;
}
.AnyTagClassName
{
color: #E13243;
}
</style>
background-color css
<style>
a { background-color: #E13243; }
a { background-color: rgb(225,50,67); }
div.DivClassName
{
background-color: #E13243;
}
.BgClassName
{
background-color: #E13243;
}
</style>
border-color css
<style>
span { border-color: #E13243; }
span { border-color: rgb(225,50,67); }
td.TdClassName
{
border-color: #E13243;
}
.TagClassName
{
border-color: #E13243;
}
</style>