Shades of Amaranth #E7454B
Tints of Amaranth #E7454B
RGB
CMYK
RGB Variations
Color information
#E7454B (or 0xE7454B) is known color: Amaranth. HEX triplet: E7, 45 and 4B. RGB value is (231,69,75). Sum of RGB (Red+Green+Blue) = 231+69+75=375 (49% of max value = 765). Red value is 231 (90.62% from 255 or 61.6% from 375); Green value is 69 (27.34% from 255 or 18.4% from 375); Blue value is 75 (29.69% from 255 or 20% from 375); Max value from RGB is 231 - color contains mainly: red. Hex color #E7454B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E7454B is #18BAB4. Grayscale: #767676. Windows color (decimal): -1620661 or 4933095. OLE color: 4933095.
HSL color Cylindrical-coordinate representation of color #E7454B: hue angle of 357.78º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E7454B is Cyan = 0, Magento = 0.70, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 69 | 75 | - |
| CMYK | 0 | 0.70 | 0.68 | 0.09 |
| HSL | 357.78º | 0.77% | 0.59% | - |
| HSV(B) | 357.78º | 0.7% | 0.91% | - |
| XYZ | 36.35 | 21.75 | 8.94 | - |
| YUV | 118.12 | 103.67 | 208.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 69 | 75 | 0 | 0.70 | 0.68 | 0.09 | 357.78 | 0.77 | 0.59 |
| Hex | E7 | 45 | 4B | 0 | 46 | 44 | 9 | 166 | 4D | 3B |
| Octal | 347 | 105 | 113 | 0 | 106 | 104 | 11 | 546 | 115 | 73 |
| Binary | 11100111 | 1000101 | 1001011 | 0 | 1000110 | 1000100 | 1001 | 101100110 | 1001101 | 111011 |
Color Harmonies of #E7454B
Complementary color
Monochromatic Colors of #E7454B
Black with #E7454B
Text Example
Text Example
White with #E7454B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7454B; }
p { color: rgb(231,69,75); }
H1.HeaderClassName
{
color: #E7454B;
}
.AnyTagClassName
{
color: #E7454B;
}
</style>
background-color css
<style>
a { background-color: #E7454B; }
a { background-color: rgb(231,69,75); }
div.DivClassName
{
background-color: #E7454B;
}
.BgClassName
{
background-color: #E7454B;
}
</style>
border-color css
<style>
span { border-color: #E7454B; }
span { border-color: rgb(231,69,75); }
td.TdClassName
{
border-color: #E7454B;
}
.TagClassName
{
border-color: #E7454B;
}
</style>