Shades of Amaranth #E92F46
Tints of Amaranth #E92F46
RGB
CMYK
RGB Variations
Color information
#E92F46 (or 0xE92F46) is known color: Amaranth. HEX triplet: E9, 2F and 46. RGB value is (233,47,70). Sum of RGB (Red+Green+Blue) = 233+47+70=350 (46% of max value = 765). Red value is 233 (91.41% from 255 or 66.57% from 350); Green value is 47 (18.75% from 255 or 13.43% from 350); Blue value is 70 (27.73% from 255 or 20% from 350); Max value from RGB is 233 - color contains mainly: red. Hex color #E92F46 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E92F46 is #16D0B9. Grayscale: #696969. Windows color (decimal): -1495226 or 4599785. OLE color: 4599785.
HSL color Cylindrical-coordinate representation of color #E92F46: hue angle of 352.58º 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 #E92F46 is Cyan = 0, Magento = 0.80, Yellow = 0.70 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 47 | 70 | - |
| CMYK | 0 | 0.80 | 0.70 | 0.09 |
| HSL | 352.58º | 0.81% | 0.55% | - |
| HSV(B) | 352.58º | 0.8% | 0.91% | - |
| XYZ | 35.73 | 19.8 | 7.73 | - |
| YUV | 105.24 | 108.12 | 219.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 47 | 70 | 0 | 0.80 | 0.70 | 0.09 | 352.58 | 0.81 | 0.55 |
| Hex | E9 | 2F | 46 | 0 | 50 | 46 | 9 | 161 | 51 | 37 |
| Octal | 351 | 57 | 106 | 0 | 120 | 106 | 11 | 541 | 121 | 67 |
| Binary | 11101001 | 101111 | 1000110 | 0 | 1010000 | 1000110 | 1001 | 101100001 | 1010001 | 110111 |
Color Harmonies of #E92F46
Complementary color
Monochromatic Colors of #E92F46
Black with #E92F46
Text Example
Text Example
White with #E92F46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E92F46; }
p { color: rgb(233,47,70); }
H1.HeaderClassName
{
color: #E92F46;
}
.AnyTagClassName
{
color: #E92F46;
}
</style>
background-color css
<style>
a { background-color: #E92F46; }
a { background-color: rgb(233,47,70); }
div.DivClassName
{
background-color: #E92F46;
}
.BgClassName
{
background-color: #E92F46;
}
</style>
border-color css
<style>
span { border-color: #E92F46; }
span { border-color: rgb(233,47,70); }
td.TdClassName
{
border-color: #E92F46;
}
.TagClassName
{
border-color: #E92F46;
}
</style>