Shades of Amaranth #E03B57
Tints of Amaranth #E03B57
RGB
CMYK
RGB Variations
Color information
#E03B57 (or 0xE03B57) is known color: Amaranth. HEX triplet: E0, 3B and 57. RGB value is (224,59,87). Sum of RGB (Red+Green+Blue) = 224+59+87=370 (49% of max value = 765). Red value is 224 (87.89% from 255 or 60.54% from 370); Green value is 59 (23.44% from 255 or 15.95% from 370); Blue value is 87 (34.38% from 255 or 23.51% from 370); Max value from RGB is 224 - color contains mainly: red. Hex color #E03B57 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E03B57 is #1FC4A8. Grayscale: #6F6F6F. Windows color (decimal): -2081961 or 5716960. OLE color: 5716960.
HSL color Cylindrical-coordinate representation of color #E03B57: hue angle of 349.82º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E03B57 is Cyan = 0, Magento = 0.74, Yellow = 0.61 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 59 | 87 | - |
| CMYK | 0 | 0.74 | 0.61 | 0.12 |
| HSL | 349.82º | 0.73% | 0.55% | - |
| HSV(B) | 349.82º | 0.74% | 0.88% | - |
| XYZ | 34.02 | 19.66 | 11.02 | - |
| YUV | 111.53 | 114.16 | 208.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 59 | 87 | 0 | 0.74 | 0.61 | 0.12 | 349.82 | 0.73 | 0.55 |
| Hex | E0 | 3B | 57 | 0 | 4A | 3D | C | 15E | 49 | 37 |
| Octal | 340 | 73 | 127 | 0 | 112 | 75 | 14 | 536 | 111 | 67 |
| Binary | 11100000 | 111011 | 1010111 | 0 | 1001010 | 111101 | 1100 | 101011110 | 1001001 | 110111 |
Color Harmonies of #E03B57
Complementary color
Monochromatic Colors of #E03B57
Black with #E03B57
Text Example
Text Example
White with #E03B57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E03B57; }
p { color: rgb(224,59,87); }
H1.HeaderClassName
{
color: #E03B57;
}
.AnyTagClassName
{
color: #E03B57;
}
</style>
background-color css
<style>
a { background-color: #E03B57; }
a { background-color: rgb(224,59,87); }
div.DivClassName
{
background-color: #E03B57;
}
.BgClassName
{
background-color: #E03B57;
}
</style>
border-color css
<style>
span { border-color: #E03B57; }
span { border-color: rgb(224,59,87); }
td.TdClassName
{
border-color: #E03B57;
}
.TagClassName
{
border-color: #E03B57;
}
</style>