Shades of Amaranth #E42656
Tints of Amaranth #E42656
RGB
CMYK
RGB Variations
Color information
#E42656 (or 0xE42656) is known color: Amaranth. HEX triplet: E4, 26 and 56. RGB value is (228,38,86). Sum of RGB (Red+Green+Blue) = 228+38+86=352 (46% of max value = 765). Red value is 228 (89.45% from 255 or 64.77% from 352); Green value is 38 (15.23% from 255 or 10.80% from 352); Blue value is 86 (33.98% from 255 or 24.43% from 352); Max value from RGB is 228 - color contains mainly: red. Hex color #E42656 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E42656 is #1BD9A9. Grayscale: #646464. Windows color (decimal): -1825194 or 5646052. OLE color: 5646052.
HSL color Cylindrical-coordinate representation of color #E42656: hue angle of 344.84º 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 #E42656 is Cyan = 0, Magento = 0.83, Yellow = 0.62 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 38 | 86 | - |
| CMYK | 0 | 0.83 | 0.62 | 0.11 |
| HSL | 344.84º | 0.78% | 0.52% | - |
| HSV(B) | 344.84º | 0.83% | 0.89% | - |
| XYZ | 34.37 | 18.55 | 10.57 | - |
| YUV | 100.28 | 119.95 | 219.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 38 | 86 | 0 | 0.83 | 0.62 | 0.11 | 344.84 | 0.78 | 0.52 |
| Hex | E4 | 26 | 56 | 0 | 53 | 3E | B | 159 | 4E | 34 |
| Octal | 344 | 46 | 126 | 0 | 123 | 76 | 13 | 531 | 116 | 64 |
| Binary | 11100100 | 100110 | 1010110 | 0 | 1010011 | 111110 | 1011 | 101011001 | 1001110 | 110100 |
Color Harmonies of #E42656
Complementary color
Monochromatic Colors of #E42656
Black with #E42656
Text Example
Text Example
White with #E42656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E42656; }
p { color: rgb(228,38,86); }
H1.HeaderClassName
{
color: #E42656;
}
.AnyTagClassName
{
color: #E42656;
}
</style>
background-color css
<style>
a { background-color: #E42656; }
a { background-color: rgb(228,38,86); }
div.DivClassName
{
background-color: #E42656;
}
.BgClassName
{
background-color: #E42656;
}
</style>
border-color css
<style>
span { border-color: #E42656; }
span { border-color: rgb(228,38,86); }
td.TdClassName
{
border-color: #E42656;
}
.TagClassName
{
border-color: #E42656;
}
</style>