Shades of Amaranth #E4274D
Tints of Amaranth #E4274D
RGB
CMYK
RGB Variations
Color information
#E4274D (or 0xE4274D) is known color: Amaranth. HEX triplet: E4, 27 and 4D. RGB value is (228,39,77). Sum of RGB (Red+Green+Blue) = 228+39+77=344 (45% of max value = 765). Red value is 228 (89.45% from 255 or 66.28% from 344); Green value is 39 (15.62% from 255 or 11.34% from 344); Blue value is 77 (30.47% from 255 or 22.38% from 344); Max value from RGB is 228 - color contains mainly: red. Hex color #E4274D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E4274D is #1BD8B2. Grayscale: #636363. Windows color (decimal): -1824947 or 5056484. OLE color: 5056484.
HSL color Cylindrical-coordinate representation of color #E4274D: hue angle of 347.94º 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 #E4274D is Cyan = 0, Magento = 0.83, Yellow = 0.66 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 39 | 77 | - |
| CMYK | 0 | 0.83 | 0.66 | 0.11 |
| HSL | 347.94º | 0.78% | 0.52% | - |
| HSV(B) | 347.94º | 0.83% | 0.89% | - |
| XYZ | 34.06 | 18.48 | 8.79 | - |
| YUV | 99.84 | 115.12 | 219.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 39 | 77 | 0 | 0.83 | 0.66 | 0.11 | 347.94 | 0.78 | 0.52 |
| Hex | E4 | 27 | 4D | 0 | 53 | 42 | B | 15C | 4E | 34 |
| Octal | 344 | 47 | 115 | 0 | 123 | 102 | 13 | 534 | 116 | 64 |
| Binary | 11100100 | 100111 | 1001101 | 0 | 1010011 | 1000010 | 1011 | 101011100 | 1001110 | 110100 |
Color Harmonies of #E4274D
Complementary color
Monochromatic Colors of #E4274D
Black with #E4274D
Text Example
Text Example
White with #E4274D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4274D; }
p { color: rgb(228,39,77); }
H1.HeaderClassName
{
color: #E4274D;
}
.AnyTagClassName
{
color: #E4274D;
}
</style>
background-color css
<style>
a { background-color: #E4274D; }
a { background-color: rgb(228,39,77); }
div.DivClassName
{
background-color: #E4274D;
}
.BgClassName
{
background-color: #E4274D;
}
</style>
border-color css
<style>
span { border-color: #E4274D; }
span { border-color: rgb(228,39,77); }
td.TdClassName
{
border-color: #E4274D;
}
.TagClassName
{
border-color: #E4274D;
}
</style>