Shades of Amaranth #E8305B
Tints of Amaranth #E8305B
RGB
CMYK
RGB Variations
Color information
#E8305B (or 0xE8305B) is known color: Amaranth. HEX triplet: E8, 30 and 5B. RGB value is (232,48,91). Sum of RGB (Red+Green+Blue) = 232+48+91=371 (49% of max value = 765). Red value is 232 (91.02% from 255 or 62.53% from 371); Green value is 48 (19.14% from 255 or 12.94% from 371); Blue value is 91 (35.94% from 255 or 24.53% from 371); Max value from RGB is 232 - color contains mainly: red. Hex color #E8305B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E8305B is #17CFA4. Grayscale: #6B6B6B. Windows color (decimal): -1560485 or 5976296. OLE color: 5976296.
HSL color Cylindrical-coordinate representation of color #E8305B: hue angle of 345.98º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E8305B is Cyan = 0, Magento = 0.79, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 48 | 91 | - |
| CMYK | 0 | 0.79 | 0.61 | 0.09 |
| HSL | 345.98º | 0.8% | 0.55% | - |
| HSV(B) | 345.98º | 0.79% | 0.91% | - |
| XYZ | 36.22 | 20.03 | 11.85 | - |
| YUV | 107.92 | 118.46 | 216.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 48 | 91 | 0 | 0.79 | 0.61 | 0.09 | 345.98 | 0.8 | 0.55 |
| Hex | E8 | 30 | 5B | 0 | 4F | 3D | 9 | 15A | 50 | 37 |
| Octal | 350 | 60 | 133 | 0 | 117 | 75 | 11 | 532 | 120 | 67 |
| Binary | 11101000 | 110000 | 1011011 | 0 | 1001111 | 111101 | 1001 | 101011010 | 1010000 | 110111 |
Color Harmonies of #E8305B
Complementary color
Monochromatic Colors of #E8305B
Black with #E8305B
Text Example
Text Example
White with #E8305B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8305B; }
p { color: rgb(232,48,91); }
H1.HeaderClassName
{
color: #E8305B;
}
.AnyTagClassName
{
color: #E8305B;
}
</style>
background-color css
<style>
a { background-color: #E8305B; }
a { background-color: rgb(232,48,91); }
div.DivClassName
{
background-color: #E8305B;
}
.BgClassName
{
background-color: #E8305B;
}
</style>
border-color css
<style>
span { border-color: #E8305B; }
span { border-color: rgb(232,48,91); }
td.TdClassName
{
border-color: #E8305B;
}
.TagClassName
{
border-color: #E8305B;
}
</style>