Shades of Amaranth #E62755
Tints of Amaranth #E62755
RGB
CMYK
RGB Variations
Color information
#E62755 (or 0xE62755) is known color: Amaranth. HEX triplet: E6, 27 and 55. RGB value is (230,39,85). Sum of RGB (Red+Green+Blue) = 230+39+85=354 (46% of max value = 765). Red value is 230 (90.23% from 255 or 64.97% from 354); Green value is 39 (15.62% from 255 or 11.02% from 354); Blue value is 85 (33.59% from 255 or 24.01% from 354); Max value from RGB is 230 - color contains mainly: red. Hex color #E62755 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E62755 is #19D8AA. Grayscale: #656565. Windows color (decimal): -1693867 or 5580774. OLE color: 5580774.
HSL color Cylindrical-coordinate representation of color #E62755: hue angle of 345.55º 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 #E62755 is Cyan = 0, Magento = 0.83, Yellow = 0.63 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 39 | 85 | - |
| CMYK | 0 | 0.83 | 0.63 | 0.10 |
| HSL | 345.55º | 0.79% | 0.53% | - |
| HSV(B) | 345.55º | 0.83% | 0.9% | - |
| XYZ | 35 | 18.93 | 10.4 | - |
| YUV | 101.35 | 118.78 | 219.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 39 | 85 | 0 | 0.83 | 0.63 | 0.10 | 345.55 | 0.79 | 0.53 |
| Hex | E6 | 27 | 55 | 0 | 53 | 3F | A | 15A | 4F | 35 |
| Octal | 346 | 47 | 125 | 0 | 123 | 77 | 12 | 532 | 117 | 65 |
| Binary | 11100110 | 100111 | 1010101 | 0 | 1010011 | 111111 | 1010 | 101011010 | 1001111 | 110101 |
Color Harmonies of #E62755
Complementary color
Monochromatic Colors of #E62755
Black with #E62755
Text Example
Text Example
White with #E62755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E62755; }
p { color: rgb(230,39,85); }
H1.HeaderClassName
{
color: #E62755;
}
.AnyTagClassName
{
color: #E62755;
}
</style>
background-color css
<style>
a { background-color: #E62755; }
a { background-color: rgb(230,39,85); }
div.DivClassName
{
background-color: #E62755;
}
.BgClassName
{
background-color: #E62755;
}
</style>
border-color css
<style>
span { border-color: #E62755; }
span { border-color: rgb(230,39,85); }
td.TdClassName
{
border-color: #E62755;
}
.TagClassName
{
border-color: #E62755;
}
</style>