Shades of Amaranth #E41D50
Tints of Amaranth #E41D50
RGB
CMYK
RGB Variations
Color information
#E41D50 (or 0xE41D50) is known color: Amaranth. HEX triplet: E4, 1D and 50. RGB value is (228,29,80). Sum of RGB (Red+Green+Blue) = 228+29+80=337 (44% of max value = 765). Red value is 228 (89.45% from 255 or 67.66% from 337); Green value is 29 (11.72% from 255 or 8.61% from 337); Blue value is 80 (31.64% from 255 or 23.74% from 337); Max value from RGB is 228 - color contains mainly: red. Hex color #E41D50 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E41D50 is #1BE2AF. Grayscale: #5E5E5E. Windows color (decimal): -1827504 or 5250532. OLE color: 5250532.
HSL color Cylindrical-coordinate representation of color #E41D50: hue angle of 344.62º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E41D50 is Cyan = 0, Magento = 0.87, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 29 | 80 | - |
| CMYK | 0 | 0.87 | 0.65 | 0.11 |
| HSL | 344.62º | 0.79% | 0.5% | - |
| HSV(B) | 344.62º | 0.87% | 0.89% | - |
| XYZ | 33.88 | 17.95 | 9.27 | - |
| YUV | 94.32 | 119.93 | 223.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 29 | 80 | 0 | 0.87 | 0.65 | 0.11 | 344.62 | 0.79 | 0.5 |
| Hex | E4 | 1D | 50 | 0 | 57 | 41 | B | 159 | 4F | 32 |
| Octal | 344 | 35 | 120 | 0 | 127 | 101 | 13 | 531 | 117 | 62 |
| Binary | 11100100 | 11101 | 1010000 | 0 | 1010111 | 1000001 | 1011 | 101011001 | 1001111 | 110010 |
Color Harmonies of #E41D50
Complementary color
Monochromatic Colors of #E41D50
Black with #E41D50
Text Example
Text Example
White with #E41D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E41D50; }
p { color: rgb(228,29,80); }
H1.HeaderClassName
{
color: #E41D50;
}
.AnyTagClassName
{
color: #E41D50;
}
</style>
background-color css
<style>
a { background-color: #E41D50; }
a { background-color: rgb(228,29,80); }
div.DivClassName
{
background-color: #E41D50;
}
.BgClassName
{
background-color: #E41D50;
}
</style>
border-color css
<style>
span { border-color: #E41D50; }
span { border-color: rgb(228,29,80); }
td.TdClassName
{
border-color: #E41D50;
}
.TagClassName
{
border-color: #E41D50;
}
</style>