Shades of Amaranth #E62748
Tints of Amaranth #E62748
RGB
CMYK
RGB Variations
Color information
#E62748 (or 0xE62748) is known color: Amaranth. HEX triplet: E6, 27 and 48. RGB value is (230,39,72). Sum of RGB (Red+Green+Blue) = 230+39+72=341 (45% of max value = 765). Red value is 230 (90.23% from 255 or 67.45% from 341); Green value is 39 (15.62% from 255 or 11.44% from 341); Blue value is 72 (28.52% from 255 or 21.11% from 341); Max value from RGB is 230 - color contains mainly: red. Hex color #E62748 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E62748 is #19D8B7. Grayscale: #636363. Windows color (decimal): -1693880 or 4728806. OLE color: 4728806.
HSL color Cylindrical-coordinate representation of color #E62748: hue angle of 349.63º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E62748 is Cyan = 0, Magento = 0.83, Yellow = 0.69 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 39 | 72 | - |
| CMYK | 0 | 0.83 | 0.69 | 0.10 |
| HSL | 349.63º | 0.79% | 0.53% | - |
| HSV(B) | 349.63º | 0.83% | 0.9% | - |
| XYZ | 34.53 | 18.74 | 7.93 | - |
| YUV | 99.87 | 112.28 | 220.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 39 | 72 | 0 | 0.83 | 0.69 | 0.10 | 349.63 | 0.79 | 0.53 |
| Hex | E6 | 27 | 48 | 0 | 53 | 45 | A | 15E | 4F | 35 |
| Octal | 346 | 47 | 110 | 0 | 123 | 105 | 12 | 536 | 117 | 65 |
| Binary | 11100110 | 100111 | 1001000 | 0 | 1010011 | 1000101 | 1010 | 101011110 | 1001111 | 110101 |
Color Harmonies of #E62748
Complementary color
Monochromatic Colors of #E62748
Black with #E62748
Text Example
Text Example
White with #E62748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E62748; }
p { color: rgb(230,39,72); }
H1.HeaderClassName
{
color: #E62748;
}
.AnyTagClassName
{
color: #E62748;
}
</style>
background-color css
<style>
a { background-color: #E62748; }
a { background-color: rgb(230,39,72); }
div.DivClassName
{
background-color: #E62748;
}
.BgClassName
{
background-color: #E62748;
}
</style>
border-color css
<style>
span { border-color: #E62748; }
span { border-color: rgb(230,39,72); }
td.TdClassName
{
border-color: #E62748;
}
.TagClassName
{
border-color: #E62748;
}
</style>