Shades of Amaranth #E72245
Tints of Amaranth #E72245
RGB
CMYK
RGB Variations
Color information
#E72245 (or 0xE72245) is known color: Amaranth. HEX triplet: E7, 22 and 45. RGB value is (231,34,69). Sum of RGB (Red+Green+Blue) = 231+34+69=334 (44% of max value = 765). Red value is 231 (90.62% from 255 or 69.16% from 334); Green value is 34 (13.67% from 255 or 10.18% from 334); Blue value is 69 (27.34% from 255 or 20.66% from 334); Max value from RGB is 231 - color contains mainly: red. Hex color #E72245 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E72245 is #18DDBA. Grayscale: #606060. Windows color (decimal): -1629627 or 4530919. OLE color: 4530919.
HSL color Cylindrical-coordinate representation of color #E72245: hue angle of 349.34º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E72245 is Cyan = 0, Magento = 0.85, Yellow = 0.70 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 34 | 69 | - |
| CMYK | 0 | 0.85 | 0.70 | 0.09 |
| HSL | 349.34º | 0.8% | 0.52% | - |
| HSV(B) | 349.34º | 0.85% | 0.91% | - |
| XYZ | 34.6 | 18.56 | 7.39 | - |
| YUV | 96.89 | 112.27 | 223.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 34 | 69 | 0 | 0.85 | 0.70 | 0.09 | 349.34 | 0.8 | 0.52 |
| Hex | E7 | 22 | 45 | 0 | 55 | 46 | 9 | 15D | 50 | 34 |
| Octal | 347 | 42 | 105 | 0 | 125 | 106 | 11 | 535 | 120 | 64 |
| Binary | 11100111 | 100010 | 1000101 | 0 | 1010101 | 1000110 | 1001 | 101011101 | 1010000 | 110100 |
Color Harmonies of #E72245
Complementary color
Monochromatic Colors of #E72245
Black with #E72245
Text Example
Text Example
White with #E72245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E72245; }
p { color: rgb(231,34,69); }
H1.HeaderClassName
{
color: #E72245;
}
.AnyTagClassName
{
color: #E72245;
}
</style>
background-color css
<style>
a { background-color: #E72245; }
a { background-color: rgb(231,34,69); }
div.DivClassName
{
background-color: #E72245;
}
.BgClassName
{
background-color: #E72245;
}
</style>
border-color css
<style>
span { border-color: #E72245; }
span { border-color: rgb(231,34,69); }
td.TdClassName
{
border-color: #E72245;
}
.TagClassName
{
border-color: #E72245;
}
</style>