Shades of Amaranth #E9334E
Tints of Amaranth #E9334E
RGB
CMYK
RGB Variations
Color information
#E9334E (or 0xE9334E) is known color: Amaranth. HEX triplet: E9, 33 and 4E. RGB value is (233,51,78). Sum of RGB (Red+Green+Blue) = 233+51+78=362 (47% of max value = 765). Red value is 233 (91.41% from 255 or 64.36% from 362); Green value is 51 (20.31% from 255 or 14.09% from 362); Blue value is 78 (30.86% from 255 or 21.55% from 362); Max value from RGB is 233 - color contains mainly: red. Hex color #E9334E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E9334E is #16CCB1. Grayscale: #6C6C6C. Windows color (decimal): -1494194 or 5125097. OLE color: 5125097.
HSL color Cylindrical-coordinate representation of color #E9334E: hue angle of 351.1º degrees, saturation: 0.81, 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 #E9334E is Cyan = 0, Magento = 0.78, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 51 | 78 | - |
| CMYK | 0 | 0.78 | 0.67 | 0.09 |
| HSL | 351.1º | 0.81% | 0.56% | - |
| HSV(B) | 351.1º | 0.78% | 0.91% | - |
| XYZ | 36.16 | 20.24 | 9.21 | - |
| YUV | 108.5 | 110.8 | 216.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 51 | 78 | 0 | 0.78 | 0.67 | 0.09 | 351.1 | 0.81 | 0.56 |
| Hex | E9 | 33 | 4E | 0 | 4E | 43 | 9 | 15F | 51 | 38 |
| Octal | 351 | 63 | 116 | 0 | 116 | 103 | 11 | 537 | 121 | 70 |
| Binary | 11101001 | 110011 | 1001110 | 0 | 1001110 | 1000011 | 1001 | 101011111 | 1010001 | 111000 |
Color Harmonies of #E9334E
Complementary color
Monochromatic Colors of #E9334E
Black with #E9334E
Text Example
Text Example
White with #E9334E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9334E; }
p { color: rgb(233,51,78); }
H1.HeaderClassName
{
color: #E9334E;
}
.AnyTagClassName
{
color: #E9334E;
}
</style>
background-color css
<style>
a { background-color: #E9334E; }
a { background-color: rgb(233,51,78); }
div.DivClassName
{
background-color: #E9334E;
}
.BgClassName
{
background-color: #E9334E;
}
</style>
border-color css
<style>
span { border-color: #E9334E; }
span { border-color: rgb(233,51,78); }
td.TdClassName
{
border-color: #E9334E;
}
.TagClassName
{
border-color: #E9334E;
}
</style>