Shades of Amaranth #E8335B
Tints of Amaranth #E8335B
RGB
CMYK
RGB Variations
Color information
#E8335B (or 0xE8335B) is known color: Amaranth. HEX triplet: E8, 33 and 5B. RGB value is (232,51,91). Sum of RGB (Red+Green+Blue) = 232+51+91=374 (49% of max value = 765). Red value is 232 (91.02% from 255 or 62.03% from 374); Green value is 51 (20.31% from 255 or 13.64% from 374); Blue value is 91 (35.94% from 255 or 24.33% from 374); Max value from RGB is 232 - color contains mainly: red. Hex color #E8335B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E8335B is #17CCA4. Grayscale: #6D6D6D. Windows color (decimal): -1559717 or 5977064. OLE color: 5977064.
HSL color Cylindrical-coordinate representation of color #E8335B: hue angle of 346.74º 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 #E8335B is Cyan = 0, Magento = 0.78, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 51 | 91 | - |
| CMYK | 0 | 0.78 | 0.61 | 0.09 |
| HSL | 346.74º | 0.8% | 0.55% | - |
| HSV(B) | 346.74º | 0.78% | 0.91% | - |
| XYZ | 36.35 | 20.28 | 11.9 | - |
| YUV | 109.68 | 117.47 | 215.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 51 | 91 | 0 | 0.78 | 0.61 | 0.09 | 346.74 | 0.8 | 0.55 |
| Hex | E8 | 33 | 5B | 0 | 4E | 3D | 9 | 15B | 50 | 37 |
| Octal | 350 | 63 | 133 | 0 | 116 | 75 | 11 | 533 | 120 | 67 |
| Binary | 11101000 | 110011 | 1011011 | 0 | 1001110 | 111101 | 1001 | 101011011 | 1010000 | 110111 |
Color Harmonies of #E8335B
Complementary color
Monochromatic Colors of #E8335B
Black with #E8335B
Text Example
Text Example
White with #E8335B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8335B; }
p { color: rgb(232,51,91); }
H1.HeaderClassName
{
color: #E8335B;
}
.AnyTagClassName
{
color: #E8335B;
}
</style>
background-color css
<style>
a { background-color: #E8335B; }
a { background-color: rgb(232,51,91); }
div.DivClassName
{
background-color: #E8335B;
}
.BgClassName
{
background-color: #E8335B;
}
</style>
border-color css
<style>
span { border-color: #E8335B; }
span { border-color: rgb(232,51,91); }
td.TdClassName
{
border-color: #E8335B;
}
.TagClassName
{
border-color: #E8335B;
}
</style>