Shades of Amaranth #E4324B
Tints of Amaranth #E4324B
RGB
CMYK
RGB Variations
Color information
#E4324B (or 0xE4324B) is known color: Amaranth. HEX triplet: E4, 32 and 4B. RGB value is (228,50,75). Sum of RGB (Red+Green+Blue) = 228+50+75=353 (46% of max value = 765). Red value is 228 (89.45% from 255 or 64.59% from 353); Green value is 50 (19.92% from 255 or 14.16% from 353); Blue value is 75 (29.69% from 255 or 21.25% from 353); Max value from RGB is 228 - color contains mainly: red. Hex color #E4324B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E4324B is #1BCDB4. Grayscale: #6A6A6A. Windows color (decimal): -1822133 or 4928228. OLE color: 4928228.
HSL color Cylindrical-coordinate representation of color #E4324B: hue angle of 351.57º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E4324B is Cyan = 0, Magento = 0.78, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 50 | 75 | - |
| CMYK | 0 | 0.78 | 0.67 | 0.11 |
| HSL | 351.57º | 0.77% | 0.55% | - |
| HSV(B) | 351.57º | 0.78% | 0.89% | - |
| XYZ | 34.41 | 19.28 | 8.57 | - |
| YUV | 106.07 | 110.47 | 214.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 50 | 75 | 0 | 0.78 | 0.67 | 0.11 | 351.57 | 0.77 | 0.55 |
| Hex | E4 | 32 | 4B | 0 | 4E | 43 | B | 160 | 4D | 37 |
| Octal | 344 | 62 | 113 | 0 | 116 | 103 | 13 | 540 | 115 | 67 |
| Binary | 11100100 | 110010 | 1001011 | 0 | 1001110 | 1000011 | 1011 | 101100000 | 1001101 | 110111 |
Color Harmonies of #E4324B
Complementary color
Monochromatic Colors of #E4324B
Black with #E4324B
Text Example
Text Example
White with #E4324B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4324B; }
p { color: rgb(228,50,75); }
H1.HeaderClassName
{
color: #E4324B;
}
.AnyTagClassName
{
color: #E4324B;
}
</style>
background-color css
<style>
a { background-color: #E4324B; }
a { background-color: rgb(228,50,75); }
div.DivClassName
{
background-color: #E4324B;
}
.BgClassName
{
background-color: #E4324B;
}
</style>
border-color css
<style>
span { border-color: #E4324B; }
span { border-color: rgb(228,50,75); }
td.TdClassName
{
border-color: #E4324B;
}
.TagClassName
{
border-color: #E4324B;
}
</style>