Shades of Amaranth #E92945
Tints of Amaranth #E92945
RGB
CMYK
RGB Variations
Color information
#E92945 (or 0xE92945) is known color: Amaranth. HEX triplet: E9, 29 and 45. RGB value is (233,41,69). Sum of RGB (Red+Green+Blue) = 233+41+69=343 (45% of max value = 765). Red value is 233 (91.41% from 255 or 67.93% from 343); Green value is 41 (16.41% from 255 or 11.95% from 343); Blue value is 69 (27.34% from 255 or 20.12% from 343); Max value from RGB is 233 - color contains mainly: red. Hex color #E92945 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E92945 is #16D6BA. Grayscale: #656565. Windows color (decimal): -1496763 or 4532713. OLE color: 4532713.
HSL color Cylindrical-coordinate representation of color #E92945: hue angle of 351.25º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E92945 is Cyan = 0, Magento = 0.82, Yellow = 0.70 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 41 | 69 | - |
| CMYK | 0 | 0.82 | 0.70 | 0.09 |
| HSL | 351.25º | 0.81% | 0.54% | - |
| HSV(B) | 351.25º | 0.82% | 0.91% | - |
| XYZ | 35.47 | 19.34 | 7.49 | - |
| YUV | 101.6 | 109.61 | 221.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 41 | 69 | 0 | 0.82 | 0.70 | 0.09 | 351.25 | 0.81 | 0.54 |
| Hex | E9 | 29 | 45 | 0 | 52 | 46 | 9 | 15F | 51 | 36 |
| Octal | 351 | 51 | 105 | 0 | 122 | 106 | 11 | 537 | 121 | 66 |
| Binary | 11101001 | 101001 | 1000101 | 0 | 1010010 | 1000110 | 1001 | 101011111 | 1010001 | 110110 |
Color Harmonies of #E92945
Complementary color
Monochromatic Colors of #E92945
Black with #E92945
Text Example
Text Example
White with #E92945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E92945; }
p { color: rgb(233,41,69); }
H1.HeaderClassName
{
color: #E92945;
}
.AnyTagClassName
{
color: #E92945;
}
</style>
background-color css
<style>
a { background-color: #E92945; }
a { background-color: rgb(233,41,69); }
div.DivClassName
{
background-color: #E92945;
}
.BgClassName
{
background-color: #E92945;
}
</style>
border-color css
<style>
span { border-color: #E92945; }
span { border-color: rgb(233,41,69); }
td.TdClassName
{
border-color: #E92945;
}
.TagClassName
{
border-color: #E92945;
}
</style>