Shades of Amaranth #E92552
Tints of Amaranth #E92552
RGB
CMYK
RGB Variations
Color information
#E92552 (or 0xE92552) is known color: Amaranth. HEX triplet: E9, 25 and 52. RGB value is (233,37,82). Sum of RGB (Red+Green+Blue) = 233+37+82=352 (46% of max value = 765). Red value is 233 (91.41% from 255 or 66.19% from 352); Green value is 37 (14.84% from 255 or 10.51% from 352); Blue value is 82 (32.42% from 255 or 23.30% from 352); Max value from RGB is 233 - color contains mainly: red. Hex color #E92552 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E92552 is #16DAAD. Grayscale: #646464. Windows color (decimal): -1497774 or 5383657. OLE color: 5383657.
HSL color Cylindrical-coordinate representation of color #E92552: hue angle of 346.22º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E92552 is Cyan = 0, Magento = 0.84, Yellow = 0.65 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 37 | 82 | - |
| CMYK | 0 | 0.84 | 0.65 | 0.09 |
| HSL | 346.22º | 0.82% | 0.53% | - |
| HSV(B) | 346.22º | 0.84% | 0.91% | - |
| XYZ | 35.79 | 19.26 | 9.81 | - |
| YUV | 100.73 | 117.43 | 222.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 37 | 82 | 0 | 0.84 | 0.65 | 0.09 | 346.22 | 0.82 | 0.53 |
| Hex | E9 | 25 | 52 | 0 | 54 | 41 | 9 | 15A | 52 | 35 |
| Octal | 351 | 45 | 122 | 0 | 124 | 101 | 11 | 532 | 122 | 65 |
| Binary | 11101001 | 100101 | 1010010 | 0 | 1010100 | 1000001 | 1001 | 101011010 | 1010010 | 110101 |
Color Harmonies of #E92552
Complementary color
Monochromatic Colors of #E92552
Black with #E92552
Text Example
Text Example
White with #E92552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E92552; }
p { color: rgb(233,37,82); }
H1.HeaderClassName
{
color: #E92552;
}
.AnyTagClassName
{
color: #E92552;
}
</style>
background-color css
<style>
a { background-color: #E92552; }
a { background-color: rgb(233,37,82); }
div.DivClassName
{
background-color: #E92552;
}
.BgClassName
{
background-color: #E92552;
}
</style>
border-color css
<style>
span { border-color: #E92552; }
span { border-color: rgb(233,37,82); }
td.TdClassName
{
border-color: #E92552;
}
.TagClassName
{
border-color: #E92552;
}
</style>