Shades of Amaranth #E42649
Tints of Amaranth #E42649
RGB
CMYK
RGB Variations
Color information
#E42649 (or 0xE42649) is known color: Amaranth. HEX triplet: E4, 26 and 49. RGB value is (228,38,73). Sum of RGB (Red+Green+Blue) = 228+38+73=339 (44% of max value = 765). Red value is 228 (89.45% from 255 or 67.26% from 339); Green value is 38 (15.23% from 255 or 11.21% from 339); Blue value is 73 (28.91% from 255 or 21.53% from 339); Max value from RGB is 228 - color contains mainly: red. Hex color #E42649 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E42649 is #1BD9B6. Grayscale: #626262. Windows color (decimal): -1825207 or 4794084. OLE color: 4794084.
HSL color Cylindrical-coordinate representation of color #E42649: hue angle of 348.95º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E42649 is Cyan = 0, Magento = 0.83, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 38 | 73 | - |
| CMYK | 0 | 0.83 | 0.68 | 0.11 |
| HSL | 348.95º | 0.78% | 0.52% | - |
| HSV(B) | 348.95º | 0.83% | 0.89% | - |
| XYZ | 33.89 | 18.36 | 8.06 | - |
| YUV | 98.8 | 113.45 | 220.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 38 | 73 | 0 | 0.83 | 0.68 | 0.11 | 348.95 | 0.78 | 0.52 |
| Hex | E4 | 26 | 49 | 0 | 53 | 44 | B | 15D | 4E | 34 |
| Octal | 344 | 46 | 111 | 0 | 123 | 104 | 13 | 535 | 116 | 64 |
| Binary | 11100100 | 100110 | 1001001 | 0 | 1010011 | 1000100 | 1011 | 101011101 | 1001110 | 110100 |
Color Harmonies of #E42649
Complementary color
Monochromatic Colors of #E42649
Black with #E42649
Text Example
Text Example
White with #E42649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E42649; }
p { color: rgb(228,38,73); }
H1.HeaderClassName
{
color: #E42649;
}
.AnyTagClassName
{
color: #E42649;
}
</style>
background-color css
<style>
a { background-color: #E42649; }
a { background-color: rgb(228,38,73); }
div.DivClassName
{
background-color: #E42649;
}
.BgClassName
{
background-color: #E42649;
}
</style>
border-color css
<style>
span { border-color: #E42649; }
span { border-color: rgb(228,38,73); }
td.TdClassName
{
border-color: #E42649;
}
.TagClassName
{
border-color: #E42649;
}
</style>