Shades of Amaranth #E02B54
Tints of Amaranth #E02B54
RGB
CMYK
RGB Variations
Color information
#E02B54 (or 0xE02B54) is known color: Amaranth. HEX triplet: E0, 2B and 54. RGB value is (224,43,84). Sum of RGB (Red+Green+Blue) = 224+43+84=351 (46% of max value = 765). Red value is 224 (87.89% from 255 or 63.82% from 351); Green value is 43 (17.19% from 255 or 12.25% from 351); Blue value is 84 (33.20% from 255 or 23.93% from 351); Max value from RGB is 224 - color contains mainly: red. Hex color #E02B54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E02B54 is #1FD4AB. Grayscale: #656565. Windows color (decimal): -2086060 or 5516256. OLE color: 5516256.
HSL color Cylindrical-coordinate representation of color #E02B54: hue angle of 346.41º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E02B54 is Cyan = 0, Magento = 0.81, Yellow = 0.62 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 43 | 84 | - |
| CMYK | 0 | 0.81 | 0.62 | 0.12 |
| HSL | 346.41º | 0.74% | 0.52% | - |
| HSV(B) | 346.41º | 0.81% | 0.88% | - |
| XYZ | 33.2 | 18.22 | 10.15 | - |
| YUV | 101.79 | 117.97 | 215.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 43 | 84 | 0 | 0.81 | 0.62 | 0.12 | 346.41 | 0.74 | 0.52 |
| Hex | E0 | 2B | 54 | 0 | 51 | 3E | C | 15A | 4A | 34 |
| Octal | 340 | 53 | 124 | 0 | 121 | 76 | 14 | 532 | 112 | 64 |
| Binary | 11100000 | 101011 | 1010100 | 0 | 1010001 | 111110 | 1100 | 101011010 | 1001010 | 110100 |
Color Harmonies of #E02B54
Complementary color
Monochromatic Colors of #E02B54
Black with #E02B54
Text Example
Text Example
White with #E02B54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02B54; }
p { color: rgb(224,43,84); }
H1.HeaderClassName
{
color: #E02B54;
}
.AnyTagClassName
{
color: #E02B54;
}
</style>
background-color css
<style>
a { background-color: #E02B54; }
a { background-color: rgb(224,43,84); }
div.DivClassName
{
background-color: #E02B54;
}
.BgClassName
{
background-color: #E02B54;
}
</style>
border-color css
<style>
span { border-color: #E02B54; }
span { border-color: rgb(224,43,84); }
td.TdClassName
{
border-color: #E02B54;
}
.TagClassName
{
border-color: #E02B54;
}
</style>