Shades of Amaranth #E92E4C
Tints of Amaranth #E92E4C
RGB
CMYK
RGB Variations
Color information
#E92E4C (or 0xE92E4C) is known color: Amaranth. HEX triplet: E9, 2E and 4C. RGB value is (233,46,76). Sum of RGB (Red+Green+Blue) = 233+46+76=355 (47% of max value = 765). Red value is 233 (91.41% from 255 or 65.63% from 355); Green value is 46 (18.36% from 255 or 12.96% from 355); Blue value is 76 (30.08% from 255 or 21.41% from 355); Max value from RGB is 233 - color contains mainly: red. Hex color #E92E4C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E92E4C is #16D1B3. Grayscale: #696969. Windows color (decimal): -1495476 or 4992745. OLE color: 4992745.
HSL color Cylindrical-coordinate representation of color #E92E4C: hue angle of 350.37º 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 #E92E4C is Cyan = 0, Magento = 0.80, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 46 | 76 | - |
| CMYK | 0 | 0.80 | 0.67 | 0.09 |
| HSL | 350.37º | 0.81% | 0.55% | - |
| HSV(B) | 350.37º | 0.8% | 0.91% | - |
| XYZ | 35.89 | 19.8 | 8.77 | - |
| YUV | 105.33 | 111.45 | 219.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 46 | 76 | 0 | 0.80 | 0.67 | 0.09 | 350.37 | 0.81 | 0.55 |
| Hex | E9 | 2E | 4C | 0 | 50 | 43 | 9 | 15E | 51 | 37 |
| Octal | 351 | 56 | 114 | 0 | 120 | 103 | 11 | 536 | 121 | 67 |
| Binary | 11101001 | 101110 | 1001100 | 0 | 1010000 | 1000011 | 1001 | 101011110 | 1010001 | 110111 |
Color Harmonies of #E92E4C
Complementary color
Monochromatic Colors of #E92E4C
Black with #E92E4C
Text Example
Text Example
White with #E92E4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E92E4C; }
p { color: rgb(233,46,76); }
H1.HeaderClassName
{
color: #E92E4C;
}
.AnyTagClassName
{
color: #E92E4C;
}
</style>
background-color css
<style>
a { background-color: #E92E4C; }
a { background-color: rgb(233,46,76); }
div.DivClassName
{
background-color: #E92E4C;
}
.BgClassName
{
background-color: #E92E4C;
}
</style>
border-color css
<style>
span { border-color: #E92E4C; }
span { border-color: rgb(233,46,76); }
td.TdClassName
{
border-color: #E92E4C;
}
.TagClassName
{
border-color: #E92E4C;
}
</style>