Shades of Amaranth #E63355
Tints of Amaranth #E63355
RGB
CMYK
RGB Variations
Color information
#E63355 (or 0xE63355) is known color: Amaranth. HEX triplet: E6, 33 and 55. RGB value is (230,51,85). Sum of RGB (Red+Green+Blue) = 230+51+85=366 (48% of max value = 765). Red value is 230 (90.23% from 255 or 62.84% from 366); Green value is 51 (20.31% from 255 or 13.93% from 366); Blue value is 85 (33.59% from 255 or 23.22% from 366); Max value from RGB is 230 - color contains mainly: red. Hex color #E63355 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E63355 is #19CCAA. Grayscale: #6C6C6C. Windows color (decimal): -1690795 or 5583846. OLE color: 5583846.
HSL color Cylindrical-coordinate representation of color #E63355: hue angle of 348.6º 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 #E63355 is Cyan = 0, Magento = 0.78, Yellow = 0.63 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 51 | 85 | - |
| CMYK | 0 | 0.78 | 0.63 | 0.10 |
| HSL | 348.6º | 0.78% | 0.55% | - |
| HSV(B) | 348.6º | 0.78% | 0.9% | - |
| XYZ | 35.46 | 19.85 | 10.56 | - |
| YUV | 108.4 | 114.8 | 214.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 51 | 85 | 0 | 0.78 | 0.63 | 0.10 | 348.6 | 0.78 | 0.55 |
| Hex | E6 | 33 | 55 | 0 | 4E | 3F | A | 15D | 4E | 37 |
| Octal | 346 | 63 | 125 | 0 | 116 | 77 | 12 | 535 | 116 | 67 |
| Binary | 11100110 | 110011 | 1010101 | 0 | 1001110 | 111111 | 1010 | 101011101 | 1001110 | 110111 |
Color Harmonies of #E63355
Complementary color
Monochromatic Colors of #E63355
Black with #E63355
Text Example
Text Example
White with #E63355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E63355; }
p { color: rgb(230,51,85); }
H1.HeaderClassName
{
color: #E63355;
}
.AnyTagClassName
{
color: #E63355;
}
</style>
background-color css
<style>
a { background-color: #E63355; }
a { background-color: rgb(230,51,85); }
div.DivClassName
{
background-color: #E63355;
}
.BgClassName
{
background-color: #E63355;
}
</style>
border-color css
<style>
span { border-color: #E63355; }
span { border-color: rgb(230,51,85); }
td.TdClassName
{
border-color: #E63355;
}
.TagClassName
{
border-color: #E63355;
}
</style>