Shades of Amaranth #E02456
Tints of Amaranth #E02456
RGB
CMYK
RGB Variations
Color information
#E02456 (or 0xE02456) is known color: Amaranth. HEX triplet: E0, 24 and 56. RGB value is (224,36,86). Sum of RGB (Red+Green+Blue) = 224+36+86=346 (45% of max value = 765). Red value is 224 (87.89% from 255 or 64.74% from 346); Green value is 36 (14.45% from 255 or 10.40% from 346); Blue value is 86 (33.98% from 255 or 24.86% from 346); Max value from RGB is 224 - color contains mainly: red. Hex color #E02456 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E02456 is #1FDBA9. Grayscale: #616161. Windows color (decimal): -2087850 or 5645536. OLE color: 5645536.
HSL color Cylindrical-coordinate representation of color #E02456: hue angle of 344.04º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E02456 is Cyan = 0, Magento = 0.84, Yellow = 0.62 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 36 | 86 | - |
| CMYK | 0 | 0.84 | 0.62 | 0.12 |
| HSL | 344.04º | 0.75% | 0.51% | - |
| HSV(B) | 344.04º | 0.84% | 0.88% | - |
| XYZ | 33.05 | 17.78 | 10.49 | - |
| YUV | 97.91 | 121.28 | 217.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 36 | 86 | 0 | 0.84 | 0.62 | 0.12 | 344.04 | 0.75 | 0.51 |
| Hex | E0 | 24 | 56 | 0 | 54 | 3E | C | 158 | 4B | 33 |
| Octal | 340 | 44 | 126 | 0 | 124 | 76 | 14 | 530 | 113 | 63 |
| Binary | 11100000 | 100100 | 1010110 | 0 | 1010100 | 111110 | 1100 | 101011000 | 1001011 | 110011 |
Color Harmonies of #E02456
Complementary color
Monochromatic Colors of #E02456
Black with #E02456
Text Example
Text Example
White with #E02456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02456; }
p { color: rgb(224,36,86); }
H1.HeaderClassName
{
color: #E02456;
}
.AnyTagClassName
{
color: #E02456;
}
</style>
background-color css
<style>
a { background-color: #E02456; }
a { background-color: rgb(224,36,86); }
div.DivClassName
{
background-color: #E02456;
}
.BgClassName
{
background-color: #E02456;
}
</style>
border-color css
<style>
span { border-color: #E02456; }
span { border-color: rgb(224,36,86); }
td.TdClassName
{
border-color: #E02456;
}
.TagClassName
{
border-color: #E02456;
}
</style>