Shades of Amaranth #E62655
Tints of Amaranth #E62655
RGB
CMYK
RGB Variations
Color information
#E62655 (or 0xE62655) is known color: Amaranth. HEX triplet: E6, 26 and 55. RGB value is (230,38,85). Sum of RGB (Red+Green+Blue) = 230+38+85=353 (46% of max value = 765). Red value is 230 (90.23% from 255 or 65.16% from 353); Green value is 38 (15.23% from 255 or 10.76% from 353); Blue value is 85 (33.59% from 255 or 24.08% from 353); Max value from RGB is 230 - color contains mainly: red. Hex color #E62655 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E62655 is #19D9AA. Grayscale: #646464. Windows color (decimal): -1694123 or 5580518. OLE color: 5580518.
HSL color Cylindrical-coordinate representation of color #E62655: hue angle of 345.31º 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 #E62655 is Cyan = 0, Magento = 0.83, Yellow = 0.63 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 38 | 85 | - |
| CMYK | 0 | 0.83 | 0.63 | 0.10 |
| HSL | 345.31º | 0.79% | 0.53% | - |
| HSV(B) | 345.31º | 0.83% | 0.9% | - |
| XYZ | 34.97 | 18.87 | 10.39 | - |
| YUV | 100.77 | 119.11 | 220.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 38 | 85 | 0 | 0.83 | 0.63 | 0.10 | 345.31 | 0.79 | 0.53 |
| Hex | E6 | 26 | 55 | 0 | 53 | 3F | A | 159 | 4F | 35 |
| Octal | 346 | 46 | 125 | 0 | 123 | 77 | 12 | 531 | 117 | 65 |
| Binary | 11100110 | 100110 | 1010101 | 0 | 1010011 | 111111 | 1010 | 101011001 | 1001111 | 110101 |
Color Harmonies of #E62655
Complementary color
Monochromatic Colors of #E62655
Black with #E62655
Text Example
Text Example
White with #E62655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E62655; }
p { color: rgb(230,38,85); }
H1.HeaderClassName
{
color: #E62655;
}
.AnyTagClassName
{
color: #E62655;
}
</style>
background-color css
<style>
a { background-color: #E62655; }
a { background-color: rgb(230,38,85); }
div.DivClassName
{
background-color: #E62655;
}
.BgClassName
{
background-color: #E62655;
}
</style>
border-color css
<style>
span { border-color: #E62655; }
span { border-color: rgb(230,38,85); }
td.TdClassName
{
border-color: #E62655;
}
.TagClassName
{
border-color: #E62655;
}
</style>