Shades of Amaranth #E92F45
Tints of Amaranth #E92F45
RGB
CMYK
RGB Variations
Color information
#E92F45 (or 0xE92F45) is known color: Amaranth. HEX triplet: E9, 2F and 45. RGB value is (233,47,69). Sum of RGB (Red+Green+Blue) = 233+47+69=349 (46% of max value = 765). Red value is 233 (91.41% from 255 or 66.76% from 349); Green value is 47 (18.75% from 255 or 13.47% from 349); Blue value is 69 (27.34% from 255 or 19.77% from 349); Max value from RGB is 233 - color contains mainly: red. Hex color #E92F45 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E92F45 is #16D0BA. Grayscale: #696969. Windows color (decimal): -1495227 or 4534249. OLE color: 4534249.
HSL color Cylindrical-coordinate representation of color #E92F45: hue angle of 352.9º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E92F45 is Cyan = 0, Magento = 0.80, Yellow = 0.70 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 47 | 69 | - |
| CMYK | 0 | 0.80 | 0.70 | 0.09 |
| HSL | 352.9º | 0.81% | 0.55% | - |
| HSV(B) | 352.9º | 0.8% | 0.91% | - |
| XYZ | 35.69 | 19.79 | 7.57 | - |
| YUV | 105.12 | 107.62 | 219.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 47 | 69 | 0 | 0.80 | 0.70 | 0.09 | 352.9 | 0.81 | 0.55 |
| Hex | E9 | 2F | 45 | 0 | 50 | 46 | 9 | 161 | 51 | 37 |
| Octal | 351 | 57 | 105 | 0 | 120 | 106 | 11 | 541 | 121 | 67 |
| Binary | 11101001 | 101111 | 1000101 | 0 | 1010000 | 1000110 | 1001 | 101100001 | 1010001 | 110111 |
Color Harmonies of #E92F45
Complementary color
Monochromatic Colors of #E92F45
Black with #E92F45
Text Example
Text Example
White with #E92F45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E92F45; }
p { color: rgb(233,47,69); }
H1.HeaderClassName
{
color: #E92F45;
}
.AnyTagClassName
{
color: #E92F45;
}
</style>
background-color css
<style>
a { background-color: #E92F45; }
a { background-color: rgb(233,47,69); }
div.DivClassName
{
background-color: #E92F45;
}
.BgClassName
{
background-color: #E92F45;
}
</style>
border-color css
<style>
span { border-color: #E92F45; }
span { border-color: rgb(233,47,69); }
td.TdClassName
{
border-color: #E92F45;
}
.TagClassName
{
border-color: #E92F45;
}
</style>