Shades of Amaranth #E9434C
Tints of Amaranth #E9434C
RGB
CMYK
RGB Variations
Color information
#E9434C (or 0xE9434C) is known color: Amaranth. HEX triplet: E9, 43 and 4C. RGB value is (233,67,76). Sum of RGB (Red+Green+Blue) = 233+67+76=376 (49% of max value = 765). Red value is 233 (91.41% from 255 or 61.97% from 376); Green value is 67 (26.56% from 255 or 17.82% from 376); Blue value is 76 (30.08% from 255 or 20.21% from 376); Max value from RGB is 233 - color contains mainly: red. Hex color #E9434C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E9434C is #16BCB3. Grayscale: #757575. Windows color (decimal): -1490100 or 4998121. OLE color: 4998121.
HSL color Cylindrical-coordinate representation of color #E9434C: hue angle of 356.75º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E9434C is Cyan = 0, Magento = 0.71, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 67 | 76 | - |
| CMYK | 0 | 0.71 | 0.67 | 0.09 |
| HSL | 356.75º | 0.79% | 0.59% | - |
| HSV(B) | 356.75º | 0.71% | 0.91% | - |
| XYZ | 36.92 | 21.86 | 9.11 | - |
| YUV | 117.66 | 104.5 | 210.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 67 | 76 | 0 | 0.71 | 0.67 | 0.09 | 356.75 | 0.79 | 0.59 |
| Hex | E9 | 43 | 4C | 0 | 47 | 43 | 9 | 165 | 4F | 3B |
| Octal | 351 | 103 | 114 | 0 | 107 | 103 | 11 | 545 | 117 | 73 |
| Binary | 11101001 | 1000011 | 1001100 | 0 | 1000111 | 1000011 | 1001 | 101100101 | 1001111 | 111011 |
Color Harmonies of #E9434C
Complementary color
Monochromatic Colors of #E9434C
Black with #E9434C
Text Example
Text Example
White with #E9434C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9434C; }
p { color: rgb(233,67,76); }
H1.HeaderClassName
{
color: #E9434C;
}
.AnyTagClassName
{
color: #E9434C;
}
</style>
background-color css
<style>
a { background-color: #E9434C; }
a { background-color: rgb(233,67,76); }
div.DivClassName
{
background-color: #E9434C;
}
.BgClassName
{
background-color: #E9434C;
}
</style>
border-color css
<style>
span { border-color: #E9434C; }
span { border-color: rgb(233,67,76); }
td.TdClassName
{
border-color: #E9434C;
}
.TagClassName
{
border-color: #E9434C;
}
</style>