Shades of Amaranth #E63256
Tints of Amaranth #E63256
RGB
CMYK
RGB Variations
Color information
#E63256 (or 0xE63256) is known color: Amaranth. HEX triplet: E6, 32 and 56. RGB value is (230,50,86). Sum of RGB (Red+Green+Blue) = 230+50+86=366 (48% of max value = 765). Red value is 230 (90.23% from 255 or 62.84% from 366); Green value is 50 (19.92% from 255 or 13.66% from 366); Blue value is 86 (33.98% from 255 or 23.50% from 366); Max value from RGB is 230 - color contains mainly: red. Hex color #E63256 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E63256 is #19CDA9. Grayscale: #6B6B6B. Windows color (decimal): -1691050 or 5649126. OLE color: 5649126.
HSL color Cylindrical-coordinate representation of color #E63256: hue angle of 348º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E63256 is Cyan = 0, Magento = 0.78, Yellow = 0.63 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 50 | 86 | - |
| CMYK | 0 | 0.78 | 0.63 | 0.10 |
| HSL | 348º | 0.78% | 0.55% | - |
| HSV(B) | 348º | 0.78% | 0.9% | - |
| XYZ | 35.45 | 19.78 | 10.75 | - |
| YUV | 107.92 | 115.63 | 215.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 50 | 86 | 0 | 0.78 | 0.63 | 0.10 | 348 | 0.78 | 0.55 |
| Hex | E6 | 32 | 56 | 0 | 4E | 3F | A | 15C | 4E | 37 |
| Octal | 346 | 62 | 126 | 0 | 116 | 77 | 12 | 534 | 116 | 67 |
| Binary | 11100110 | 110010 | 1010110 | 0 | 1001110 | 111111 | 1010 | 101011100 | 1001110 | 110111 |
Color Harmonies of #E63256
Complementary color
Monochromatic Colors of #E63256
Black with #E63256
Text Example
Text Example
White with #E63256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E63256; }
p { color: rgb(230,50,86); }
H1.HeaderClassName
{
color: #E63256;
}
.AnyTagClassName
{
color: #E63256;
}
</style>
background-color css
<style>
a { background-color: #E63256; }
a { background-color: rgb(230,50,86); }
div.DivClassName
{
background-color: #E63256;
}
.BgClassName
{
background-color: #E63256;
}
</style>
border-color css
<style>
span { border-color: #E63256; }
span { border-color: rgb(230,50,86); }
td.TdClassName
{
border-color: #E63256;
}
.TagClassName
{
border-color: #E63256;
}
</style>