Shades of Amaranth #E4334A
Tints of Amaranth #E4334A
RGB
CMYK
RGB Variations
Color information
#E4334A (or 0xE4334A) is known color: Amaranth. HEX triplet: E4, 33 and 4A. RGB value is (228,51,74). Sum of RGB (Red+Green+Blue) = 228+51+74=353 (46% of max value = 765). Red value is 228 (89.45% from 255 or 64.59% from 353); Green value is 51 (20.31% from 255 or 14.45% from 353); Blue value is 74 (29.30% from 255 or 20.96% from 353); Max value from RGB is 228 - color contains mainly: red. Hex color #E4334A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E4334A is #1BCCB5. Grayscale: #6A6A6A. Windows color (decimal): -1821878 or 4862948. OLE color: 4862948.
HSL color Cylindrical-coordinate representation of color #E4334A: hue angle of 352.2º 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 #E4334A is Cyan = 0, Magento = 0.78, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 51 | 74 | - |
| CMYK | 0 | 0.78 | 0.68 | 0.11 |
| HSL | 352.2º | 0.77% | 0.55% | - |
| HSV(B) | 352.2º | 0.78% | 0.89% | - |
| XYZ | 34.41 | 19.36 | 8.4 | - |
| YUV | 106.55 | 109.64 | 214.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 51 | 74 | 0 | 0.78 | 0.68 | 0.11 | 352.2 | 0.77 | 0.55 |
| Hex | E4 | 33 | 4A | 0 | 4E | 44 | B | 160 | 4D | 37 |
| Octal | 344 | 63 | 112 | 0 | 116 | 104 | 13 | 540 | 115 | 67 |
| Binary | 11100100 | 110011 | 1001010 | 0 | 1001110 | 1000100 | 1011 | 101100000 | 1001101 | 110111 |
Color Harmonies of #E4334A
Complementary color
Monochromatic Colors of #E4334A
Black with #E4334A
Text Example
Text Example
White with #E4334A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4334A; }
p { color: rgb(228,51,74); }
H1.HeaderClassName
{
color: #E4334A;
}
.AnyTagClassName
{
color: #E4334A;
}
</style>
background-color css
<style>
a { background-color: #E4334A; }
a { background-color: rgb(228,51,74); }
div.DivClassName
{
background-color: #E4334A;
}
.BgClassName
{
background-color: #E4334A;
}
</style>
border-color css
<style>
span { border-color: #E4334A; }
span { border-color: rgb(228,51,74); }
td.TdClassName
{
border-color: #E4334A;
}
.TagClassName
{
border-color: #E4334A;
}
</style>