Shades of Amaranth #E72451
Tints of Amaranth #E72451
RGB
CMYK
RGB Variations
Color information
#E72451 (or 0xE72451) is known color: Amaranth. HEX triplet: E7, 24 and 51. RGB value is (231,36,81). Sum of RGB (Red+Green+Blue) = 231+36+81=348 (46% of max value = 765). Red value is 231 (90.62% from 255 or 66.38% from 348); Green value is 36 (14.45% from 255 or 10.34% from 348); Blue value is 81 (32.03% from 255 or 23.28% from 348); Max value from RGB is 231 - color contains mainly: red. Hex color #E72451 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E72451 is #18DBAE. Grayscale: #636363. Windows color (decimal): -1629103 or 5317863. OLE color: 5317863.
HSL color Cylindrical-coordinate representation of color #E72451: hue angle of 346.15º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E72451 is Cyan = 0, Magento = 0.84, Yellow = 0.65 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 36 | 81 | - |
| CMYK | 0 | 0.84 | 0.65 | 0.09 |
| HSL | 346.15º | 0.8% | 0.52% | - |
| HSV(B) | 346.15º | 0.84% | 0.91% | - |
| XYZ | 35.07 | 18.84 | 9.57 | - |
| YUV | 99.44 | 117.6 | 221.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 36 | 81 | 0 | 0.84 | 0.65 | 0.09 | 346.15 | 0.8 | 0.52 |
| Hex | E7 | 24 | 51 | 0 | 54 | 41 | 9 | 15A | 50 | 34 |
| Octal | 347 | 44 | 121 | 0 | 124 | 101 | 11 | 532 | 120 | 64 |
| Binary | 11100111 | 100100 | 1010001 | 0 | 1010100 | 1000001 | 1001 | 101011010 | 1010000 | 110100 |
Color Harmonies of #E72451
Complementary color
Monochromatic Colors of #E72451
Black with #E72451
Text Example
Text Example
White with #E72451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E72451; }
p { color: rgb(231,36,81); }
H1.HeaderClassName
{
color: #E72451;
}
.AnyTagClassName
{
color: #E72451;
}
</style>
background-color css
<style>
a { background-color: #E72451; }
a { background-color: rgb(231,36,81); }
div.DivClassName
{
background-color: #E72451;
}
.BgClassName
{
background-color: #E72451;
}
</style>
border-color css
<style>
span { border-color: #E72451; }
span { border-color: rgb(231,36,81); }
td.TdClassName
{
border-color: #E72451;
}
.TagClassName
{
border-color: #E72451;
}
</style>