Shades of Amaranth #E13552
Tints of Amaranth #E13552
RGB
CMYK
RGB Variations
Color information
#E13552 (or 0xE13552) is known color: Amaranth. HEX triplet: E1, 35 and 52. RGB value is (225,53,82). Sum of RGB (Red+Green+Blue) = 225+53+82=360 (47% of max value = 765). Red value is 225 (88.28% from 255 or 62.5% from 360); Green value is 53 (21.09% from 255 or 14.72% from 360); Blue value is 82 (32.42% from 255 or 22.78% from 360); Max value from RGB is 225 - color contains mainly: red. Hex color #E13552 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E13552 is #1ECAAD. Grayscale: #6B6B6B. Windows color (decimal): -2017966 or 5387745. OLE color: 5387745.
HSL color Cylindrical-coordinate representation of color #E13552: hue angle of 349.88º 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 #E13552 is Cyan = 0, Magento = 0.76, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 53 | 82 | - |
| CMYK | 0 | 0.76 | 0.64 | 0.12 |
| HSL | 349.88º | 0.74% | 0.55% | - |
| HSV(B) | 349.88º | 0.76% | 0.88% | - |
| XYZ | 33.85 | 19.16 | 9.9 | - |
| YUV | 107.73 | 113.48 | 211.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 53 | 82 | 0 | 0.76 | 0.64 | 0.12 | 349.88 | 0.74 | 0.55 |
| Hex | E1 | 35 | 52 | 0 | 4C | 40 | C | 15E | 4A | 37 |
| Octal | 341 | 65 | 122 | 0 | 114 | 100 | 14 | 536 | 112 | 67 |
| Binary | 11100001 | 110101 | 1010010 | 0 | 1001100 | 1000000 | 1100 | 101011110 | 1001010 | 110111 |
Color Harmonies of #E13552
Complementary color
Monochromatic Colors of #E13552
Black with #E13552
Text Example
Text Example
White with #E13552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E13552; }
p { color: rgb(225,53,82); }
H1.HeaderClassName
{
color: #E13552;
}
.AnyTagClassName
{
color: #E13552;
}
</style>
background-color css
<style>
a { background-color: #E13552; }
a { background-color: rgb(225,53,82); }
div.DivClassName
{
background-color: #E13552;
}
.BgClassName
{
background-color: #E13552;
}
</style>
border-color css
<style>
span { border-color: #E13552; }
span { border-color: rgb(225,53,82); }
td.TdClassName
{
border-color: #E13552;
}
.TagClassName
{
border-color: #E13552;
}
</style>