Shades of Amaranth #E72145
Tints of Amaranth #E72145
RGB
CMYK
RGB Variations
Color information
#E72145 (or 0xE72145) is known color: Amaranth. HEX triplet: E7, 21 and 45. RGB value is (231,33,69). Sum of RGB (Red+Green+Blue) = 231+33+69=333 (44% of max value = 765). Red value is 231 (90.62% from 255 or 69.37% from 333); Green value is 33 (13.28% from 255 or 9.91% from 333); Blue value is 69 (27.34% from 255 or 20.72% from 333); Max value from RGB is 231 - color contains mainly: red. Hex color #E72145 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E72145 is #18DEBA. Grayscale: #606060. Windows color (decimal): -1629883 or 4530663. OLE color: 4530663.
HSL color Cylindrical-coordinate representation of color #E72145: hue angle of 349.09º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E72145 is Cyan = 0, Magento = 0.86, Yellow = 0.70 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 33 | 69 | - |
| CMYK | 0 | 0.86 | 0.70 | 0.09 |
| HSL | 349.09º | 0.8% | 0.52% | - |
| HSV(B) | 349.09º | 0.86% | 0.91% | - |
| XYZ | 34.57 | 18.51 | 7.38 | - |
| YUV | 96.31 | 112.6 | 224.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 33 | 69 | 0 | 0.86 | 0.70 | 0.09 | 349.09 | 0.8 | 0.52 |
| Hex | E7 | 21 | 45 | 0 | 56 | 46 | 9 | 15D | 50 | 34 |
| Octal | 347 | 41 | 105 | 0 | 126 | 106 | 11 | 535 | 120 | 64 |
| Binary | 11100111 | 100001 | 1000101 | 0 | 1010110 | 1000110 | 1001 | 101011101 | 1010000 | 110100 |
Color Harmonies of #E72145
Complementary color
Monochromatic Colors of #E72145
Black with #E72145
Text Example
Text Example
White with #E72145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E72145; }
p { color: rgb(231,33,69); }
H1.HeaderClassName
{
color: #E72145;
}
.AnyTagClassName
{
color: #E72145;
}
</style>
background-color css
<style>
a { background-color: #E72145; }
a { background-color: rgb(231,33,69); }
div.DivClassName
{
background-color: #E72145;
}
.BgClassName
{
background-color: #E72145;
}
</style>
border-color css
<style>
span { border-color: #E72145; }
span { border-color: rgb(231,33,69); }
td.TdClassName
{
border-color: #E72145;
}
.TagClassName
{
border-color: #E72145;
}
</style>