Shades of Amaranth #E02648
Tints of Amaranth #E02648
RGB
CMYK
RGB Variations
Color information
#E02648 (or 0xE02648) is known color: Amaranth. HEX triplet: E0, 26 and 48. RGB value is (224,38,72). Sum of RGB (Red+Green+Blue) = 224+38+72=334 (44% of max value = 765). Red value is 224 (87.89% from 255 or 67.07% from 334); Green value is 38 (15.23% from 255 or 11.38% from 334); Blue value is 72 (28.52% from 255 or 21.56% from 334); Max value from RGB is 224 - color contains mainly: red. Hex color #E02648 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E02648 is #1FD9B7. Grayscale: #616161. Windows color (decimal): -2087352 or 4728544. OLE color: 4728544.
HSL color Cylindrical-coordinate representation of color #E02648: hue angle of 349.03º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E02648 is Cyan = 0, Magento = 0.83, Yellow = 0.68 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 38 | 72 | - |
| CMYK | 0 | 0.83 | 0.68 | 0.12 |
| HSL | 349.03º | 0.75% | 0.51% | - |
| HSV(B) | 349.03º | 0.83% | 0.88% | - |
| XYZ | 32.6 | 17.7 | 7.83 | - |
| YUV | 97.49 | 113.62 | 218.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 38 | 72 | 0 | 0.83 | 0.68 | 0.12 | 349.03 | 0.75 | 0.51 |
| Hex | E0 | 26 | 48 | 0 | 53 | 44 | C | 15D | 4B | 33 |
| Octal | 340 | 46 | 110 | 0 | 123 | 104 | 14 | 535 | 113 | 63 |
| Binary | 11100000 | 100110 | 1001000 | 0 | 1010011 | 1000100 | 1100 | 101011101 | 1001011 | 110011 |
Color Harmonies of #E02648
Complementary color
Monochromatic Colors of #E02648
Black with #E02648
Text Example
Text Example
White with #E02648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02648; }
p { color: rgb(224,38,72); }
H1.HeaderClassName
{
color: #E02648;
}
.AnyTagClassName
{
color: #E02648;
}
</style>
background-color css
<style>
a { background-color: #E02648; }
a { background-color: rgb(224,38,72); }
div.DivClassName
{
background-color: #E02648;
}
.BgClassName
{
background-color: #E02648;
}
</style>
border-color css
<style>
span { border-color: #E02648; }
span { border-color: rgb(224,38,72); }
td.TdClassName
{
border-color: #E02648;
}
.TagClassName
{
border-color: #E02648;
}
</style>