Shades of Amaranth #E33552
Tints of Amaranth #E33552
RGB
CMYK
RGB Variations
Color information
#E33552 (or 0xE33552) is known color: Amaranth. HEX triplet: E3, 35 and 52. RGB value is (227,53,82). Sum of RGB (Red+Green+Blue) = 227+53+82=362 (47% of max value = 765). Red value is 227 (89.06% from 255 or 62.71% from 362); Green value is 53 (21.09% from 255 or 14.64% from 362); Blue value is 82 (32.42% from 255 or 22.65% from 362); Max value from RGB is 227 - color contains mainly: red. Hex color #E33552 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E33552 is #1CCAAD. Grayscale: #6C6C6C. Windows color (decimal): -1886894 or 5387747. OLE color: 5387747.
HSL color Cylindrical-coordinate representation of color #E33552: hue angle of 350º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E33552 is Cyan = 0, Magento = 0.77, Yellow = 0.64 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 53 | 82 | - |
| CMYK | 0 | 0.77 | 0.64 | 0.11 |
| HSL | 350º | 0.76% | 0.55% | - |
| HSV(B) | 350º | 0.77% | 0.89% | - |
| XYZ | 34.47 | 19.49 | 9.93 | - |
| YUV | 108.33 | 113.15 | 212.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 53 | 82 | 0 | 0.77 | 0.64 | 0.11 | 350 | 0.76 | 0.55 |
| Hex | E3 | 35 | 52 | 0 | 4D | 40 | B | 15E | 4C | 37 |
| Octal | 343 | 65 | 122 | 0 | 115 | 100 | 13 | 536 | 114 | 67 |
| Binary | 11100011 | 110101 | 1010010 | 0 | 1001101 | 1000000 | 1011 | 101011110 | 1001100 | 110111 |
Color Harmonies of #E33552
Complementary color
Monochromatic Colors of #E33552
Black with #E33552
Text Example
Text Example
White with #E33552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E33552; }
p { color: rgb(227,53,82); }
H1.HeaderClassName
{
color: #E33552;
}
.AnyTagClassName
{
color: #E33552;
}
</style>
background-color css
<style>
a { background-color: #E33552; }
a { background-color: rgb(227,53,82); }
div.DivClassName
{
background-color: #E33552;
}
.BgClassName
{
background-color: #E33552;
}
</style>
border-color css
<style>
span { border-color: #E33552; }
span { border-color: rgb(227,53,82); }
td.TdClassName
{
border-color: #E33552;
}
.TagClassName
{
border-color: #E33552;
}
</style>