Shades of Amaranth #E32655
Tints of Amaranth #E32655
RGB
CMYK
RGB Variations
Color information
#E32655 (or 0xE32655) is known color: Amaranth. HEX triplet: E3, 26 and 55. RGB value is (227,38,85). Sum of RGB (Red+Green+Blue) = 227+38+85=350 (46% of max value = 765). Red value is 227 (89.06% from 255 or 64.86% from 350); Green value is 38 (15.23% from 255 or 10.86% from 350); Blue value is 85 (33.59% from 255 or 24.29% from 350); Max value from RGB is 227 - color contains mainly: red. Hex color #E32655 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E32655 is #1CD9AA. Grayscale: #636363. Windows color (decimal): -1890731 or 5580515. OLE color: 5580515.
HSL color Cylindrical-coordinate representation of color #E32655: hue angle of 345.08º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E32655 is Cyan = 0, Magento = 0.83, Yellow = 0.63 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 38 | 85 | - |
| CMYK | 0 | 0.83 | 0.63 | 0.11 |
| HSL | 345.08º | 0.77% | 0.52% | - |
| HSV(B) | 345.08º | 0.83% | 0.89% | - |
| XYZ | 34.01 | 18.37 | 10.35 | - |
| YUV | 99.87 | 119.62 | 218.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 38 | 85 | 0 | 0.83 | 0.63 | 0.11 | 345.08 | 0.77 | 0.52 |
| Hex | E3 | 26 | 55 | 0 | 53 | 3F | B | 159 | 4D | 34 |
| Octal | 343 | 46 | 125 | 0 | 123 | 77 | 13 | 531 | 115 | 64 |
| Binary | 11100011 | 100110 | 1010101 | 0 | 1010011 | 111111 | 1011 | 101011001 | 1001101 | 110100 |
Color Harmonies of #E32655
Complementary color
Monochromatic Colors of #E32655
Black with #E32655
Text Example
Text Example
White with #E32655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32655; }
p { color: rgb(227,38,85); }
H1.HeaderClassName
{
color: #E32655;
}
.AnyTagClassName
{
color: #E32655;
}
</style>
background-color css
<style>
a { background-color: #E32655; }
a { background-color: rgb(227,38,85); }
div.DivClassName
{
background-color: #E32655;
}
.BgClassName
{
background-color: #E32655;
}
</style>
border-color css
<style>
span { border-color: #E32655; }
span { border-color: rgb(227,38,85); }
td.TdClassName
{
border-color: #E32655;
}
.TagClassName
{
border-color: #E32655;
}
</style>