Shades of Amaranth #E03257
Tints of Amaranth #E03257
RGB
CMYK
RGB Variations
Color information
#E03257 (or 0xE03257) is known color: Amaranth. HEX triplet: E0, 32 and 57. RGB value is (224,50,87). Sum of RGB (Red+Green+Blue) = 224+50+87=361 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.05% from 361); Green value is 50 (19.92% from 255 or 13.85% from 361); Blue value is 87 (34.38% from 255 or 24.10% from 361); Max value from RGB is 224 - color contains mainly: red. Hex color #E03257 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E03257 is #1FCDA8. Grayscale: #6A6A6A. Windows color (decimal): -2084265 or 5714656. OLE color: 5714656.
HSL color Cylindrical-coordinate representation of color #E03257: hue angle of 347.24º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E03257 is Cyan = 0, Magento = 0.78, Yellow = 0.61 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 50 | 87 | - |
| CMYK | 0 | 0.78 | 0.61 | 0.12 |
| HSL | 347.24º | 0.74% | 0.54% | - |
| HSV(B) | 347.24º | 0.78% | 0.88% | - |
| XYZ | 33.6 | 18.82 | 10.88 | - |
| YUV | 106.24 | 117.15 | 211.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 50 | 87 | 0 | 0.78 | 0.61 | 0.12 | 347.24 | 0.74 | 0.54 |
| Hex | E0 | 32 | 57 | 0 | 4E | 3D | C | 15B | 4A | 36 |
| Octal | 340 | 62 | 127 | 0 | 116 | 75 | 14 | 533 | 112 | 66 |
| Binary | 11100000 | 110010 | 1010111 | 0 | 1001110 | 111101 | 1100 | 101011011 | 1001010 | 110110 |
Color Harmonies of #E03257
Complementary color
Monochromatic Colors of #E03257
Black with #E03257
Text Example
Text Example
White with #E03257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E03257; }
p { color: rgb(224,50,87); }
H1.HeaderClassName
{
color: #E03257;
}
.AnyTagClassName
{
color: #E03257;
}
</style>
background-color css
<style>
a { background-color: #E03257; }
a { background-color: rgb(224,50,87); }
div.DivClassName
{
background-color: #E03257;
}
.BgClassName
{
background-color: #E03257;
}
</style>
border-color css
<style>
span { border-color: #E03257; }
span { border-color: rgb(224,50,87); }
td.TdClassName
{
border-color: #E03257;
}
.TagClassName
{
border-color: #E03257;
}
</style>