Shades of Amaranth #E72B5A
Tints of Amaranth #E72B5A
RGB
CMYK
RGB Variations
Color information
#E72B5A (or 0xE72B5A) is known color: Amaranth. HEX triplet: E7, 2B and 5A. RGB value is (231,43,90). Sum of RGB (Red+Green+Blue) = 231+43+90=364 (48% of max value = 765). Red value is 231 (90.62% from 255 or 63.46% from 364); Green value is 43 (17.19% from 255 or 11.81% from 364); Blue value is 90 (35.55% from 255 or 24.73% from 364); Max value from RGB is 231 - color contains mainly: red. Hex color #E72B5A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E72B5A is #18D4A5. Grayscale: #686868. Windows color (decimal): -1627302 or 5909479. OLE color: 5909479.
HSL color Cylindrical-coordinate representation of color #E72B5A: hue angle of 345º degrees, saturation: 0.8, 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 #E72B5A is Cyan = 0, Magento = 0.81, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 43 | 90 | - |
| CMYK | 0 | 0.81 | 0.61 | 0.09 |
| HSL | 345º | 0.8% | 0.54% | - |
| HSV(B) | 345º | 0.81% | 0.91% | - |
| XYZ | 35.66 | 19.45 | 11.55 | - |
| YUV | 104.57 | 119.78 | 218.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 43 | 90 | 0 | 0.81 | 0.61 | 0.09 | 345 | 0.8 | 0.54 |
| Hex | E7 | 2B | 5A | 0 | 51 | 3D | 9 | 159 | 50 | 36 |
| Octal | 347 | 53 | 132 | 0 | 121 | 75 | 11 | 531 | 120 | 66 |
| Binary | 11100111 | 101011 | 1011010 | 0 | 1010001 | 111101 | 1001 | 101011001 | 1010000 | 110110 |
Color Harmonies of #E72B5A
Complementary color
Monochromatic Colors of #E72B5A
Black with #E72B5A
Text Example
Text Example
White with #E72B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E72B5A; }
p { color: rgb(231,43,90); }
H1.HeaderClassName
{
color: #E72B5A;
}
.AnyTagClassName
{
color: #E72B5A;
}
</style>
background-color css
<style>
a { background-color: #E72B5A; }
a { background-color: rgb(231,43,90); }
div.DivClassName
{
background-color: #E72B5A;
}
.BgClassName
{
background-color: #E72B5A;
}
</style>
border-color css
<style>
span { border-color: #E72B5A; }
span { border-color: rgb(231,43,90); }
td.TdClassName
{
border-color: #E72B5A;
}
.TagClassName
{
border-color: #E72B5A;
}
</style>