Shades of Amaranth #E92D44
Tints of Amaranth #E92D44
RGB
CMYK
RGB Variations
Color information
#E92D44 (or 0xE92D44) is known color: Amaranth. HEX triplet: E9, 2D and 44. RGB value is (233,45,68). Sum of RGB (Red+Green+Blue) = 233+45+68=346 (45% of max value = 765). Red value is 233 (91.41% from 255 or 67.34% from 346); Green value is 45 (17.97% from 255 or 13.01% from 346); Blue value is 68 (26.95% from 255 or 19.65% from 346); Max value from RGB is 233 - color contains mainly: red. Hex color #E92D44 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E92D44 is #16D2BB. Grayscale: #676767. Windows color (decimal): -1495740 or 4468201. OLE color: 4468201.
HSL color Cylindrical-coordinate representation of color #E92D44: hue angle of 352.66º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E92D44 is Cyan = 0, Magento = 0.81, Yellow = 0.71 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 45 | 68 | - |
| CMYK | 0 | 0.81 | 0.71 | 0.09 |
| HSL | 352.66º | 0.81% | 0.55% | - |
| HSV(B) | 352.66º | 0.81% | 0.91% | - |
| XYZ | 35.59 | 19.62 | 7.38 | - |
| YUV | 103.83 | 107.78 | 220.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 45 | 68 | 0 | 0.81 | 0.71 | 0.09 | 352.66 | 0.81 | 0.55 |
| Hex | E9 | 2D | 44 | 0 | 51 | 47 | 9 | 161 | 51 | 37 |
| Octal | 351 | 55 | 104 | 0 | 121 | 107 | 11 | 541 | 121 | 67 |
| Binary | 11101001 | 101101 | 1000100 | 0 | 1010001 | 1000111 | 1001 | 101100001 | 1010001 | 110111 |
Color Harmonies of #E92D44
Complementary color
Monochromatic Colors of #E92D44
Black with #E92D44
Text Example
Text Example
White with #E92D44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E92D44; }
p { color: rgb(233,45,68); }
H1.HeaderClassName
{
color: #E92D44;
}
.AnyTagClassName
{
color: #E92D44;
}
</style>
background-color css
<style>
a { background-color: #E92D44; }
a { background-color: rgb(233,45,68); }
div.DivClassName
{
background-color: #E92D44;
}
.BgClassName
{
background-color: #E92D44;
}
</style>
border-color css
<style>
span { border-color: #E92D44; }
span { border-color: rgb(233,45,68); }
td.TdClassName
{
border-color: #E92D44;
}
.TagClassName
{
border-color: #E92D44;
}
</style>