Shades of Amaranth #E02455
Tints of Amaranth #E02455
RGB
CMYK
RGB Variations
Color information
#E02455 (or 0xE02455) is known color: Amaranth. HEX triplet: E0, 24 and 55. RGB value is (224,36,85). Sum of RGB (Red+Green+Blue) = 224+36+85=345 (45% of max value = 765). Red value is 224 (87.89% from 255 or 64.93% from 345); Green value is 36 (14.45% from 255 or 10.43% from 345); Blue value is 85 (33.59% from 255 or 24.64% from 345); Max value from RGB is 224 - color contains mainly: red. Hex color #E02455 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E02455 is #1FDBAA. Grayscale: #616161. Windows color (decimal): -2087851 or 5580000. OLE color: 5580000.
HSL color Cylindrical-coordinate representation of color #E02455: hue angle of 344.36º 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 #E02455 is Cyan = 0, Magento = 0.84, Yellow = 0.62 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 36 | 85 | - |
| CMYK | 0 | 0.84 | 0.62 | 0.12 |
| HSL | 344.36º | 0.75% | 0.51% | - |
| HSV(B) | 344.36º | 0.84% | 0.88% | - |
| XYZ | 33.01 | 17.76 | 10.28 | - |
| YUV | 97.8 | 120.78 | 218.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 36 | 85 | 0 | 0.84 | 0.62 | 0.12 | 344.36 | 0.75 | 0.51 |
| Hex | E0 | 24 | 55 | 0 | 54 | 3E | C | 158 | 4B | 33 |
| Octal | 340 | 44 | 125 | 0 | 124 | 76 | 14 | 530 | 113 | 63 |
| Binary | 11100000 | 100100 | 1010101 | 0 | 1010100 | 111110 | 1100 | 101011000 | 1001011 | 110011 |
Color Harmonies of #E02455
Complementary color
Monochromatic Colors of #E02455
Black with #E02455
Text Example
Text Example
White with #E02455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02455; }
p { color: rgb(224,36,85); }
H1.HeaderClassName
{
color: #E02455;
}
.AnyTagClassName
{
color: #E02455;
}
</style>
background-color css
<style>
a { background-color: #E02455; }
a { background-color: rgb(224,36,85); }
div.DivClassName
{
background-color: #E02455;
}
.BgClassName
{
background-color: #E02455;
}
</style>
border-color css
<style>
span { border-color: #E02455; }
span { border-color: rgb(224,36,85); }
td.TdClassName
{
border-color: #E02455;
}
.TagClassName
{
border-color: #E02455;
}
</style>