Shades of Amaranth #E62548
Tints of Amaranth #E62548
RGB
CMYK
RGB Variations
Color information
#E62548 (or 0xE62548) is known color: Amaranth. HEX triplet: E6, 25 and 48. RGB value is (230,37,72). Sum of RGB (Red+Green+Blue) = 230+37+72=339 (44% of max value = 765). Red value is 230 (90.23% from 255 or 67.85% from 339); Green value is 37 (14.84% from 255 or 10.91% from 339); Blue value is 72 (28.52% from 255 or 21.24% from 339); Max value from RGB is 230 - color contains mainly: red. Hex color #E62548 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E62548 is #19DAB7. Grayscale: #626262. Windows color (decimal): -1694392 or 4728294. OLE color: 4728294.
HSL color Cylindrical-coordinate representation of color #E62548: hue angle of 349.12º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E62548 is Cyan = 0, Magento = 0.84, Yellow = 0.69 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 37 | 72 | - |
| CMYK | 0 | 0.84 | 0.69 | 0.10 |
| HSL | 349.12º | 0.79% | 0.52% | - |
| HSV(B) | 349.12º | 0.84% | 0.9% | - |
| XYZ | 34.46 | 18.61 | 7.91 | - |
| YUV | 98.7 | 112.94 | 221.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 37 | 72 | 0 | 0.84 | 0.69 | 0.10 | 349.12 | 0.79 | 0.52 |
| Hex | E6 | 25 | 48 | 0 | 54 | 45 | A | 15D | 4F | 34 |
| Octal | 346 | 45 | 110 | 0 | 124 | 105 | 12 | 535 | 117 | 64 |
| Binary | 11100110 | 100101 | 1001000 | 0 | 1010100 | 1000101 | 1010 | 101011101 | 1001111 | 110100 |
Color Harmonies of #E62548
Complementary color
Monochromatic Colors of #E62548
Black with #E62548
Text Example
Text Example
White with #E62548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E62548; }
p { color: rgb(230,37,72); }
H1.HeaderClassName
{
color: #E62548;
}
.AnyTagClassName
{
color: #E62548;
}
</style>
background-color css
<style>
a { background-color: #E62548; }
a { background-color: rgb(230,37,72); }
div.DivClassName
{
background-color: #E62548;
}
.BgClassName
{
background-color: #E62548;
}
</style>
border-color css
<style>
span { border-color: #E62548; }
span { border-color: rgb(230,37,72); }
td.TdClassName
{
border-color: #E62548;
}
.TagClassName
{
border-color: #E62548;
}
</style>