Shades of Amaranth #E9245B
Tints of Amaranth #E9245B
RGB
CMYK
RGB Variations
Color information
#E9245B (or 0xE9245B) is known color: Amaranth. HEX triplet: E9, 24 and 5B. RGB value is (233,36,91). Sum of RGB (Red+Green+Blue) = 233+36+91=360 (47% of max value = 765). Red value is 233 (91.41% from 255 or 64.72% from 360); Green value is 36 (14.45% from 255 or 10% from 360); Blue value is 91 (35.94% from 255 or 25.28% from 360); Max value from RGB is 233 - color contains mainly: red. Hex color #E9245B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E9245B is #16DBA4. Grayscale: #656565. Windows color (decimal): -1498021 or 5973225. OLE color: 5973225.
HSL color Cylindrical-coordinate representation of color #E9245B: hue angle of 343.25º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E9245B is Cyan = 0, Magento = 0.85, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 36 | 91 | - |
| CMYK | 0 | 0.85 | 0.61 | 0.09 |
| HSL | 343.25º | 0.82% | 0.53% | - |
| HSV(B) | 343.25º | 0.85% | 0.91% | - |
| XYZ | 36.12 | 19.34 | 11.73 | - |
| YUV | 101.17 | 122.27 | 222.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 36 | 91 | 0 | 0.85 | 0.61 | 0.09 | 343.25 | 0.82 | 0.53 |
| Hex | E9 | 24 | 5B | 0 | 55 | 3D | 9 | 157 | 52 | 35 |
| Octal | 351 | 44 | 133 | 0 | 125 | 75 | 11 | 527 | 122 | 65 |
| Binary | 11101001 | 100100 | 1011011 | 0 | 1010101 | 111101 | 1001 | 101010111 | 1010010 | 110101 |
Color Harmonies of #E9245B
Complementary color
Monochromatic Colors of #E9245B
Black with #E9245B
Text Example
Text Example
White with #E9245B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9245B; }
p { color: rgb(233,36,91); }
H1.HeaderClassName
{
color: #E9245B;
}
.AnyTagClassName
{
color: #E9245B;
}
</style>
background-color css
<style>
a { background-color: #E9245B; }
a { background-color: rgb(233,36,91); }
div.DivClassName
{
background-color: #E9245B;
}
.BgClassName
{
background-color: #E9245B;
}
</style>
border-color css
<style>
span { border-color: #E9245B; }
span { border-color: rgb(233,36,91); }
td.TdClassName
{
border-color: #E9245B;
}
.TagClassName
{
border-color: #E9245B;
}
</style>