Shades of Amaranth #E02850
Tints of Amaranth #E02850
RGB
CMYK
RGB Variations
Color information
#E02850 (or 0xE02850) is known color: Amaranth. HEX triplet: E0, 28 and 50. RGB value is (224,40,80). Sum of RGB (Red+Green+Blue) = 224+40+80=344 (45% of max value = 765). Red value is 224 (87.89% from 255 or 65.12% from 344); Green value is 40 (16.02% from 255 or 11.63% from 344); Blue value is 80 (31.64% from 255 or 23.26% from 344); Max value from RGB is 224 - color contains mainly: red. Hex color #E02850 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E02850 is #1FD7AF. Grayscale: #636363. Windows color (decimal): -2086832 or 5253344. OLE color: 5253344.
HSL color Cylindrical-coordinate representation of color #E02850: hue angle of 346.96º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E02850 is Cyan = 0, Magento = 0.82, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 40 | 80 | - |
| CMYK | 0 | 0.82 | 0.64 | 0.12 |
| HSL | 346.96º | 0.75% | 0.52% | - |
| HSV(B) | 346.96º | 0.82% | 0.88% | - |
| XYZ | 32.95 | 17.94 | 9.32 | - |
| YUV | 99.58 | 116.96 | 216.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 40 | 80 | 0 | 0.82 | 0.64 | 0.12 | 346.96 | 0.75 | 0.52 |
| Hex | E0 | 28 | 50 | 0 | 52 | 40 | C | 15B | 4B | 34 |
| Octal | 340 | 50 | 120 | 0 | 122 | 100 | 14 | 533 | 113 | 64 |
| Binary | 11100000 | 101000 | 1010000 | 0 | 1010010 | 1000000 | 1100 | 101011011 | 1001011 | 110100 |
Color Harmonies of #E02850
Complementary color
Monochromatic Colors of #E02850
Black with #E02850
Text Example
Text Example
White with #E02850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02850; }
p { color: rgb(224,40,80); }
H1.HeaderClassName
{
color: #E02850;
}
.AnyTagClassName
{
color: #E02850;
}
</style>
background-color css
<style>
a { background-color: #E02850; }
a { background-color: rgb(224,40,80); }
div.DivClassName
{
background-color: #E02850;
}
.BgClassName
{
background-color: #E02850;
}
</style>
border-color css
<style>
span { border-color: #E02850; }
span { border-color: rgb(224,40,80); }
td.TdClassName
{
border-color: #E02850;
}
.TagClassName
{
border-color: #E02850;
}
</style>