Shades of Amaranth #E62259
Tints of Amaranth #E62259
RGB
CMYK
RGB Variations
Color information
#E62259 (or 0xE62259) is known color: Amaranth. HEX triplet: E6, 22 and 59. RGB value is (230,34,89). Sum of RGB (Red+Green+Blue) = 230+34+89=353 (46% of max value = 765). Red value is 230 (90.23% from 255 or 65.16% from 353); Green value is 34 (13.67% from 255 or 9.63% from 353); Blue value is 89 (35.16% from 255 or 25.21% from 353); Max value from RGB is 230 - color contains mainly: red. Hex color #E62259 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E62259 is #19DDA6. Grayscale: #626262. Windows color (decimal): -1695143 or 5841638. OLE color: 5841638.
HSL color Cylindrical-coordinate representation of color #E62259: hue angle of 343.16º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E62259 is Cyan = 0, Magento = 0.85, Yellow = 0.61 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 34 | 89 | - |
| CMYK | 0 | 0.85 | 0.61 | 0.10 |
| HSL | 343.16º | 0.8% | 0.52% | - |
| HSV(B) | 343.16º | 0.85% | 0.9% | - |
| XYZ | 35.01 | 18.69 | 11.21 | - |
| YUV | 98.87 | 122.43 | 221.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 34 | 89 | 0 | 0.85 | 0.61 | 0.10 | 343.16 | 0.8 | 0.52 |
| Hex | E6 | 22 | 59 | 0 | 55 | 3D | A | 157 | 50 | 34 |
| Octal | 346 | 42 | 131 | 0 | 125 | 75 | 12 | 527 | 120 | 64 |
| Binary | 11100110 | 100010 | 1011001 | 0 | 1010101 | 111101 | 1010 | 101010111 | 1010000 | 110100 |
Color Harmonies of #E62259
Complementary color
Monochromatic Colors of #E62259
Black with #E62259
Text Example
Text Example
White with #E62259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E62259; }
p { color: rgb(230,34,89); }
H1.HeaderClassName
{
color: #E62259;
}
.AnyTagClassName
{
color: #E62259;
}
</style>
background-color css
<style>
a { background-color: #E62259; }
a { background-color: rgb(230,34,89); }
div.DivClassName
{
background-color: #E62259;
}
.BgClassName
{
background-color: #E62259;
}
</style>
border-color css
<style>
span { border-color: #E62259; }
span { border-color: rgb(230,34,89); }
td.TdClassName
{
border-color: #E62259;
}
.TagClassName
{
border-color: #E62259;
}
</style>