Shades of Amaranth #E9344E
Tints of Amaranth #E9344E
RGB
CMYK
RGB Variations
Color information
#E9344E (or 0xE9344E) is known color: Amaranth. HEX triplet: E9, 34 and 4E. RGB value is (233,52,78). Sum of RGB (Red+Green+Blue) = 233+52+78=363 (48% of max value = 765). Red value is 233 (91.41% from 255 or 64.19% from 363); Green value is 52 (20.70% from 255 or 14.33% from 363); Blue value is 78 (30.86% from 255 or 21.49% from 363); Max value from RGB is 233 - color contains mainly: red. Hex color #E9344E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E9344E is #16CBB1. Grayscale: #6D6D6D. Windows color (decimal): -1493938 or 5125353. OLE color: 5125353.
HSL color Cylindrical-coordinate representation of color #E9344E: hue angle of 351.38º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E9344E is Cyan = 0, Magento = 0.78, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 52 | 78 | - |
| CMYK | 0 | 0.78 | 0.67 | 0.09 |
| HSL | 351.38º | 0.8% | 0.56% | - |
| HSV(B) | 351.38º | 0.78% | 0.91% | - |
| XYZ | 36.21 | 20.33 | 9.22 | - |
| YUV | 109.08 | 110.47 | 216.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 52 | 78 | 0 | 0.78 | 0.67 | 0.09 | 351.38 | 0.8 | 0.56 |
| Hex | E9 | 34 | 4E | 0 | 4E | 43 | 9 | 15F | 50 | 38 |
| Octal | 351 | 64 | 116 | 0 | 116 | 103 | 11 | 537 | 120 | 70 |
| Binary | 11101001 | 110100 | 1001110 | 0 | 1001110 | 1000011 | 1001 | 101011111 | 1010000 | 111000 |
Color Harmonies of #E9344E
Complementary color
Monochromatic Colors of #E9344E
Black with #E9344E
Text Example
Text Example
White with #E9344E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9344E; }
p { color: rgb(233,52,78); }
H1.HeaderClassName
{
color: #E9344E;
}
.AnyTagClassName
{
color: #E9344E;
}
</style>
background-color css
<style>
a { background-color: #E9344E; }
a { background-color: rgb(233,52,78); }
div.DivClassName
{
background-color: #E9344E;
}
.BgClassName
{
background-color: #E9344E;
}
</style>
border-color css
<style>
span { border-color: #E9344E; }
span { border-color: rgb(233,52,78); }
td.TdClassName
{
border-color: #E9344E;
}
.TagClassName
{
border-color: #E9344E;
}
</style>