Shades of Amaranth #E8204B
Tints of Amaranth #E8204B
RGB
CMYK
RGB Variations
Color information
#E8204B (or 0xE8204B) is known color: Amaranth. HEX triplet: E8, 20 and 4B. RGB value is (232,32,75). Sum of RGB (Red+Green+Blue) = 232+32+75=339 (44% of max value = 765). Red value is 232 (91.02% from 255 or 68.44% from 339); Green value is 32 (12.89% from 255 or 9.44% from 339); Blue value is 75 (29.69% from 255 or 22.12% from 339); Max value from RGB is 232 - color contains mainly: red. Hex color #E8204B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E8204B is #17DFB4. Grayscale: #606060. Windows color (decimal): -1564597 or 4923624. OLE color: 4923624.
HSL color Cylindrical-coordinate representation of color #E8204B: hue angle of 347.1º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E8204B is Cyan = 0, Magento = 0.86, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 32 | 75 | - |
| CMYK | 0 | 0.86 | 0.68 | 0.09 |
| HSL | 347.1º | 0.81% | 0.52% | - |
| HSV(B) | 347.1º | 0.86% | 0.91% | - |
| XYZ | 35.07 | 18.7 | 8.42 | - |
| YUV | 96.7 | 115.76 | 224.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 32 | 75 | 0 | 0.86 | 0.68 | 0.09 | 347.1 | 0.81 | 0.52 |
| Hex | E8 | 20 | 4B | 0 | 56 | 44 | 9 | 15B | 51 | 34 |
| Octal | 350 | 40 | 113 | 0 | 126 | 104 | 11 | 533 | 121 | 64 |
| Binary | 11101000 | 100000 | 1001011 | 0 | 1010110 | 1000100 | 1001 | 101011011 | 1010001 | 110100 |
Color Harmonies of #E8204B
Complementary color
Monochromatic Colors of #E8204B
Black with #E8204B
Text Example
Text Example
White with #E8204B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8204B; }
p { color: rgb(232,32,75); }
H1.HeaderClassName
{
color: #E8204B;
}
.AnyTagClassName
{
color: #E8204B;
}
</style>
background-color css
<style>
a { background-color: #E8204B; }
a { background-color: rgb(232,32,75); }
div.DivClassName
{
background-color: #E8204B;
}
.BgClassName
{
background-color: #E8204B;
}
</style>
border-color css
<style>
span { border-color: #E8204B; }
span { border-color: rgb(232,32,75); }
td.TdClassName
{
border-color: #E8204B;
}
.TagClassName
{
border-color: #E8204B;
}
</style>