Shades of Amaranth #E72D52
Tints of Amaranth #E72D52
RGB
CMYK
RGB Variations
Color information
#E72D52 (or 0xE72D52) is known color: Amaranth. HEX triplet: E7, 2D and 52. RGB value is (231,45,82). Sum of RGB (Red+Green+Blue) = 231+45+82=358 (47% of max value = 765). Red value is 231 (90.62% from 255 or 64.53% from 358); Green value is 45 (17.97% from 255 or 12.57% from 358); Blue value is 82 (32.42% from 255 or 22.91% from 358); Max value from RGB is 231 - color contains mainly: red. Hex color #E72D52 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E72D52 is #18D2AD. Grayscale: #686868. Windows color (decimal): -1626798 or 5385703. OLE color: 5385703.
HSL color Cylindrical-coordinate representation of color #E72D52: hue angle of 348.06º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E72D52 is Cyan = 0, Magento = 0.81, Yellow = 0.65 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 45 | 82 | - |
| CMYK | 0 | 0.81 | 0.65 | 0.09 |
| HSL | 348.06º | 0.79% | 0.54% | - |
| HSV(B) | 348.06º | 0.81% | 0.91% | - |
| XYZ | 35.42 | 19.47 | 9.88 | - |
| YUV | 104.83 | 115.12 | 217.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 45 | 82 | 0 | 0.81 | 0.65 | 0.09 | 348.06 | 0.79 | 0.54 |
| Hex | E7 | 2D | 52 | 0 | 51 | 41 | 9 | 15C | 4F | 36 |
| Octal | 347 | 55 | 122 | 0 | 121 | 101 | 11 | 534 | 117 | 66 |
| Binary | 11100111 | 101101 | 1010010 | 0 | 1010001 | 1000001 | 1001 | 101011100 | 1001111 | 110110 |
Color Harmonies of #E72D52
Complementary color
Monochromatic Colors of #E72D52
Black with #E72D52
Text Example
Text Example
White with #E72D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E72D52; }
p { color: rgb(231,45,82); }
H1.HeaderClassName
{
color: #E72D52;
}
.AnyTagClassName
{
color: #E72D52;
}
</style>
background-color css
<style>
a { background-color: #E72D52; }
a { background-color: rgb(231,45,82); }
div.DivClassName
{
background-color: #E72D52;
}
.BgClassName
{
background-color: #E72D52;
}
</style>
border-color css
<style>
span { border-color: #E72D52; }
span { border-color: rgb(231,45,82); }
td.TdClassName
{
border-color: #E72D52;
}
.TagClassName
{
border-color: #E72D52;
}
</style>