Shades of Amaranth #E4364D
Tints of Amaranth #E4364D
RGB
CMYK
RGB Variations
Color information
#E4364D (or 0xE4364D) is known color: Amaranth. HEX triplet: E4, 36 and 4D. RGB value is (228,54,77). Sum of RGB (Red+Green+Blue) = 228+54+77=359 (47% of max value = 765). Red value is 228 (89.45% from 255 or 63.51% from 359); Green value is 54 (21.48% from 255 or 15.04% from 359); Blue value is 77 (30.47% from 255 or 21.45% from 359); Max value from RGB is 228 - color contains mainly: red. Hex color #E4364D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E4364D is #1BC9B2. Grayscale: #6C6C6C. Windows color (decimal): -1821107 or 5060324. OLE color: 5060324.
HSL color Cylindrical-coordinate representation of color #E4364D: hue angle of 352.07º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E4364D is Cyan = 0, Magento = 0.76, Yellow = 0.66 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 54 | 77 | - |
| CMYK | 0 | 0.76 | 0.66 | 0.11 |
| HSL | 352.07º | 0.76% | 0.55% | - |
| HSV(B) | 352.07º | 0.76% | 0.89% | - |
| XYZ | 34.65 | 19.67 | 8.99 | - |
| YUV | 108.65 | 110.15 | 213.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 54 | 77 | 0 | 0.76 | 0.66 | 0.11 | 352.07 | 0.76 | 0.55 |
| Hex | E4 | 36 | 4D | 0 | 4C | 42 | B | 160 | 4C | 37 |
| Octal | 344 | 66 | 115 | 0 | 114 | 102 | 13 | 540 | 114 | 67 |
| Binary | 11100100 | 110110 | 1001101 | 0 | 1001100 | 1000010 | 1011 | 101100000 | 1001100 | 110111 |
Color Harmonies of #E4364D
Complementary color
Monochromatic Colors of #E4364D
Black with #E4364D
Text Example
Text Example
White with #E4364D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4364D; }
p { color: rgb(228,54,77); }
H1.HeaderClassName
{
color: #E4364D;
}
.AnyTagClassName
{
color: #E4364D;
}
</style>
background-color css
<style>
a { background-color: #E4364D; }
a { background-color: rgb(228,54,77); }
div.DivClassName
{
background-color: #E4364D;
}
.BgClassName
{
background-color: #E4364D;
}
</style>
border-color css
<style>
span { border-color: #E4364D; }
span { border-color: rgb(228,54,77); }
td.TdClassName
{
border-color: #E4364D;
}
.TagClassName
{
border-color: #E4364D;
}
</style>