Shades of Amaranth #E62455
Tints of Amaranth #E62455
RGB
CMYK
RGB Variations
Color information
#E62455 (or 0xE62455) is known color: Amaranth. HEX triplet: E6, 24 and 55. RGB value is (230,36,85). Sum of RGB (Red+Green+Blue) = 230+36+85=351 (46% of max value = 765). Red value is 230 (90.23% from 255 or 65.53% from 351); Green value is 36 (14.45% from 255 or 10.26% from 351); Blue value is 85 (33.59% from 255 or 24.22% from 351); Max value from RGB is 230 - color contains mainly: red. Hex color #E62455 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E62455 is #19DBAA. Grayscale: #636363. Windows color (decimal): -1694635 or 5580006. OLE color: 5580006.
HSL color Cylindrical-coordinate representation of color #E62455: hue angle of 344.85º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E62455 is Cyan = 0, Magento = 0.84, Yellow = 0.63 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 36 | 85 | - |
| CMYK | 0 | 0.84 | 0.63 | 0.10 |
| HSL | 344.85º | 0.8% | 0.52% | - |
| HSV(B) | 344.85º | 0.84% | 0.9% | - |
| XYZ | 34.9 | 18.74 | 10.37 | - |
| YUV | 99.59 | 119.77 | 221.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 36 | 85 | 0 | 0.84 | 0.63 | 0.10 | 344.85 | 0.8 | 0.52 |
| Hex | E6 | 24 | 55 | 0 | 54 | 3F | A | 159 | 50 | 34 |
| Octal | 346 | 44 | 125 | 0 | 124 | 77 | 12 | 531 | 120 | 64 |
| Binary | 11100110 | 100100 | 1010101 | 0 | 1010100 | 111111 | 1010 | 101011001 | 1010000 | 110100 |
Color Harmonies of #E62455
Complementary color
Monochromatic Colors of #E62455
Black with #E62455
Text Example
Text Example
White with #E62455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E62455; }
p { color: rgb(230,36,85); }
H1.HeaderClassName
{
color: #E62455;
}
.AnyTagClassName
{
color: #E62455;
}
</style>
background-color css
<style>
a { background-color: #E62455; }
a { background-color: rgb(230,36,85); }
div.DivClassName
{
background-color: #E62455;
}
.BgClassName
{
background-color: #E62455;
}
</style>
border-color css
<style>
span { border-color: #E62455; }
span { border-color: rgb(230,36,85); }
td.TdClassName
{
border-color: #E62455;
}
.TagClassName
{
border-color: #E62455;
}
</style>