Shades of Amaranth #E13B52
Tints of Amaranth #E13B52
RGB
CMYK
RGB Variations
Color information
#E13B52 (or 0xE13B52) is known color: Amaranth. HEX triplet: E1, 3B and 52. RGB value is (225,59,82). Sum of RGB (Red+Green+Blue) = 225+59+82=366 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.48% from 366); Green value is 59 (23.44% from 255 or 16.12% from 366); Blue value is 82 (32.42% from 255 or 22.40% from 366); Max value from RGB is 225 - color contains mainly: red. Hex color #E13B52 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E13B52 is #1EC4AD. Grayscale: #6F6F6F. Windows color (decimal): -2016430 or 5389281. OLE color: 5389281.
HSL color Cylindrical-coordinate representation of color #E13B52: hue angle of 351.69º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E13B52 is Cyan = 0, Magento = 0.74, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 59 | 82 | - |
| CMYK | 0 | 0.74 | 0.64 | 0.12 |
| HSL | 351.69º | 0.73% | 0.56% | - |
| HSV(B) | 351.69º | 0.74% | 0.88% | - |
| XYZ | 34.14 | 19.74 | 9.99 | - |
| YUV | 111.26 | 111.5 | 209.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 59 | 82 | 0 | 0.74 | 0.64 | 0.12 | 351.69 | 0.73 | 0.56 |
| Hex | E1 | 3B | 52 | 0 | 4A | 40 | C | 160 | 49 | 38 |
| Octal | 341 | 73 | 122 | 0 | 112 | 100 | 14 | 540 | 111 | 70 |
| Binary | 11100001 | 111011 | 1010010 | 0 | 1001010 | 1000000 | 1100 | 101100000 | 1001001 | 111000 |
Color Harmonies of #E13B52
Complementary color
Monochromatic Colors of #E13B52
Black with #E13B52
Text Example
Text Example
White with #E13B52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E13B52; }
p { color: rgb(225,59,82); }
H1.HeaderClassName
{
color: #E13B52;
}
.AnyTagClassName
{
color: #E13B52;
}
</style>
background-color css
<style>
a { background-color: #E13B52; }
a { background-color: rgb(225,59,82); }
div.DivClassName
{
background-color: #E13B52;
}
.BgClassName
{
background-color: #E13B52;
}
</style>
border-color css
<style>
span { border-color: #E13B52; }
span { border-color: rgb(225,59,82); }
td.TdClassName
{
border-color: #E13B52;
}
.TagClassName
{
border-color: #E13B52;
}
</style>