Shades of Amaranth #E94551
Tints of Amaranth #E94551
RGB
CMYK
RGB Variations
Color information
#E94551 (or 0xE94551) is known color: Amaranth. HEX triplet: E9, 45 and 51. RGB value is (233,69,81). Sum of RGB (Red+Green+Blue) = 233+69+81=383 (50% of max value = 765). Red value is 233 (91.41% from 255 or 60.84% from 383); Green value is 69 (27.34% from 255 or 18.02% from 383); Blue value is 81 (32.03% from 255 or 21.15% from 383); Max value from RGB is 233 - color contains mainly: red. Hex color #E94551 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E94551 is #16BAAE. Grayscale: #777777. Windows color (decimal): -1489583 or 5326313. OLE color: 5326313.
HSL color Cylindrical-coordinate representation of color #E94551: hue angle of 355.61º degrees, saturation: 0.79, 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 #E94551 is Cyan = 0, Magento = 0.70, Yellow = 0.65 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 69 | 81 | - |
| CMYK | 0 | 0.70 | 0.65 | 0.09 |
| HSL | 355.61º | 0.79% | 0.59% | - |
| HSV(B) | 355.61º | 0.7% | 0.91% | - |
| XYZ | 37.22 | 22.17 | 10.1 | - |
| YUV | 119.4 | 106.33 | 209.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 69 | 81 | 0 | 0.70 | 0.65 | 0.09 | 355.61 | 0.79 | 0.59 |
| Hex | E9 | 45 | 51 | 0 | 46 | 41 | 9 | 164 | 4F | 3B |
| Octal | 351 | 105 | 121 | 0 | 106 | 101 | 11 | 544 | 117 | 73 |
| Binary | 11101001 | 1000101 | 1010001 | 0 | 1000110 | 1000001 | 1001 | 101100100 | 1001111 | 111011 |
Color Harmonies of #E94551
Complementary color
Monochromatic Colors of #E94551
Black with #E94551
Text Example
Text Example
White with #E94551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94551; }
p { color: rgb(233,69,81); }
H1.HeaderClassName
{
color: #E94551;
}
.AnyTagClassName
{
color: #E94551;
}
</style>
background-color css
<style>
a { background-color: #E94551; }
a { background-color: rgb(233,69,81); }
div.DivClassName
{
background-color: #E94551;
}
.BgClassName
{
background-color: #E94551;
}
</style>
border-color css
<style>
span { border-color: #E94551; }
span { border-color: rgb(233,69,81); }
td.TdClassName
{
border-color: #E94551;
}
.TagClassName
{
border-color: #E94551;
}
</style>