Shades of Amaranth #E4254C
Tints of Amaranth #E4254C
RGB
CMYK
RGB Variations
Color information
#E4254C (or 0xE4254C) is known color: Amaranth. HEX triplet: E4, 25 and 4C. RGB value is (228,37,76). Sum of RGB (Red+Green+Blue) = 228+37+76=341 (45% of max value = 765). Red value is 228 (89.45% from 255 or 66.86% from 341); Green value is 37 (14.84% from 255 or 10.85% from 341); Blue value is 76 (30.08% from 255 or 22.29% from 341); Max value from RGB is 228 - color contains mainly: red. Hex color #E4254C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E4254C is #1BDAB3. Grayscale: #626262. Windows color (decimal): -1825460 or 4990436. OLE color: 4990436.
HSL color Cylindrical-coordinate representation of color #E4254C: hue angle of 347.75º 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 #E4254C is Cyan = 0, Magento = 0.84, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 37 | 76 | - |
| CMYK | 0 | 0.84 | 0.67 | 0.11 |
| HSL | 347.75º | 0.78% | 0.52% | - |
| HSV(B) | 347.75º | 0.84% | 0.89% | - |
| XYZ | 33.96 | 18.34 | 8.59 | - |
| YUV | 98.56 | 115.28 | 220.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 37 | 76 | 0 | 0.84 | 0.67 | 0.11 | 347.75 | 0.78 | 0.52 |
| Hex | E4 | 25 | 4C | 0 | 54 | 43 | B | 15C | 4E | 34 |
| Octal | 344 | 45 | 114 | 0 | 124 | 103 | 13 | 534 | 116 | 64 |
| Binary | 11100100 | 100101 | 1001100 | 0 | 1010100 | 1000011 | 1011 | 101011100 | 1001110 | 110100 |
Color Harmonies of #E4254C
Complementary color
Monochromatic Colors of #E4254C
Black with #E4254C
Text Example
Text Example
White with #E4254C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4254C; }
p { color: rgb(228,37,76); }
H1.HeaderClassName
{
color: #E4254C;
}
.AnyTagClassName
{
color: #E4254C;
}
</style>
background-color css
<style>
a { background-color: #E4254C; }
a { background-color: rgb(228,37,76); }
div.DivClassName
{
background-color: #E4254C;
}
.BgClassName
{
background-color: #E4254C;
}
</style>
border-color css
<style>
span { border-color: #E4254C; }
span { border-color: rgb(228,37,76); }
td.TdClassName
{
border-color: #E4254C;
}
.TagClassName
{
border-color: #E4254C;
}
</style>