Shades of Amaranth #E02646
Tints of Amaranth #E02646
RGB
CMYK
RGB Variations
Color information
#E02646 (or 0xE02646) is known color: Amaranth. HEX triplet: E0, 26 and 46. RGB value is (224,38,70). Sum of RGB (Red+Green+Blue) = 224+38+70=332 (43% of max value = 765). Red value is 224 (87.89% from 255 or 67.47% from 332); Green value is 38 (15.23% from 255 or 11.45% from 332); Blue value is 70 (27.73% from 255 or 21.08% from 332); Max value from RGB is 224 - color contains mainly: red. Hex color #E02646 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E02646 is #1FD9B9. Grayscale: #616161. Windows color (decimal): -2087354 or 4597472. OLE color: 4597472.
HSL color Cylindrical-coordinate representation of color #E02646: hue angle of 349.68º 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 #E02646 is Cyan = 0, Magento = 0.83, Yellow = 0.69 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 38 | 70 | - |
| CMYK | 0 | 0.83 | 0.69 | 0.12 |
| HSL | 349.68º | 0.75% | 0.51% | - |
| HSV(B) | 349.68º | 0.83% | 0.88% | - |
| XYZ | 32.54 | 17.68 | 7.49 | - |
| YUV | 97.26 | 112.62 | 218.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 38 | 70 | 0 | 0.83 | 0.69 | 0.12 | 349.68 | 0.75 | 0.51 |
| Hex | E0 | 26 | 46 | 0 | 53 | 45 | C | 15E | 4B | 33 |
| Octal | 340 | 46 | 106 | 0 | 123 | 105 | 14 | 536 | 113 | 63 |
| Binary | 11100000 | 100110 | 1000110 | 0 | 1010011 | 1000101 | 1100 | 101011110 | 1001011 | 110011 |
Color Harmonies of #E02646
Complementary color
Monochromatic Colors of #E02646
Black with #E02646
Text Example
Text Example
White with #E02646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02646; }
p { color: rgb(224,38,70); }
H1.HeaderClassName
{
color: #E02646;
}
.AnyTagClassName
{
color: #E02646;
}
</style>
background-color css
<style>
a { background-color: #E02646; }
a { background-color: rgb(224,38,70); }
div.DivClassName
{
background-color: #E02646;
}
.BgClassName
{
background-color: #E02646;
}
</style>
border-color css
<style>
span { border-color: #E02646; }
span { border-color: rgb(224,38,70); }
td.TdClassName
{
border-color: #E02646;
}
.TagClassName
{
border-color: #E02646;
}
</style>