Shades of Amaranth #E13655
Tints of Amaranth #E13655
RGB
CMYK
RGB Variations
Color information
#E13655 (or 0xE13655) is known color: Amaranth. HEX triplet: E1, 36 and 55. RGB value is (225,54,85). Sum of RGB (Red+Green+Blue) = 225+54+85=364 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.81% from 364); Green value is 54 (21.48% from 255 or 14.84% from 364); Blue value is 85 (33.59% from 255 or 23.35% from 364); Max value from RGB is 225 - color contains mainly: red. Hex color #E13655 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E13655 is #1EC9AA. Grayscale: #6C6C6C. Windows color (decimal): -2017707 or 5584609. OLE color: 5584609.
HSL color Cylindrical-coordinate representation of color #E13655: hue angle of 349.12º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E13655 is Cyan = 0, Magento = 0.76, Yellow = 0.62 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 54 | 85 | - |
| CMYK | 0 | 0.76 | 0.62 | 0.12 |
| HSL | 349.12º | 0.74% | 0.55% | - |
| HSV(B) | 349.12º | 0.76% | 0.88% | - |
| XYZ | 34.01 | 19.3 | 10.53 | - |
| YUV | 108.66 | 114.65 | 210.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 54 | 85 | 0 | 0.76 | 0.62 | 0.12 | 349.12 | 0.74 | 0.55 |
| Hex | E1 | 36 | 55 | 0 | 4C | 3E | C | 15D | 4A | 37 |
| Octal | 341 | 66 | 125 | 0 | 114 | 76 | 14 | 535 | 112 | 67 |
| Binary | 11100001 | 110110 | 1010101 | 0 | 1001100 | 111110 | 1100 | 101011101 | 1001010 | 110111 |
Color Harmonies of #E13655
Complementary color
Monochromatic Colors of #E13655
Black with #E13655
Text Example
Text Example
White with #E13655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E13655; }
p { color: rgb(225,54,85); }
H1.HeaderClassName
{
color: #E13655;
}
.AnyTagClassName
{
color: #E13655;
}
</style>
background-color css
<style>
a { background-color: #E13655; }
a { background-color: rgb(225,54,85); }
div.DivClassName
{
background-color: #E13655;
}
.BgClassName
{
background-color: #E13655;
}
</style>
border-color css
<style>
span { border-color: #E13655; }
span { border-color: rgb(225,54,85); }
td.TdClassName
{
border-color: #E13655;
}
.TagClassName
{
border-color: #E13655;
}
</style>