Shades of Amaranth #E63145
Tints of Amaranth #E63145
RGB
CMYK
RGB Variations
Color information
#E63145 (or 0xE63145) is known color: Amaranth. HEX triplet: E6, 31 and 45. RGB value is (230,49,69). Sum of RGB (Red+Green+Blue) = 230+49+69=348 (46% of max value = 765). Red value is 230 (90.23% from 255 or 66.09% from 348); Green value is 49 (19.53% from 255 or 14.08% from 348); Blue value is 69 (27.34% from 255 or 19.83% from 348); Max value from RGB is 230 - color contains mainly: red. Hex color #E63145 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E63145 is #19CEBA. Grayscale: #696969. Windows color (decimal): -1691323 or 4534758. OLE color: 4534758.
HSL color Cylindrical-coordinate representation of color #E63145: hue angle of 353.37º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E63145 is Cyan = 0, Magento = 0.79, Yellow = 0.7 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 49 | 69 | - |
| CMYK | 0 | 0.79 | 0.7 | 0.10 |
| HSL | 353.37º | 0.78% | 0.55% | - |
| HSV(B) | 353.37º | 0.79% | 0.9% | - |
| XYZ | 34.81 | 19.45 | 7.55 | - |
| YUV | 105.4 | 107.47 | 216.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 49 | 69 | 0 | 0.79 | 0.7 | 0.10 | 353.37 | 0.78 | 0.55 |
| Hex | E6 | 31 | 45 | 0 | 4F | 46 | A | 161 | 4E | 37 |
| Octal | 346 | 61 | 105 | 0 | 117 | 106 | 12 | 541 | 116 | 67 |
| Binary | 11100110 | 110001 | 1000101 | 0 | 1001111 | 1000110 | 1010 | 101100001 | 1001110 | 110111 |
Color Harmonies of #E63145
Complementary color
Monochromatic Colors of #E63145
Black with #E63145
Text Example
Text Example
White with #E63145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E63145; }
p { color: rgb(230,49,69); }
H1.HeaderClassName
{
color: #E63145;
}
.AnyTagClassName
{
color: #E63145;
}
</style>
background-color css
<style>
a { background-color: #E63145; }
a { background-color: rgb(230,49,69); }
div.DivClassName
{
background-color: #E63145;
}
.BgClassName
{
background-color: #E63145;
}
</style>
border-color css
<style>
span { border-color: #E63145; }
span { border-color: rgb(230,49,69); }
td.TdClassName
{
border-color: #E63145;
}
.TagClassName
{
border-color: #E63145;
}
</style>