Shades of Amaranth #E8364B
Tints of Amaranth #E8364B
RGB
CMYK
RGB Variations
Color information
#E8364B (or 0xE8364B) is known color: Amaranth. HEX triplet: E8, 36 and 4B. RGB value is (232,54,75). Sum of RGB (Red+Green+Blue) = 232+54+75=361 (47% of max value = 765). Red value is 232 (91.02% from 255 or 64.27% from 361); Green value is 54 (21.48% from 255 or 14.96% from 361); Blue value is 75 (29.69% from 255 or 20.78% from 361); Max value from RGB is 232 - color contains mainly: red. Hex color #E8364B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E8364B is #17C9B4. Grayscale: #6D6D6D. Windows color (decimal): -1558965 or 4929256. OLE color: 4929256.
HSL color Cylindrical-coordinate representation of color #E8364B: hue angle of 352.92º degrees, saturation: 0.79, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E8364B is Cyan = 0, Magento = 0.77, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 54 | 75 | - |
| CMYK | 0 | 0.77 | 0.68 | 0.09 |
| HSL | 352.92º | 0.79% | 0.56% | - |
| HSV(B) | 352.92º | 0.77% | 0.91% | - |
| XYZ | 35.87 | 20.3 | 8.68 | - |
| YUV | 109.62 | 108.47 | 215.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 54 | 75 | 0 | 0.77 | 0.68 | 0.09 | 352.92 | 0.79 | 0.56 |
| Hex | E8 | 36 | 4B | 0 | 4D | 44 | 9 | 161 | 4F | 38 |
| Octal | 350 | 66 | 113 | 0 | 115 | 104 | 11 | 541 | 117 | 70 |
| Binary | 11101000 | 110110 | 1001011 | 0 | 1001101 | 1000100 | 1001 | 101100001 | 1001111 | 111000 |
Color Harmonies of #E8364B
Complementary color
Monochromatic Colors of #E8364B
Black with #E8364B
Text Example
Text Example
White with #E8364B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8364B; }
p { color: rgb(232,54,75); }
H1.HeaderClassName
{
color: #E8364B;
}
.AnyTagClassName
{
color: #E8364B;
}
</style>
background-color css
<style>
a { background-color: #E8364B; }
a { background-color: rgb(232,54,75); }
div.DivClassName
{
background-color: #E8364B;
}
.BgClassName
{
background-color: #E8364B;
}
</style>
border-color css
<style>
span { border-color: #E8364B; }
span { border-color: rgb(232,54,75); }
td.TdClassName
{
border-color: #E8364B;
}
.TagClassName
{
border-color: #E8364B;
}
</style>