Shades of Amaranth #E63745
Tints of Amaranth #E63745
RGB
CMYK
RGB Variations
Color information
#E63745 (or 0xE63745) is known color: Amaranth. HEX triplet: E6, 37 and 45. RGB value is (230,55,69). Sum of RGB (Red+Green+Blue) = 230+55+69=354 (46% of max value = 765). Red value is 230 (90.23% from 255 or 64.97% from 354); Green value is 55 (21.88% from 255 or 15.54% from 354); Blue value is 69 (27.34% from 255 or 19.49% from 354); Max value from RGB is 230 - color contains mainly: red. Hex color #E63745 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E63745 is #19C8BA. Grayscale: #6D6D6D. Windows color (decimal): -1689787 or 4536294. OLE color: 4536294.
HSL color Cylindrical-coordinate representation of color #E63745: hue angle of 355.2º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E63745 is Cyan = 0, Magento = 0.76, Yellow = 0.7 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 55 | 69 | - |
| CMYK | 0 | 0.76 | 0.7 | 0.10 |
| HSL | 355.2º | 0.78% | 0.56% | - |
| HSV(B) | 355.2º | 0.76% | 0.9% | - |
| XYZ | 35.07 | 19.99 | 7.64 | - |
| YUV | 108.92 | 105.48 | 214.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 55 | 69 | 0 | 0.76 | 0.7 | 0.10 | 355.2 | 0.78 | 0.56 |
| Hex | E6 | 37 | 45 | 0 | 4C | 46 | A | 163 | 4E | 38 |
| Octal | 346 | 67 | 105 | 0 | 114 | 106 | 12 | 543 | 116 | 70 |
| Binary | 11100110 | 110111 | 1000101 | 0 | 1001100 | 1000110 | 1010 | 101100011 | 1001110 | 111000 |
Color Harmonies of #E63745
Complementary color
Monochromatic Colors of #E63745
Black with #E63745
Text Example
Text Example
White with #E63745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E63745; }
p { color: rgb(230,55,69); }
H1.HeaderClassName
{
color: #E63745;
}
.AnyTagClassName
{
color: #E63745;
}
</style>
background-color css
<style>
a { background-color: #E63745; }
a { background-color: rgb(230,55,69); }
div.DivClassName
{
background-color: #E63745;
}
.BgClassName
{
background-color: #E63745;
}
</style>
border-color css
<style>
span { border-color: #E63745; }
span { border-color: rgb(230,55,69); }
td.TdClassName
{
border-color: #E63745;
}
.TagClassName
{
border-color: #E63745;
}
</style>