Shades of Amaranth #E94145
Tints of Amaranth #E94145
RGB
CMYK
RGB Variations
Color information
#E94145 (or 0xE94145) is known color: Amaranth. HEX triplet: E9, 41 and 45. RGB value is (233,65,69). Sum of RGB (Red+Green+Blue) = 233+65+69=367 (48% of max value = 765). Red value is 233 (91.41% from 255 or 63.49% from 367); Green value is 65 (25.78% from 255 or 17.71% from 367); Blue value is 69 (27.34% from 255 or 18.80% from 367); Max value from RGB is 233 - color contains mainly: red. Hex color #E94145 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E94145 is #16BEBA. Grayscale: #737373. Windows color (decimal): -1490619 or 4538857. OLE color: 4538857.
HSL color Cylindrical-coordinate representation of color #E94145: hue angle of 358.57º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E94145 is Cyan = 0, Magento = 0.72, Yellow = 0.70 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 65 | 69 | - |
| CMYK | 0 | 0.72 | 0.70 | 0.09 |
| HSL | 358.57º | 0.79% | 0.58% | - |
| HSV(B) | 358.57º | 0.72% | 0.91% | - |
| XYZ | 36.57 | 21.53 | 7.86 | - |
| YUV | 115.69 | 101.66 | 211.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 65 | 69 | 0 | 0.72 | 0.70 | 0.09 | 358.57 | 0.79 | 0.58 |
| Hex | E9 | 41 | 45 | 0 | 48 | 46 | 9 | 167 | 4F | 3A |
| Octal | 351 | 101 | 105 | 0 | 110 | 106 | 11 | 547 | 117 | 72 |
| Binary | 11101001 | 1000001 | 1000101 | 0 | 1001000 | 1000110 | 1001 | 101100111 | 1001111 | 111010 |
Color Harmonies of #E94145
Complementary color
Monochromatic Colors of #E94145
Black with #E94145
Text Example
Text Example
White with #E94145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94145; }
p { color: rgb(233,65,69); }
H1.HeaderClassName
{
color: #E94145;
}
.AnyTagClassName
{
color: #E94145;
}
</style>
background-color css
<style>
a { background-color: #E94145; }
a { background-color: rgb(233,65,69); }
div.DivClassName
{
background-color: #E94145;
}
.BgClassName
{
background-color: #E94145;
}
</style>
border-color css
<style>
span { border-color: #E94145; }
span { border-color: rgb(233,65,69); }
td.TdClassName
{
border-color: #E94145;
}
.TagClassName
{
border-color: #E94145;
}
</style>