Shades of Amaranth #E94451
Tints of Amaranth #E94451
RGB
CMYK
RGB Variations
Color information
#E94451 (or 0xE94451) is known color: Amaranth. HEX triplet: E9, 44 and 51. RGB value is (233,68,81). Sum of RGB (Red+Green+Blue) = 233+68+81=382 (50% of max value = 765). Red value is 233 (91.41% from 255 or 60.99% from 382); Green value is 68 (26.95% from 255 or 17.80% from 382); Blue value is 81 (32.03% from 255 or 21.20% from 382); Max value from RGB is 233 - color contains mainly: red. Hex color #E94451 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E94451 is #16BBAE. Grayscale: #767676. Windows color (decimal): -1489839 or 5326057. OLE color: 5326057.
HSL color Cylindrical-coordinate representation of color #E94451: hue angle of 355.27º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E94451 is Cyan = 0, Magento = 0.71, Yellow = 0.65 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 68 | 81 | - |
| CMYK | 0 | 0.71 | 0.65 | 0.09 |
| HSL | 355.27º | 0.79% | 0.59% | - |
| HSV(B) | 355.27º | 0.71% | 0.91% | - |
| XYZ | 37.16 | 22.05 | 10.08 | - |
| YUV | 118.82 | 106.66 | 209.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 68 | 81 | 0 | 0.71 | 0.65 | 0.09 | 355.27 | 0.79 | 0.59 |
| Hex | E9 | 44 | 51 | 0 | 47 | 41 | 9 | 163 | 4F | 3B |
| Octal | 351 | 104 | 121 | 0 | 107 | 101 | 11 | 543 | 117 | 73 |
| Binary | 11101001 | 1000100 | 1010001 | 0 | 1000111 | 1000001 | 1001 | 101100011 | 1001111 | 111011 |
Color Harmonies of #E94451
Complementary color
Monochromatic Colors of #E94451
Black with #E94451
Text Example
Text Example
White with #E94451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94451; }
p { color: rgb(233,68,81); }
H1.HeaderClassName
{
color: #E94451;
}
.AnyTagClassName
{
color: #E94451;
}
</style>
background-color css
<style>
a { background-color: #E94451; }
a { background-color: rgb(233,68,81); }
div.DivClassName
{
background-color: #E94451;
}
.BgClassName
{
background-color: #E94451;
}
</style>
border-color css
<style>
span { border-color: #E94451; }
span { border-color: rgb(233,68,81); }
td.TdClassName
{
border-color: #E94451;
}
.TagClassName
{
border-color: #E94451;
}
</style>