Shades of Amaranth #E4264D
Tints of Amaranth #E4264D
RGB
CMYK
RGB Variations
Color information
#E4264D (or 0xE4264D) is known color: Amaranth. HEX triplet: E4, 26 and 4D. RGB value is (228,38,77). Sum of RGB (Red+Green+Blue) = 228+38+77=343 (45% of max value = 765). Red value is 228 (89.45% from 255 or 66.47% from 343); Green value is 38 (15.23% from 255 or 11.08% from 343); Blue value is 77 (30.47% from 255 or 22.45% from 343); Max value from RGB is 228 - color contains mainly: red. Hex color #E4264D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E4264D is #1BD9B2. Grayscale: #636363. Windows color (decimal): -1825203 or 5056228. OLE color: 5056228.
HSL color Cylindrical-coordinate representation of color #E4264D: hue angle of 347.68º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E4264D is Cyan = 0, Magento = 0.83, Yellow = 0.66 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 38 | 77 | - |
| CMYK | 0 | 0.83 | 0.66 | 0.11 |
| HSL | 347.68º | 0.78% | 0.52% | - |
| HSV(B) | 347.68º | 0.83% | 0.89% | - |
| XYZ | 34.03 | 18.42 | 8.78 | - |
| YUV | 99.26 | 115.45 | 219.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 38 | 77 | 0 | 0.83 | 0.66 | 0.11 | 347.68 | 0.78 | 0.52 |
| Hex | E4 | 26 | 4D | 0 | 53 | 42 | B | 15C | 4E | 34 |
| Octal | 344 | 46 | 115 | 0 | 123 | 102 | 13 | 534 | 116 | 64 |
| Binary | 11100100 | 100110 | 1001101 | 0 | 1010011 | 1000010 | 1011 | 101011100 | 1001110 | 110100 |
Color Harmonies of #E4264D
Complementary color
Monochromatic Colors of #E4264D
Black with #E4264D
Text Example
Text Example
White with #E4264D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4264D; }
p { color: rgb(228,38,77); }
H1.HeaderClassName
{
color: #E4264D;
}
.AnyTagClassName
{
color: #E4264D;
}
</style>
background-color css
<style>
a { background-color: #E4264D; }
a { background-color: rgb(228,38,77); }
div.DivClassName
{
background-color: #E4264D;
}
.BgClassName
{
background-color: #E4264D;
}
</style>
border-color css
<style>
span { border-color: #E4264D; }
span { border-color: rgb(228,38,77); }
td.TdClassName
{
border-color: #E4264D;
}
.TagClassName
{
border-color: #E4264D;
}
</style>