Shades of Amaranth #E13652
Tints of Amaranth #E13652
RGB
CMYK
RGB Variations
Color information
#E13652 (or 0xE13652) is known color: Amaranth. HEX triplet: E1, 36 and 52. RGB value is (225,54,82). Sum of RGB (Red+Green+Blue) = 225+54+82=361 (47% of max value = 765). Red value is 225 (88.28% from 255 or 62.33% from 361); Green value is 54 (21.48% from 255 or 14.96% from 361); Blue value is 82 (32.42% from 255 or 22.71% from 361); Max value from RGB is 225 - color contains mainly: red. Hex color #E13652 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E13652 is #1EC9AD. Grayscale: #6C6C6C. Windows color (decimal): -2017710 or 5388001. OLE color: 5388001.
HSL color Cylindrical-coordinate representation of color #E13652: hue angle of 350.18º 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 #E13652 is Cyan = 0, Magento = 0.76, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 54 | 82 | - |
| CMYK | 0 | 0.76 | 0.64 | 0.12 |
| HSL | 350.18º | 0.74% | 0.55% | - |
| HSV(B) | 350.18º | 0.76% | 0.88% | - |
| XYZ | 33.89 | 19.26 | 9.91 | - |
| YUV | 108.32 | 113.15 | 211.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 54 | 82 | 0 | 0.76 | 0.64 | 0.12 | 350.18 | 0.74 | 0.55 |
| Hex | E1 | 36 | 52 | 0 | 4C | 40 | C | 15E | 4A | 37 |
| Octal | 341 | 66 | 122 | 0 | 114 | 100 | 14 | 536 | 112 | 67 |
| Binary | 11100001 | 110110 | 1010010 | 0 | 1001100 | 1000000 | 1100 | 101011110 | 1001010 | 110111 |
Color Harmonies of #E13652
Complementary color
Monochromatic Colors of #E13652
Black with #E13652
Text Example
Text Example
White with #E13652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E13652; }
p { color: rgb(225,54,82); }
H1.HeaderClassName
{
color: #E13652;
}
.AnyTagClassName
{
color: #E13652;
}
</style>
background-color css
<style>
a { background-color: #E13652; }
a { background-color: rgb(225,54,82); }
div.DivClassName
{
background-color: #E13652;
}
.BgClassName
{
background-color: #E13652;
}
</style>
border-color css
<style>
span { border-color: #E13652; }
span { border-color: rgb(225,54,82); }
td.TdClassName
{
border-color: #E13652;
}
.TagClassName
{
border-color: #E13652;
}
</style>