Shades of Amaranth #E9324B
Tints of Amaranth #E9324B
RGB
CMYK
RGB Variations
Color information
#E9324B (or 0xE9324B) is known color: Amaranth. HEX triplet: E9, 32 and 4B. RGB value is (233,50,75). Sum of RGB (Red+Green+Blue) = 233+50+75=358 (47% of max value = 765). Red value is 233 (91.41% from 255 or 65.08% from 358); Green value is 50 (19.92% from 255 or 13.97% from 358); Blue value is 75 (29.69% from 255 or 20.95% from 358); Max value from RGB is 233 - color contains mainly: red. Hex color #E9324B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E9324B is #16CDB4. Grayscale: #6B6B6B. Windows color (decimal): -1494453 or 4928233. OLE color: 4928233.
HSL color Cylindrical-coordinate representation of color #E9324B: hue angle of 351.8º degrees, saturation: 0.81, 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 #E9324B is Cyan = 0, Magento = 0.79, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 50 | 75 | - |
| CMYK | 0 | 0.79 | 0.68 | 0.09 |
| HSL | 351.8º | 0.81% | 0.55% | - |
| HSV(B) | 351.8º | 0.79% | 0.91% | - |
| XYZ | 36.01 | 20.11 | 8.64 | - |
| YUV | 107.57 | 109.63 | 217.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 50 | 75 | 0 | 0.79 | 0.68 | 0.09 | 351.8 | 0.81 | 0.55 |
| Hex | E9 | 32 | 4B | 0 | 4F | 44 | 9 | 160 | 51 | 37 |
| Octal | 351 | 62 | 113 | 0 | 117 | 104 | 11 | 540 | 121 | 67 |
| Binary | 11101001 | 110010 | 1001011 | 0 | 1001111 | 1000100 | 1001 | 101100000 | 1010001 | 110111 |
Color Harmonies of #E9324B
Complementary color
Monochromatic Colors of #E9324B
Black with #E9324B
Text Example
Text Example
White with #E9324B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9324B; }
p { color: rgb(233,50,75); }
H1.HeaderClassName
{
color: #E9324B;
}
.AnyTagClassName
{
color: #E9324B;
}
</style>
background-color css
<style>
a { background-color: #E9324B; }
a { background-color: rgb(233,50,75); }
div.DivClassName
{
background-color: #E9324B;
}
.BgClassName
{
background-color: #E9324B;
}
</style>
border-color css
<style>
span { border-color: #E9324B; }
span { border-color: rgb(233,50,75); }
td.TdClassName
{
border-color: #E9324B;
}
.TagClassName
{
border-color: #E9324B;
}
</style>