Shades of Amaranth #E42650
Tints of Amaranth #E42650
RGB
CMYK
RGB Variations
Color information
#E42650 (or 0xE42650) is known color: Amaranth. HEX triplet: E4, 26 and 50. RGB value is (228,38,80). Sum of RGB (Red+Green+Blue) = 228+38+80=346 (45% of max value = 765). Red value is 228 (89.45% from 255 or 65.90% from 346); Green value is 38 (15.23% from 255 or 10.98% from 346); Blue value is 80 (31.64% from 255 or 23.12% from 346); Max value from RGB is 228 - color contains mainly: red. Hex color #E42650 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E42650 is #1BD9AF. Grayscale: #636363. Windows color (decimal): -1825200 or 5252836. OLE color: 5252836.
HSL color Cylindrical-coordinate representation of color #E42650: hue angle of 346.74º 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 #E42650 is Cyan = 0, Magento = 0.83, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 38 | 80 | - |
| CMYK | 0 | 0.83 | 0.65 | 0.11 |
| HSL | 346.74º | 0.78% | 0.52% | - |
| HSV(B) | 346.74º | 0.83% | 0.89% | - |
| XYZ | 34.14 | 18.46 | 9.35 | - |
| YUV | 99.6 | 116.95 | 219.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 38 | 80 | 0 | 0.83 | 0.65 | 0.11 | 346.74 | 0.78 | 0.52 |
| Hex | E4 | 26 | 50 | 0 | 53 | 41 | B | 15B | 4E | 34 |
| Octal | 344 | 46 | 120 | 0 | 123 | 101 | 13 | 533 | 116 | 64 |
| Binary | 11100100 | 100110 | 1010000 | 0 | 1010011 | 1000001 | 1011 | 101011011 | 1001110 | 110100 |
Color Harmonies of #E42650
Complementary color
Monochromatic Colors of #E42650
Black with #E42650
Text Example
Text Example
White with #E42650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E42650; }
p { color: rgb(228,38,80); }
H1.HeaderClassName
{
color: #E42650;
}
.AnyTagClassName
{
color: #E42650;
}
</style>
background-color css
<style>
a { background-color: #E42650; }
a { background-color: rgb(228,38,80); }
div.DivClassName
{
background-color: #E42650;
}
.BgClassName
{
background-color: #E42650;
}
</style>
border-color css
<style>
span { border-color: #E42650; }
span { border-color: rgb(228,38,80); }
td.TdClassName
{
border-color: #E42650;
}
.TagClassName
{
border-color: #E42650;
}
</style>