Shades of Amaranth #E9365A
Tints of Amaranth #E9365A
RGB
CMYK
RGB Variations
Color information
#E9365A (or 0xE9365A) is known color: Amaranth. HEX triplet: E9, 36 and 5A. RGB value is (233,54,90). Sum of RGB (Red+Green+Blue) = 233+54+90=377 (49% of max value = 765). Red value is 233 (91.41% from 255 or 61.80% from 377); Green value is 54 (21.48% from 255 or 14.32% from 377); Blue value is 90 (35.55% from 255 or 23.87% from 377); Max value from RGB is 233 - color contains mainly: red. Hex color #E9365A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E9365A is #16C9A5. Grayscale: #6F6F6F. Windows color (decimal): -1493414 or 5912297. OLE color: 5912297.
HSL color Cylindrical-coordinate representation of color #E9365A: hue angle of 347.93º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E9365A is Cyan = 0, Magento = 0.77, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 54 | 90 | - |
| CMYK | 0 | 0.77 | 0.61 | 0.09 |
| HSL | 347.93º | 0.8% | 0.56% | - |
| HSV(B) | 347.93º | 0.77% | 0.91% | - |
| XYZ | 36.77 | 20.7 | 11.73 | - |
| YUV | 111.63 | 115.8 | 214.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 54 | 90 | 0 | 0.77 | 0.61 | 0.09 | 347.93 | 0.8 | 0.56 |
| Hex | E9 | 36 | 5A | 0 | 4D | 3D | 9 | 15C | 50 | 38 |
| Octal | 351 | 66 | 132 | 0 | 115 | 75 | 11 | 534 | 120 | 70 |
| Binary | 11101001 | 110110 | 1011010 | 0 | 1001101 | 111101 | 1001 | 101011100 | 1010000 | 111000 |
Color Harmonies of #E9365A
Complementary color
Monochromatic Colors of #E9365A
Black with #E9365A
Text Example
Text Example
White with #E9365A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9365A; }
p { color: rgb(233,54,90); }
H1.HeaderClassName
{
color: #E9365A;
}
.AnyTagClassName
{
color: #E9365A;
}
</style>
background-color css
<style>
a { background-color: #E9365A; }
a { background-color: rgb(233,54,90); }
div.DivClassName
{
background-color: #E9365A;
}
.BgClassName
{
background-color: #E9365A;
}
</style>
border-color css
<style>
span { border-color: #E9365A; }
span { border-color: rgb(233,54,90); }
td.TdClassName
{
border-color: #E9365A;
}
.TagClassName
{
border-color: #E9365A;
}
</style>