Shades of Amaranth #E02350
Tints of Amaranth #E02350
RGB
CMYK
RGB Variations
Color information
#E02350 (or 0xE02350) is known color: Amaranth. HEX triplet: E0, 23 and 50. RGB value is (224,35,80). Sum of RGB (Red+Green+Blue) = 224+35+80=339 (44% of max value = 765). Red value is 224 (87.89% from 255 or 66.08% from 339); Green value is 35 (14.06% from 255 or 10.32% from 339); Blue value is 80 (31.64% from 255 or 23.60% from 339); Max value from RGB is 224 - color contains mainly: red. Hex color #E02350 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E02350 is #1FDCAF. Grayscale: #606060. Windows color (decimal): -2088112 or 5252064. OLE color: 5252064.
HSL color Cylindrical-coordinate representation of color #E02350: hue angle of 345.71º 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 #E02350 is Cyan = 0, Magento = 0.84, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 35 | 80 | - |
| CMYK | 0 | 0.84 | 0.64 | 0.12 |
| HSL | 345.71º | 0.75% | 0.51% | - |
| HSV(B) | 345.71º | 0.84% | 0.88% | - |
| XYZ | 32.79 | 17.63 | 9.26 | - |
| YUV | 96.64 | 118.62 | 218.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 35 | 80 | 0 | 0.84 | 0.64 | 0.12 | 345.71 | 0.75 | 0.51 |
| Hex | E0 | 23 | 50 | 0 | 54 | 40 | C | 15A | 4B | 33 |
| Octal | 340 | 43 | 120 | 0 | 124 | 100 | 14 | 532 | 113 | 63 |
| Binary | 11100000 | 100011 | 1010000 | 0 | 1010100 | 1000000 | 1100 | 101011010 | 1001011 | 110011 |
Color Harmonies of #E02350
Complementary color
Monochromatic Colors of #E02350
Black with #E02350
Text Example
Text Example
White with #E02350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02350; }
p { color: rgb(224,35,80); }
H1.HeaderClassName
{
color: #E02350;
}
.AnyTagClassName
{
color: #E02350;
}
</style>
background-color css
<style>
a { background-color: #E02350; }
a { background-color: rgb(224,35,80); }
div.DivClassName
{
background-color: #E02350;
}
.BgClassName
{
background-color: #E02350;
}
</style>
border-color css
<style>
span { border-color: #E02350; }
span { border-color: rgb(224,35,80); }
td.TdClassName
{
border-color: #E02350;
}
.TagClassName
{
border-color: #E02350;
}
</style>