Shades of Amaranth #E42850
Tints of Amaranth #E42850
RGB
CMYK
RGB Variations
Color information
#E42850 (or 0xE42850) is known color: Amaranth. HEX triplet: E4, 28 and 50. RGB value is (228,40,80). Sum of RGB (Red+Green+Blue) = 228+40+80=348 (46% of max value = 765). Red value is 228 (89.45% from 255 or 65.52% from 348); Green value is 40 (16.02% from 255 or 11.49% from 348); Blue value is 80 (31.64% from 255 or 22.99% from 348); Max value from RGB is 228 - color contains mainly: red. Hex color #E42850 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E42850 is #1BD7AF. Grayscale: #646464. Windows color (decimal): -1824688 or 5253348. OLE color: 5253348.
HSL color Cylindrical-coordinate representation of color #E42850: hue angle of 347.23º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E42850 is Cyan = 0, Magento = 0.82, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 40 | 80 | - |
| CMYK | 0 | 0.82 | 0.65 | 0.11 |
| HSL | 347.23º | 0.78% | 0.53% | - |
| HSV(B) | 347.23º | 0.82% | 0.89% | - |
| XYZ | 34.2 | 18.59 | 9.38 | - |
| YUV | 100.77 | 116.28 | 218.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 40 | 80 | 0 | 0.82 | 0.65 | 0.11 | 347.23 | 0.78 | 0.53 |
| Hex | E4 | 28 | 50 | 0 | 52 | 41 | B | 15B | 4E | 35 |
| Octal | 344 | 50 | 120 | 0 | 122 | 101 | 13 | 533 | 116 | 65 |
| Binary | 11100100 | 101000 | 1010000 | 0 | 1010010 | 1000001 | 1011 | 101011011 | 1001110 | 110101 |
Color Harmonies of #E42850
Complementary color
Monochromatic Colors of #E42850
Black with #E42850
Text Example
Text Example
White with #E42850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E42850; }
p { color: rgb(228,40,80); }
H1.HeaderClassName
{
color: #E42850;
}
.AnyTagClassName
{
color: #E42850;
}
</style>
background-color css
<style>
a { background-color: #E42850; }
a { background-color: rgb(228,40,80); }
div.DivClassName
{
background-color: #E42850;
}
.BgClassName
{
background-color: #E42850;
}
</style>
border-color css
<style>
span { border-color: #E42850; }
span { border-color: rgb(228,40,80); }
td.TdClassName
{
border-color: #E42850;
}
.TagClassName
{
border-color: #E42850;
}
</style>