Shades of Amaranth #E62648
Tints of Amaranth #E62648
RGB
CMYK
RGB Variations
Color information
#E62648 (or 0xE62648) is known color: Amaranth. HEX triplet: E6, 26 and 48. RGB value is (230,38,72). Sum of RGB (Red+Green+Blue) = 230+38+72=340 (45% of max value = 765). Red value is 230 (90.23% from 255 or 67.65% from 340); Green value is 38 (15.23% from 255 or 11.18% from 340); Blue value is 72 (28.52% from 255 or 21.18% from 340); Max value from RGB is 230 - color contains mainly: red. Hex color #E62648 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E62648 is #19D9B7. Grayscale: #636363. Windows color (decimal): -1694136 or 4728550. OLE color: 4728550.
HSL color Cylindrical-coordinate representation of color #E62648: hue angle of 349.38º 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 #E62648 is Cyan = 0, Magento = 0.83, Yellow = 0.69 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 38 | 72 | - |
| CMYK | 0 | 0.83 | 0.69 | 0.10 |
| HSL | 349.38º | 0.79% | 0.53% | - |
| HSV(B) | 349.38º | 0.83% | 0.9% | - |
| XYZ | 34.5 | 18.68 | 7.92 | - |
| YUV | 99.28 | 112.61 | 221.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 38 | 72 | 0 | 0.83 | 0.69 | 0.10 | 349.38 | 0.79 | 0.53 |
| Hex | E6 | 26 | 48 | 0 | 53 | 45 | A | 15D | 4F | 35 |
| Octal | 346 | 46 | 110 | 0 | 123 | 105 | 12 | 535 | 117 | 65 |
| Binary | 11100110 | 100110 | 1001000 | 0 | 1010011 | 1000101 | 1010 | 101011101 | 1001111 | 110101 |
Color Harmonies of #E62648
Complementary color
Monochromatic Colors of #E62648
Black with #E62648
Text Example
Text Example
White with #E62648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E62648; }
p { color: rgb(230,38,72); }
H1.HeaderClassName
{
color: #E62648;
}
.AnyTagClassName
{
color: #E62648;
}
</style>
background-color css
<style>
a { background-color: #E62648; }
a { background-color: rgb(230,38,72); }
div.DivClassName
{
background-color: #E62648;
}
.BgClassName
{
background-color: #E62648;
}
</style>
border-color css
<style>
span { border-color: #E62648; }
span { border-color: rgb(230,38,72); }
td.TdClassName
{
border-color: #E62648;
}
.TagClassName
{
border-color: #E62648;
}
</style>