Shades of Amaranth #E92448
Tints of Amaranth #E92448
RGB
CMYK
RGB Variations
Color information
#E92448 (or 0xE92448) is known color: Amaranth. HEX triplet: E9, 24 and 48. RGB value is (233,36,72). Sum of RGB (Red+Green+Blue) = 233+36+72=341 (45% of max value = 765). Red value is 233 (91.41% from 255 or 68.33% from 341); Green value is 36 (14.45% from 255 or 10.56% from 341); Blue value is 72 (28.52% from 255 or 21.11% from 341); Max value from RGB is 233 - color contains mainly: red. Hex color #E92448 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E92448 is #16DBB7. Grayscale: #636363. Windows color (decimal): -1498040 or 4728041. OLE color: 4728041.
HSL color Cylindrical-coordinate representation of color #E92448: hue angle of 349.04º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E92448 is Cyan = 0, Magento = 0.85, Yellow = 0.69 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 36 | 72 | - |
| CMYK | 0 | 0.85 | 0.69 | 0.09 |
| HSL | 349.04º | 0.82% | 0.53% | - |
| HSV(B) | 349.04º | 0.85% | 0.91% | - |
| XYZ | 35.4 | 19.05 | 7.94 | - |
| YUV | 99.01 | 112.77 | 223.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 36 | 72 | 0 | 0.85 | 0.69 | 0.09 | 349.04 | 0.82 | 0.53 |
| Hex | E9 | 24 | 48 | 0 | 55 | 45 | 9 | 15D | 52 | 35 |
| Octal | 351 | 44 | 110 | 0 | 125 | 105 | 11 | 535 | 122 | 65 |
| Binary | 11101001 | 100100 | 1001000 | 0 | 1010101 | 1000101 | 1001 | 101011101 | 1010010 | 110101 |
Color Harmonies of #E92448
Complementary color
Monochromatic Colors of #E92448
Black with #E92448
Text Example
Text Example
White with #E92448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E92448; }
p { color: rgb(233,36,72); }
H1.HeaderClassName
{
color: #E92448;
}
.AnyTagClassName
{
color: #E92448;
}
</style>
background-color css
<style>
a { background-color: #E92448; }
a { background-color: rgb(233,36,72); }
div.DivClassName
{
background-color: #E92448;
}
.BgClassName
{
background-color: #E92448;
}
</style>
border-color css
<style>
span { border-color: #E92448; }
span { border-color: rgb(233,36,72); }
td.TdClassName
{
border-color: #E92448;
}
.TagClassName
{
border-color: #E92448;
}
</style>