Shades of Amaranth #E13345
Tints of Amaranth #E13345
RGB
CMYK
RGB Variations
Color information
#E13345 (or 0xE13345) is known color: Amaranth. HEX triplet: E1, 33 and 45. RGB value is (225,51,69). Sum of RGB (Red+Green+Blue) = 225+51+69=345 (45% of max value = 765). Red value is 225 (88.28% from 255 or 65.22% from 345); Green value is 51 (20.31% from 255 or 14.78% from 345); Blue value is 69 (27.34% from 255 or 20% from 345); Max value from RGB is 225 - color contains mainly: red. Hex color #E13345 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E13345 is #1ECCBA. Grayscale: #696969. Windows color (decimal): -2018491 or 4535265. OLE color: 4535265.
HSL color Cylindrical-coordinate representation of color #E13345: hue angle of 353.79º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E13345 is Cyan = 0, Magento = 0.77, Yellow = 0.69 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 51 | 69 | - |
| CMYK | 0 | 0.77 | 0.69 | 0.12 |
| HSL | 353.79º | 0.74% | 0.54% | - |
| HSV(B) | 353.79º | 0.77% | 0.88% | - |
| XYZ | 33.31 | 18.8 | 7.5 | - |
| YUV | 105.08 | 107.65 | 213.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 51 | 69 | 0 | 0.77 | 0.69 | 0.12 | 353.79 | 0.74 | 0.54 |
| Hex | E1 | 33 | 45 | 0 | 4D | 45 | C | 162 | 4A | 36 |
| Octal | 341 | 63 | 105 | 0 | 115 | 105 | 14 | 542 | 112 | 66 |
| Binary | 11100001 | 110011 | 1000101 | 0 | 1001101 | 1000101 | 1100 | 101100010 | 1001010 | 110110 |
Color Harmonies of #E13345
Complementary color
Monochromatic Colors of #E13345
Black with #E13345
Text Example
Text Example
White with #E13345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E13345; }
p { color: rgb(225,51,69); }
H1.HeaderClassName
{
color: #E13345;
}
.AnyTagClassName
{
color: #E13345;
}
</style>
background-color css
<style>
a { background-color: #E13345; }
a { background-color: rgb(225,51,69); }
div.DivClassName
{
background-color: #E13345;
}
.BgClassName
{
background-color: #E13345;
}
</style>
border-color css
<style>
span { border-color: #E13345; }
span { border-color: rgb(225,51,69); }
td.TdClassName
{
border-color: #E13345;
}
.TagClassName
{
border-color: #E13345;
}
</style>