Shades of Amaranth #E03152
Tints of Amaranth #E03152
RGB
CMYK
RGB Variations
Color information
#E03152 (or 0xE03152) is known color: Amaranth. HEX triplet: E0, 31 and 52. RGB value is (224,49,82). Sum of RGB (Red+Green+Blue) = 224+49+82=355 (47% of max value = 765). Red value is 224 (87.89% from 255 or 63.10% from 355); Green value is 49 (19.53% from 255 or 13.80% from 355); Blue value is 82 (32.42% from 255 or 23.10% from 355); Max value from RGB is 224 - color contains mainly: red. Hex color #E03152 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E03152 is #1FCEAD. Grayscale: #696969. Windows color (decimal): -2084526 or 5386720. OLE color: 5386720.
HSL color Cylindrical-coordinate representation of color #E03152: hue angle of 348.69º 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 #E03152 is Cyan = 0, Magento = 0.78, Yellow = 0.63 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 49 | 82 | - |
| CMYK | 0 | 0.78 | 0.63 | 0.12 |
| HSL | 348.69º | 0.74% | 0.54% | - |
| HSV(B) | 348.69º | 0.78% | 0.88% | - |
| XYZ | 33.36 | 18.65 | 9.82 | - |
| YUV | 105.09 | 114.98 | 212.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 49 | 82 | 0 | 0.78 | 0.63 | 0.12 | 348.69 | 0.74 | 0.54 |
| Hex | E0 | 31 | 52 | 0 | 4E | 3F | C | 15D | 4A | 36 |
| Octal | 340 | 61 | 122 | 0 | 116 | 77 | 14 | 535 | 112 | 66 |
| Binary | 11100000 | 110001 | 1010010 | 0 | 1001110 | 111111 | 1100 | 101011101 | 1001010 | 110110 |
Color Harmonies of #E03152
Complementary color
Monochromatic Colors of #E03152
Black with #E03152
Text Example
Text Example
White with #E03152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E03152; }
p { color: rgb(224,49,82); }
H1.HeaderClassName
{
color: #E03152;
}
.AnyTagClassName
{
color: #E03152;
}
</style>
background-color css
<style>
a { background-color: #E03152; }
a { background-color: rgb(224,49,82); }
div.DivClassName
{
background-color: #E03152;
}
.BgClassName
{
background-color: #E03152;
}
</style>
border-color css
<style>
span { border-color: #E03152; }
span { border-color: rgb(224,49,82); }
td.TdClassName
{
border-color: #E03152;
}
.TagClassName
{
border-color: #E03152;
}
</style>