Shades of Amaranth #E94043
Tints of Amaranth #E94043
RGB
CMYK
RGB Variations
Color information
#E94043 (or 0xE94043) is known color: Amaranth. HEX triplet: E9, 40 and 43. RGB value is (233,64,67). Sum of RGB (Red+Green+Blue) = 233+64+67=364 (48% of max value = 765). Red value is 233 (91.41% from 255 or 64.01% from 364); Green value is 64 (25.39% from 255 or 17.58% from 364); Blue value is 67 (26.56% from 255 or 18.41% from 364); Max value from RGB is 233 - color contains mainly: red. Hex color #E94043 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E94043 is #16BFBC. Grayscale: #737373. Windows color (decimal): -1490877 or 4407529. OLE color: 4407529.
HSL color Cylindrical-coordinate representation of color #E94043: hue angle of 358.93º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E94043 is Cyan = 0, Magento = 0.73, Yellow = 0.71 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 64 | 67 | - |
| CMYK | 0 | 0.73 | 0.71 | 0.09 |
| HSL | 358.93º | 0.79% | 0.58% | - |
| HSV(B) | 358.93º | 0.73% | 0.91% | - |
| XYZ | 36.45 | 21.4 | 7.52 | - |
| YUV | 114.87 | 100.99 | 212.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 64 | 67 | 0 | 0.73 | 0.71 | 0.09 | 358.93 | 0.79 | 0.58 |
| Hex | E9 | 40 | 43 | 0 | 49 | 47 | 9 | 167 | 4F | 3A |
| Octal | 351 | 100 | 103 | 0 | 111 | 107 | 11 | 547 | 117 | 72 |
| Binary | 11101001 | 1000000 | 1000011 | 0 | 1001001 | 1000111 | 1001 | 101100111 | 1001111 | 111010 |
Color Harmonies of #E94043
Complementary color
Monochromatic Colors of #E94043
Black with #E94043
Text Example
Text Example
White with #E94043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94043; }
p { color: rgb(233,64,67); }
H1.HeaderClassName
{
color: #E94043;
}
.AnyTagClassName
{
color: #E94043;
}
</style>
background-color css
<style>
a { background-color: #E94043; }
a { background-color: rgb(233,64,67); }
div.DivClassName
{
background-color: #E94043;
}
.BgClassName
{
background-color: #E94043;
}
</style>
border-color css
<style>
span { border-color: #E94043; }
span { border-color: rgb(233,64,67); }
td.TdClassName
{
border-color: #E94043;
}
.TagClassName
{
border-color: #E94043;
}
</style>