Shades of Amaranth #E41F45
Tints of Amaranth #E41F45
RGB
CMYK
RGB Variations
Color information
#E41F45 (or 0xE41F45) is known color: Amaranth. HEX triplet: E4, 1F and 45. RGB value is (228,31,69). Sum of RGB (Red+Green+Blue) = 228+31+69=328 (43% of max value = 765). Red value is 228 (89.45% from 255 or 69.51% from 328); Green value is 31 (12.5% from 255 or 9.45% from 328); Blue value is 69 (27.34% from 255 or 21.04% from 328); Max value from RGB is 228 - color contains mainly: red. Hex color #E41F45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E41F45 is #1BE0BA. Grayscale: #5E5E5E. Windows color (decimal): -1827003 or 4530148. OLE color: 4530148.
HSL color Cylindrical-coordinate representation of color #E41F45: hue angle of 348.43º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E41F45 is Cyan = 0, Magento = 0.86, Yellow = 0.70 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 31 | 69 | - |
| CMYK | 0 | 0.86 | 0.70 | 0.11 |
| HSL | 348.43º | 0.78% | 0.51% | - |
| HSV(B) | 348.43º | 0.86% | 0.89% | - |
| XYZ | 33.56 | 17.9 | 7.32 | - |
| YUV | 94.24 | 113.77 | 223.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 31 | 69 | 0 | 0.86 | 0.70 | 0.11 | 348.43 | 0.78 | 0.51 |
| Hex | E4 | 1F | 45 | 0 | 56 | 46 | B | 15C | 4E | 33 |
| Octal | 344 | 37 | 105 | 0 | 126 | 106 | 13 | 534 | 116 | 63 |
| Binary | 11100100 | 11111 | 1000101 | 0 | 1010110 | 1000110 | 1011 | 101011100 | 1001110 | 110011 |
Color Harmonies of #E41F45
Complementary color
Monochromatic Colors of #E41F45
Black with #E41F45
Text Example
Text Example
White with #E41F45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E41F45; }
p { color: rgb(228,31,69); }
H1.HeaderClassName
{
color: #E41F45;
}
.AnyTagClassName
{
color: #E41F45;
}
</style>
background-color css
<style>
a { background-color: #E41F45; }
a { background-color: rgb(228,31,69); }
div.DivClassName
{
background-color: #E41F45;
}
.BgClassName
{
background-color: #E41F45;
}
</style>
border-color css
<style>
span { border-color: #E41F45; }
span { border-color: rgb(228,31,69); }
td.TdClassName
{
border-color: #E41F45;
}
.TagClassName
{
border-color: #E41F45;
}
</style>