Shades of Amaranth #E8334B
Tints of Amaranth #E8334B
RGB
CMYK
RGB Variations
Color information
#E8334B (or 0xE8334B) is known color: Amaranth. HEX triplet: E8, 33 and 4B. RGB value is (232,51,75). Sum of RGB (Red+Green+Blue) = 232+51+75=358 (47% of max value = 765). Red value is 232 (91.02% from 255 or 64.80% from 358); Green value is 51 (20.31% from 255 or 14.25% from 358); Blue value is 75 (29.69% from 255 or 20.95% from 358); Max value from RGB is 232 - color contains mainly: red. Hex color #E8334B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E8334B is #17CCB4. Grayscale: #6B6B6B. Windows color (decimal): -1559733 or 4928488. OLE color: 4928488.
HSL color Cylindrical-coordinate representation of color #E8334B: hue angle of 352.04º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E8334B is Cyan = 0, Magento = 0.78, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 51 | 75 | - |
| CMYK | 0 | 0.78 | 0.68 | 0.09 |
| HSL | 352.04º | 0.8% | 0.55% | - |
| HSV(B) | 352.04º | 0.78% | 0.91% | - |
| XYZ | 35.73 | 20.03 | 8.64 | - |
| YUV | 107.86 | 109.47 | 216.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 51 | 75 | 0 | 0.78 | 0.68 | 0.09 | 352.04 | 0.8 | 0.55 |
| Hex | E8 | 33 | 4B | 0 | 4E | 44 | 9 | 160 | 50 | 37 |
| Octal | 350 | 63 | 113 | 0 | 116 | 104 | 11 | 540 | 120 | 67 |
| Binary | 11101000 | 110011 | 1001011 | 0 | 1001110 | 1000100 | 1001 | 101100000 | 1010000 | 110111 |
Color Harmonies of #E8334B
Complementary color
Monochromatic Colors of #E8334B
Black with #E8334B
Text Example
Text Example
White with #E8334B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8334B; }
p { color: rgb(232,51,75); }
H1.HeaderClassName
{
color: #E8334B;
}
.AnyTagClassName
{
color: #E8334B;
}
</style>
background-color css
<style>
a { background-color: #E8334B; }
a { background-color: rgb(232,51,75); }
div.DivClassName
{
background-color: #E8334B;
}
.BgClassName
{
background-color: #E8334B;
}
</style>
border-color css
<style>
span { border-color: #E8334B; }
span { border-color: rgb(232,51,75); }
td.TdClassName
{
border-color: #E8334B;
}
.TagClassName
{
border-color: #E8334B;
}
</style>