Shades of Amaranth #E73248
Tints of Amaranth #E73248
RGB
CMYK
RGB Variations
Color information
#E73248 (or 0xE73248) is known color: Amaranth. HEX triplet: E7, 32 and 48. RGB value is (231,50,72). Sum of RGB (Red+Green+Blue) = 231+50+72=353 (46% of max value = 765). Red value is 231 (90.62% from 255 or 65.44% from 353); Green value is 50 (19.92% from 255 or 14.16% from 353); Blue value is 72 (28.52% from 255 or 20.40% from 353); Max value from RGB is 231 - color contains mainly: red. Hex color #E73248 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E73248 is #18CDB7. Grayscale: #6A6A6A. Windows color (decimal): -1625528 or 4731623. OLE color: 4731623.
HSL color Cylindrical-coordinate representation of color #E73248: hue angle of 352.71º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E73248 is Cyan = 0, Magento = 0.78, Yellow = 0.69 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 50 | 72 | - |
| CMYK | 0 | 0.78 | 0.69 | 0.09 |
| HSL | 352.71º | 0.79% | 0.55% | - |
| HSV(B) | 352.71º | 0.78% | 0.91% | - |
| XYZ | 35.27 | 19.74 | 8.08 | - |
| YUV | 106.63 | 108.47 | 216.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 50 | 72 | 0 | 0.78 | 0.69 | 0.09 | 352.71 | 0.79 | 0.55 |
| Hex | E7 | 32 | 48 | 0 | 4E | 45 | 9 | 161 | 4F | 37 |
| Octal | 347 | 62 | 110 | 0 | 116 | 105 | 11 | 541 | 117 | 67 |
| Binary | 11100111 | 110010 | 1001000 | 0 | 1001110 | 1000101 | 1001 | 101100001 | 1001111 | 110111 |
Color Harmonies of #E73248
Complementary color
Monochromatic Colors of #E73248
Black with #E73248
Text Example
Text Example
White with #E73248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E73248; }
p { color: rgb(231,50,72); }
H1.HeaderClassName
{
color: #E73248;
}
.AnyTagClassName
{
color: #E73248;
}
</style>
background-color css
<style>
a { background-color: #E73248; }
a { background-color: rgb(231,50,72); }
div.DivClassName
{
background-color: #E73248;
}
.BgClassName
{
background-color: #E73248;
}
</style>
border-color css
<style>
span { border-color: #E73248; }
span { border-color: rgb(231,50,72); }
td.TdClassName
{
border-color: #E73248;
}
.TagClassName
{
border-color: #E73248;
}
</style>