Shades of Amaranth #E42E4B
Tints of Amaranth #E42E4B
RGB
CMYK
RGB Variations
Color information
#E42E4B (or 0xE42E4B) is known color: Amaranth. HEX triplet: E4, 2E and 4B. RGB value is (228,46,75). Sum of RGB (Red+Green+Blue) = 228+46+75=349 (46% of max value = 765). Red value is 228 (89.45% from 255 or 65.33% from 349); Green value is 46 (18.36% from 255 or 13.18% from 349); Blue value is 75 (29.69% from 255 or 21.49% from 349); Max value from RGB is 228 - color contains mainly: red. Hex color #E42E4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E42E4B is #1BD1B4. Grayscale: #676767. Windows color (decimal): -1823157 or 4927204. OLE color: 4927204.
HSL color Cylindrical-coordinate representation of color #E42E4B: hue angle of 350.44º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E42E4B is Cyan = 0, Magento = 0.80, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 46 | 75 | - |
| CMYK | 0 | 0.80 | 0.67 | 0.11 |
| HSL | 350.44º | 0.77% | 0.54% | - |
| HSV(B) | 350.44º | 0.8% | 0.89% | - |
| XYZ | 34.24 | 18.96 | 8.51 | - |
| YUV | 103.72 | 111.8 | 216.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 46 | 75 | 0 | 0.80 | 0.67 | 0.11 | 350.44 | 0.77 | 0.54 |
| Hex | E4 | 2E | 4B | 0 | 50 | 43 | B | 15E | 4D | 36 |
| Octal | 344 | 56 | 113 | 0 | 120 | 103 | 13 | 536 | 115 | 66 |
| Binary | 11100100 | 101110 | 1001011 | 0 | 1010000 | 1000011 | 1011 | 101011110 | 1001101 | 110110 |
Color Harmonies of #E42E4B
Complementary color
Monochromatic Colors of #E42E4B
Black with #E42E4B
Text Example
Text Example
White with #E42E4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E42E4B; }
p { color: rgb(228,46,75); }
H1.HeaderClassName
{
color: #E42E4B;
}
.AnyTagClassName
{
color: #E42E4B;
}
</style>
background-color css
<style>
a { background-color: #E42E4B; }
a { background-color: rgb(228,46,75); }
div.DivClassName
{
background-color: #E42E4B;
}
.BgClassName
{
background-color: #E42E4B;
}
</style>
border-color css
<style>
span { border-color: #E42E4B; }
span { border-color: rgb(228,46,75); }
td.TdClassName
{
border-color: #E42E4B;
}
.TagClassName
{
border-color: #E42E4B;
}
</style>