Shades of Amaranth #E62855
Tints of Amaranth #E62855
RGB
CMYK
RGB Variations
Color information
#E62855 (or 0xE62855) is known color: Amaranth. HEX triplet: E6, 28 and 55. RGB value is (230,40,85). Sum of RGB (Red+Green+Blue) = 230+40+85=355 (47% of max value = 765). Red value is 230 (90.23% from 255 or 64.79% from 355); Green value is 40 (16.02% from 255 or 11.27% from 355); Blue value is 85 (33.59% from 255 or 23.94% from 355); Max value from RGB is 230 - color contains mainly: red. Hex color #E62855 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E62855 is #19D7AA. Grayscale: #656565. Windows color (decimal): -1693611 or 5581030. OLE color: 5581030.
HSL color Cylindrical-coordinate representation of color #E62855: hue angle of 345.79º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E62855 is Cyan = 0, Magento = 0.83, Yellow = 0.63 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 40 | 85 | - |
| CMYK | 0 | 0.83 | 0.63 | 0.10 |
| HSL | 345.79º | 0.79% | 0.53% | - |
| HSV(B) | 345.79º | 0.83% | 0.9% | - |
| XYZ | 35.03 | 19 | 10.41 | - |
| YUV | 101.94 | 118.45 | 219.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 40 | 85 | 0 | 0.83 | 0.63 | 0.10 | 345.79 | 0.79 | 0.53 |
| Hex | E6 | 28 | 55 | 0 | 53 | 3F | A | 15A | 4F | 35 |
| Octal | 346 | 50 | 125 | 0 | 123 | 77 | 12 | 532 | 117 | 65 |
| Binary | 11100110 | 101000 | 1010101 | 0 | 1010011 | 111111 | 1010 | 101011010 | 1001111 | 110101 |
Color Harmonies of #E62855
Complementary color
Monochromatic Colors of #E62855
Black with #E62855
Text Example
Text Example
White with #E62855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E62855; }
p { color: rgb(230,40,85); }
H1.HeaderClassName
{
color: #E62855;
}
.AnyTagClassName
{
color: #E62855;
}
</style>
background-color css
<style>
a { background-color: #E62855; }
a { background-color: rgb(230,40,85); }
div.DivClassName
{
background-color: #E62855;
}
.BgClassName
{
background-color: #E62855;
}
</style>
border-color css
<style>
span { border-color: #E62855; }
span { border-color: rgb(230,40,85); }
td.TdClassName
{
border-color: #E62855;
}
.TagClassName
{
border-color: #E62855;
}
</style>