Shades of Amaranth #E3454B
Tints of Amaranth #E3454B
RGB
CMYK
RGB Variations
Color information
#E3454B (or 0xE3454B) is known color: Amaranth. HEX triplet: E3, 45 and 4B. RGB value is (227,69,75). Sum of RGB (Red+Green+Blue) = 227+69+75=371 (49% of max value = 765). Red value is 227 (89.06% from 255 or 61.19% from 371); Green value is 69 (27.34% from 255 or 18.60% from 371); Blue value is 75 (29.69% from 255 or 20.22% from 371); Max value from RGB is 227 - color contains mainly: red. Hex color #E3454B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E3454B is #1CBAB4. Grayscale: #757575. Windows color (decimal): -1882805 or 4933091. OLE color: 4933091.
HSL color Cylindrical-coordinate representation of color #E3454B: hue angle of 357.72º degrees, saturation: 0.74, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E3454B is Cyan = 0, Magento = 0.70, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 69 | 75 | - |
| CMYK | 0 | 0.70 | 0.67 | 0.11 |
| HSL | 357.72º | 0.74% | 0.58% | - |
| HSV(B) | 357.72º | 0.7% | 0.89% | - |
| XYZ | 35.08 | 21.1 | 8.88 | - |
| YUV | 116.93 | 104.35 | 206.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 69 | 75 | 0 | 0.70 | 0.67 | 0.11 | 357.72 | 0.74 | 0.58 |
| Hex | E3 | 45 | 4B | 0 | 46 | 43 | B | 166 | 4A | 3A |
| Octal | 343 | 105 | 113 | 0 | 106 | 103 | 13 | 546 | 112 | 72 |
| Binary | 11100011 | 1000101 | 1001011 | 0 | 1000110 | 1000011 | 1011 | 101100110 | 1001010 | 111010 |
Color Harmonies of #E3454B
Complementary color
Monochromatic Colors of #E3454B
Black with #E3454B
Text Example
Text Example
White with #E3454B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3454B; }
p { color: rgb(227,69,75); }
H1.HeaderClassName
{
color: #E3454B;
}
.AnyTagClassName
{
color: #E3454B;
}
</style>
background-color css
<style>
a { background-color: #E3454B; }
a { background-color: rgb(227,69,75); }
div.DivClassName
{
background-color: #E3454B;
}
.BgClassName
{
background-color: #E3454B;
}
</style>
border-color css
<style>
span { border-color: #E3454B; }
span { border-color: rgb(227,69,75); }
td.TdClassName
{
border-color: #E3454B;
}
.TagClassName
{
border-color: #E3454B;
}
</style>