Shades of Amaranth #E72452
Tints of Amaranth #E72452
RGB
CMYK
RGB Variations
Color information
#E72452 (or 0xE72452) is known color: Amaranth. HEX triplet: E7, 24 and 52. RGB value is (231,36,82). Sum of RGB (Red+Green+Blue) = 231+36+82=349 (46% of max value = 765). Red value is 231 (90.62% from 255 or 66.19% from 349); Green value is 36 (14.45% from 255 or 10.32% from 349); Blue value is 82 (32.42% from 255 or 23.50% from 349); Max value from RGB is 231 - color contains mainly: red. Hex color #E72452 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E72452 is #18DBAD. Grayscale: #636363. Windows color (decimal): -1629102 or 5383399. OLE color: 5383399.
HSL color Cylindrical-coordinate representation of color #E72452: hue angle of 345.85º 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 #E72452 is Cyan = 0, Magento = 0.84, Yellow = 0.65 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 36 | 82 | - |
| CMYK | 0 | 0.84 | 0.65 | 0.09 |
| HSL | 345.85º | 0.8% | 0.52% | - |
| HSV(B) | 345.85º | 0.84% | 0.91% | - |
| XYZ | 35.11 | 18.86 | 9.77 | - |
| YUV | 99.55 | 118.1 | 221.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 36 | 82 | 0 | 0.84 | 0.65 | 0.09 | 345.85 | 0.8 | 0.52 |
| Hex | E7 | 24 | 52 | 0 | 54 | 41 | 9 | 15A | 50 | 34 |
| Octal | 347 | 44 | 122 | 0 | 124 | 101 | 11 | 532 | 120 | 64 |
| Binary | 11100111 | 100100 | 1010010 | 0 | 1010100 | 1000001 | 1001 | 101011010 | 1010000 | 110100 |
Color Harmonies of #E72452
Complementary color
Monochromatic Colors of #E72452
Black with #E72452
Text Example
Text Example
White with #E72452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E72452; }
p { color: rgb(231,36,82); }
H1.HeaderClassName
{
color: #E72452;
}
.AnyTagClassName
{
color: #E72452;
}
</style>
background-color css
<style>
a { background-color: #E72452; }
a { background-color: rgb(231,36,82); }
div.DivClassName
{
background-color: #E72452;
}
.BgClassName
{
background-color: #E72452;
}
</style>
border-color css
<style>
span { border-color: #E72452; }
span { border-color: rgb(231,36,82); }
td.TdClassName
{
border-color: #E72452;
}
.TagClassName
{
border-color: #E72452;
}
</style>