Shades of Amaranth #E72D4B
Tints of Amaranth #E72D4B
RGB
CMYK
RGB Variations
Color information
#E72D4B (or 0xE72D4B) is known color: Amaranth. HEX triplet: E7, 2D and 4B. RGB value is (231,45,75). Sum of RGB (Red+Green+Blue) = 231+45+75=351 (46% of max value = 765). Red value is 231 (90.62% from 255 or 65.81% from 351); Green value is 45 (17.97% from 255 or 12.82% from 351); Blue value is 75 (29.69% from 255 or 21.37% from 351); Max value from RGB is 231 - color contains mainly: red. Hex color #E72D4B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E72D4B is #18D2B4. Grayscale: #686868. Windows color (decimal): -1626805 or 4926951. OLE color: 4926951.
HSL color Cylindrical-coordinate representation of color #E72D4B: hue angle of 350.32º 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 #E72D4B is Cyan = 0, Magento = 0.81, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 45 | 75 | - |
| CMYK | 0 | 0.81 | 0.68 | 0.09 |
| HSL | 350.32º | 0.79% | 0.54% | - |
| HSV(B) | 350.32º | 0.81% | 0.91% | - |
| XYZ | 35.16 | 19.37 | 8.54 | - |
| YUV | 104.03 | 111.62 | 218.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 45 | 75 | 0 | 0.81 | 0.68 | 0.09 | 350.32 | 0.79 | 0.54 |
| Hex | E7 | 2D | 4B | 0 | 51 | 44 | 9 | 15E | 4F | 36 |
| Octal | 347 | 55 | 113 | 0 | 121 | 104 | 11 | 536 | 117 | 66 |
| Binary | 11100111 | 101101 | 1001011 | 0 | 1010001 | 1000100 | 1001 | 101011110 | 1001111 | 110110 |
Color Harmonies of #E72D4B
Complementary color
Monochromatic Colors of #E72D4B
Black with #E72D4B
Text Example
Text Example
White with #E72D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E72D4B; }
p { color: rgb(231,45,75); }
H1.HeaderClassName
{
color: #E72D4B;
}
.AnyTagClassName
{
color: #E72D4B;
}
</style>
background-color css
<style>
a { background-color: #E72D4B; }
a { background-color: rgb(231,45,75); }
div.DivClassName
{
background-color: #E72D4B;
}
.BgClassName
{
background-color: #E72D4B;
}
</style>
border-color css
<style>
span { border-color: #E72D4B; }
span { border-color: rgb(231,45,75); }
td.TdClassName
{
border-color: #E72D4B;
}
.TagClassName
{
border-color: #E72D4B;
}
</style>