Shades of Amaranth #E92A44
Tints of Amaranth #E92A44
RGB
CMYK
RGB Variations
Color information
#E92A44 (or 0xE92A44) is known color: Amaranth. HEX triplet: E9, 2A and 44. RGB value is (233,42,68). Sum of RGB (Red+Green+Blue) = 233+42+68=343 (45% of max value = 765). Red value is 233 (91.41% from 255 or 67.93% from 343); Green value is 42 (16.80% from 255 or 12.24% from 343); Blue value is 68 (26.95% from 255 or 19.83% from 343); Max value from RGB is 233 - color contains mainly: red. Hex color #E92A44 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E92A44 is #16D5BB. Grayscale: #666666. Windows color (decimal): -1496508 or 4467433. OLE color: 4467433.
HSL color Cylindrical-coordinate representation of color #E92A44: hue angle of 351.83º 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 #E92A44 is Cyan = 0, Magento = 0.82, Yellow = 0.71 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 42 | 68 | - |
| CMYK | 0 | 0.82 | 0.71 | 0.09 |
| HSL | 351.83º | 0.81% | 0.54% | - |
| HSV(B) | 351.83º | 0.82% | 0.91% | - |
| XYZ | 35.48 | 19.4 | 7.34 | - |
| YUV | 102.07 | 108.78 | 221.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 42 | 68 | 0 | 0.82 | 0.71 | 0.09 | 351.83 | 0.81 | 0.54 |
| Hex | E9 | 2A | 44 | 0 | 52 | 47 | 9 | 160 | 51 | 36 |
| Octal | 351 | 52 | 104 | 0 | 122 | 107 | 11 | 540 | 121 | 66 |
| Binary | 11101001 | 101010 | 1000100 | 0 | 1010010 | 1000111 | 1001 | 101100000 | 1010001 | 110110 |
Color Harmonies of #E92A44
Complementary color
Monochromatic Colors of #E92A44
Black with #E92A44
Text Example
Text Example
White with #E92A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E92A44; }
p { color: rgb(233,42,68); }
H1.HeaderClassName
{
color: #E92A44;
}
.AnyTagClassName
{
color: #E92A44;
}
</style>
background-color css
<style>
a { background-color: #E92A44; }
a { background-color: rgb(233,42,68); }
div.DivClassName
{
background-color: #E92A44;
}
.BgClassName
{
background-color: #E92A44;
}
</style>
border-color css
<style>
span { border-color: #E92A44; }
span { border-color: rgb(233,42,68); }
td.TdClassName
{
border-color: #E92A44;
}
.TagClassName
{
border-color: #E92A44;
}
</style>