Shades of Amaranth #E03856
Tints of Amaranth #E03856
RGB
CMYK
RGB Variations
Color information
#E03856 (or 0xE03856) is known color: Amaranth. HEX triplet: E0, 38 and 56. RGB value is (224,56,86). Sum of RGB (Red+Green+Blue) = 224+56+86=366 (48% of max value = 765). Red value is 224 (87.89% from 255 or 61.20% from 366); Green value is 56 (22.27% from 255 or 15.30% from 366); Blue value is 86 (33.98% from 255 or 23.50% from 366); Max value from RGB is 224 - color contains mainly: red. Hex color #E03856 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E03856 is #1FC7A9. Grayscale: #6D6D6D. Windows color (decimal): -2082730 or 5650656. OLE color: 5650656.
HSL color Cylindrical-coordinate representation of color #E03856: hue angle of 349.29º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E03856 is Cyan = 0, Magento = 0.75, Yellow = 0.62 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 56 | 86 | - |
| CMYK | 0 | 0.75 | 0.62 | 0.12 |
| HSL | 349.29º | 0.73% | 0.55% | - |
| HSV(B) | 349.29º | 0.75% | 0.88% | - |
| XYZ | 33.83 | 19.35 | 10.76 | - |
| YUV | 109.65 | 114.66 | 209.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 56 | 86 | 0 | 0.75 | 0.62 | 0.12 | 349.29 | 0.73 | 0.55 |
| Hex | E0 | 38 | 56 | 0 | 4B | 3E | C | 15D | 49 | 37 |
| Octal | 340 | 70 | 126 | 0 | 113 | 76 | 14 | 535 | 111 | 67 |
| Binary | 11100000 | 111000 | 1010110 | 0 | 1001011 | 111110 | 1100 | 101011101 | 1001001 | 110111 |
Color Harmonies of #E03856
Complementary color
Monochromatic Colors of #E03856
Black with #E03856
Text Example
Text Example
White with #E03856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E03856; }
p { color: rgb(224,56,86); }
H1.HeaderClassName
{
color: #E03856;
}
.AnyTagClassName
{
color: #E03856;
}
</style>
background-color css
<style>
a { background-color: #E03856; }
a { background-color: rgb(224,56,86); }
div.DivClassName
{
background-color: #E03856;
}
.BgClassName
{
background-color: #E03856;
}
</style>
border-color css
<style>
span { border-color: #E03856; }
span { border-color: rgb(224,56,86); }
td.TdClassName
{
border-color: #E03856;
}
.TagClassName
{
border-color: #E03856;
}
</style>