Shades of Amaranth #E4394B
Tints of Amaranth #E4394B
RGB
CMYK
RGB Variations
Color information
#E4394B (or 0xE4394B) is known color: Amaranth. HEX triplet: E4, 39 and 4B. RGB value is (228,57,75). Sum of RGB (Red+Green+Blue) = 228+57+75=360 (47% of max value = 765). Red value is 228 (89.45% from 255 or 63.33% from 360); Green value is 57 (22.66% from 255 or 15.83% from 360); Blue value is 75 (29.69% from 255 or 20.83% from 360); Max value from RGB is 228 - color contains mainly: red. Hex color #E4394B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E4394B is #1BC6B4. Grayscale: #6E6E6E. Windows color (decimal): -1820341 or 4930020. OLE color: 4930020.
HSL color Cylindrical-coordinate representation of color #E4394B: hue angle of 353.68º degrees, saturation: 0.76, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E4394B is Cyan = 0, Magento = 0.75, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 57 | 75 | - |
| CMYK | 0 | 0.75 | 0.67 | 0.11 |
| HSL | 353.68º | 0.76% | 0.56% | - |
| HSV(B) | 353.68º | 0.75% | 0.89% | - |
| XYZ | 34.73 | 19.93 | 8.67 | - |
| YUV | 110.18 | 108.15 | 212.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 57 | 75 | 0 | 0.75 | 0.67 | 0.11 | 353.68 | 0.76 | 0.56 |
| Hex | E4 | 39 | 4B | 0 | 4B | 43 | B | 162 | 4C | 38 |
| Octal | 344 | 71 | 113 | 0 | 113 | 103 | 13 | 542 | 114 | 70 |
| Binary | 11100100 | 111001 | 1001011 | 0 | 1001011 | 1000011 | 1011 | 101100010 | 1001100 | 111000 |
Color Harmonies of #E4394B
Complementary color
Monochromatic Colors of #E4394B
Black with #E4394B
Text Example
Text Example
White with #E4394B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4394B; }
p { color: rgb(228,57,75); }
H1.HeaderClassName
{
color: #E4394B;
}
.AnyTagClassName
{
color: #E4394B;
}
</style>
background-color css
<style>
a { background-color: #E4394B; }
a { background-color: rgb(228,57,75); }
div.DivClassName
{
background-color: #E4394B;
}
.BgClassName
{
background-color: #E4394B;
}
</style>
border-color css
<style>
span { border-color: #E4394B; }
span { border-color: rgb(228,57,75); }
td.TdClassName
{
border-color: #E4394B;
}
.TagClassName
{
border-color: #E4394B;
}
</style>