Shades of Amaranth #E4254D
Tints of Amaranth #E4254D
RGB
CMYK
RGB Variations
Color information
#E4254D (or 0xE4254D) is known color: Amaranth. HEX triplet: E4, 25 and 4D. RGB value is (228,37,77). Sum of RGB (Red+Green+Blue) = 228+37+77=342 (45% of max value = 765). Red value is 228 (89.45% from 255 or 66.67% from 342); Green value is 37 (14.84% from 255 or 10.82% from 342); Blue value is 77 (30.47% from 255 or 22.51% from 342); Max value from RGB is 228 - color contains mainly: red. Hex color #E4254D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E4254D is #1BDAB2. Grayscale: #626262. Windows color (decimal): -1825459 or 5055972. OLE color: 5055972.
HSL color Cylindrical-coordinate representation of color #E4254D: hue angle of 347.43º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E4254D is Cyan = 0, Magento = 0.84, Yellow = 0.66 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 37 | 77 | - |
| CMYK | 0 | 0.84 | 0.66 | 0.11 |
| HSL | 347.43º | 0.78% | 0.52% | - |
| HSV(B) | 347.43º | 0.84% | 0.89% | - |
| XYZ | 34 | 18.35 | 8.77 | - |
| YUV | 98.67 | 115.78 | 220.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 37 | 77 | 0 | 0.84 | 0.66 | 0.11 | 347.43 | 0.78 | 0.52 |
| Hex | E4 | 25 | 4D | 0 | 54 | 42 | B | 15B | 4E | 34 |
| Octal | 344 | 45 | 115 | 0 | 124 | 102 | 13 | 533 | 116 | 64 |
| Binary | 11100100 | 100101 | 1001101 | 0 | 1010100 | 1000010 | 1011 | 101011011 | 1001110 | 110100 |
Color Harmonies of #E4254D
Complementary color
Monochromatic Colors of #E4254D
Black with #E4254D
Text Example
Text Example
White with #E4254D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4254D; }
p { color: rgb(228,37,77); }
H1.HeaderClassName
{
color: #E4254D;
}
.AnyTagClassName
{
color: #E4254D;
}
</style>
background-color css
<style>
a { background-color: #E4254D; }
a { background-color: rgb(228,37,77); }
div.DivClassName
{
background-color: #E4254D;
}
.BgClassName
{
background-color: #E4254D;
}
</style>
border-color css
<style>
span { border-color: #E4254D; }
span { border-color: rgb(228,37,77); }
td.TdClassName
{
border-color: #E4254D;
}
.TagClassName
{
border-color: #E4254D;
}
</style>