Shades of Amaranth #E41B4E
Tints of Amaranth #E41B4E
RGB
CMYK
RGB Variations
Color information
#E41B4E (or 0xE41B4E) is known color: Amaranth. HEX triplet: E4, 1B and 4E. RGB value is (228,27,78). Sum of RGB (Red+Green+Blue) = 228+27+78=333 (44% of max value = 765). Red value is 228 (89.45% from 255 or 68.47% from 333); Green value is 27 (10.94% from 255 or 8.11% from 333); Blue value is 78 (30.86% from 255 or 23.42% from 333); Max value from RGB is 228 - color contains mainly: red. Hex color #E41B4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E41B4E is #1BE4B1. Grayscale: #5C5C5C. Windows color (decimal): -1828018 or 5118948. OLE color: 5118948.
HSL color Cylindrical-coordinate representation of color #E41B4E: hue angle of 344.78º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E41B4E is Cyan = 0, Magento = 0.88, Yellow = 0.66 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 27 | 78 | - |
| CMYK | 0 | 0.88 | 0.66 | 0.11 |
| HSL | 344.78º | 0.79% | 0.5% | - |
| HSV(B) | 344.78º | 0.88% | 0.89% | - |
| XYZ | 33.76 | 17.83 | 8.87 | - |
| YUV | 92.91 | 119.59 | 224.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 27 | 78 | 0 | 0.88 | 0.66 | 0.11 | 344.78 | 0.79 | 0.5 |
| Hex | E4 | 1B | 4E | 0 | 58 | 42 | B | 159 | 4F | 32 |
| Octal | 344 | 33 | 116 | 0 | 130 | 102 | 13 | 531 | 117 | 62 |
| Binary | 11100100 | 11011 | 1001110 | 0 | 1011000 | 1000010 | 1011 | 101011001 | 1001111 | 110010 |
Color Harmonies of #E41B4E
Complementary color
Monochromatic Colors of #E41B4E
Black with #E41B4E
Text Example
Text Example
White with #E41B4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E41B4E; }
p { color: rgb(228,27,78); }
H1.HeaderClassName
{
color: #E41B4E;
}
.AnyTagClassName
{
color: #E41B4E;
}
</style>
background-color css
<style>
a { background-color: #E41B4E; }
a { background-color: rgb(228,27,78); }
div.DivClassName
{
background-color: #E41B4E;
}
.BgClassName
{
background-color: #E41B4E;
}
</style>
border-color css
<style>
span { border-color: #E41B4E; }
span { border-color: rgb(228,27,78); }
td.TdClassName
{
border-color: #E41B4E;
}
.TagClassName
{
border-color: #E41B4E;
}
</style>