Shades of Amaranth #E43A58
Tints of Amaranth #E43A58
RGB
CMYK
RGB Variations
Color information
#E43A58 (or 0xE43A58) is known color: Amaranth. HEX triplet: E4, 3A and 58. RGB value is (228,58,88). Sum of RGB (Red+Green+Blue) = 228+58+88=374 (49% of max value = 765). Red value is 228 (89.45% from 255 or 60.96% from 374); Green value is 58 (23.05% from 255 or 15.51% from 374); Blue value is 88 (34.77% from 255 or 23.53% from 374); Max value from RGB is 228 - color contains mainly: red. Hex color #E43A58 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E43A58 is #1BC5A7. Grayscale: #707070. Windows color (decimal): -1820072 or 5782244. OLE color: 5782244.
HSL color Cylindrical-coordinate representation of color #E43A58: hue angle of 349.41º degrees, saturation: 0.76, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E43A58 is Cyan = 0, Magento = 0.75, Yellow = 0.61 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 58 | 88 | - |
| CMYK | 0 | 0.75 | 0.61 | 0.11 |
| HSL | 349.41º | 0.76% | 0.56% | - |
| HSV(B) | 349.41º | 0.75% | 0.89% | - |
| XYZ | 35.27 | 20.22 | 11.28 | - |
| YUV | 112.25 | 114.32 | 210.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 58 | 88 | 0 | 0.75 | 0.61 | 0.11 | 349.41 | 0.76 | 0.56 |
| Hex | E4 | 3A | 58 | 0 | 4B | 3D | B | 15D | 4C | 38 |
| Octal | 344 | 72 | 130 | 0 | 113 | 75 | 13 | 535 | 114 | 70 |
| Binary | 11100100 | 111010 | 1011000 | 0 | 1001011 | 111101 | 1011 | 101011101 | 1001100 | 111000 |
Color Harmonies of #E43A58
Complementary color
Monochromatic Colors of #E43A58
Black with #E43A58
Text Example
Text Example
White with #E43A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E43A58; }
p { color: rgb(228,58,88); }
H1.HeaderClassName
{
color: #E43A58;
}
.AnyTagClassName
{
color: #E43A58;
}
</style>
background-color css
<style>
a { background-color: #E43A58; }
a { background-color: rgb(228,58,88); }
div.DivClassName
{
background-color: #E43A58;
}
.BgClassName
{
background-color: #E43A58;
}
</style>
border-color css
<style>
span { border-color: #E43A58; }
span { border-color: rgb(228,58,88); }
td.TdClassName
{
border-color: #E43A58;
}
.TagClassName
{
border-color: #E43A58;
}
</style>