Shades of Amaranth #E13358
Tints of Amaranth #E13358
RGB
CMYK
RGB Variations
Color information
#E13358 (or 0xE13358) is known color: Amaranth. HEX triplet: E1, 33 and 58. RGB value is (225,51,88). Sum of RGB (Red+Green+Blue) = 225+51+88=364 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.81% from 364); Green value is 51 (20.31% from 255 or 14.01% from 364); Blue value is 88 (34.77% from 255 or 24.18% from 364); Max value from RGB is 225 - color contains mainly: red. Hex color #E13358 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E13358 is #1ECCA7. Grayscale: #6B6B6B. Windows color (decimal): -2018472 or 5780449. OLE color: 5780449.
HSL color Cylindrical-coordinate representation of color #E13358: hue angle of 347.24º 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 #E13358 is Cyan = 0, Magento = 0.77, Yellow = 0.61 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 51 | 88 | - |
| CMYK | 0 | 0.77 | 0.61 | 0.12 |
| HSL | 347.24º | 0.74% | 0.54% | - |
| HSV(B) | 347.24º | 0.77% | 0.88% | - |
| XYZ | 34 | 19.08 | 11.12 | - |
| YUV | 107.24 | 117.15 | 211.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 51 | 88 | 0 | 0.77 | 0.61 | 0.12 | 347.24 | 0.74 | 0.54 |
| Hex | E1 | 33 | 58 | 0 | 4D | 3D | C | 15B | 4A | 36 |
| Octal | 341 | 63 | 130 | 0 | 115 | 75 | 14 | 533 | 112 | 66 |
| Binary | 11100001 | 110011 | 1011000 | 0 | 1001101 | 111101 | 1100 | 101011011 | 1001010 | 110110 |
Color Harmonies of #E13358
Complementary color
Monochromatic Colors of #E13358
Black with #E13358
Text Example
Text Example
White with #E13358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E13358; }
p { color: rgb(225,51,88); }
H1.HeaderClassName
{
color: #E13358;
}
.AnyTagClassName
{
color: #E13358;
}
</style>
background-color css
<style>
a { background-color: #E13358; }
a { background-color: rgb(225,51,88); }
div.DivClassName
{
background-color: #E13358;
}
.BgClassName
{
background-color: #E13358;
}
</style>
border-color css
<style>
span { border-color: #E13358; }
span { border-color: rgb(225,51,88); }
td.TdClassName
{
border-color: #E13358;
}
.TagClassName
{
border-color: #E13358;
}
</style>