Shades of Amaranth #E94053
Tints of Amaranth #E94053
RGB
CMYK
RGB Variations
Color information
#E94053 (or 0xE94053) is known color: Amaranth. HEX triplet: E9, 40 and 53. RGB value is (233,64,83). Sum of RGB (Red+Green+Blue) = 233+64+83=380 (50% of max value = 765). Red value is 233 (91.41% from 255 or 61.32% from 380); Green value is 64 (25.39% from 255 or 16.84% from 380); Blue value is 83 (32.81% from 255 or 21.84% from 380); Max value from RGB is 233 - color contains mainly: red. Hex color #E94053 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E94053 is #16BFAC. Grayscale: #747474. Windows color (decimal): -1490861 or 5456105. OLE color: 5456105.
HSL color Cylindrical-coordinate representation of color #E94053: hue angle of 353.25º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E94053 is Cyan = 0, Magento = 0.73, Yellow = 0.64 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 64 | 83 | - |
| CMYK | 0 | 0.73 | 0.64 | 0.09 |
| HSL | 353.25º | 0.79% | 0.58% | - |
| HSV(B) | 353.25º | 0.73% | 0.91% | - |
| XYZ | 37 | 21.61 | 10.41 | - |
| YUV | 116.7 | 108.99 | 210.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 64 | 83 | 0 | 0.73 | 0.64 | 0.09 | 353.25 | 0.79 | 0.58 |
| Hex | E9 | 40 | 53 | 0 | 49 | 40 | 9 | 161 | 4F | 3A |
| Octal | 351 | 100 | 123 | 0 | 111 | 100 | 11 | 541 | 117 | 72 |
| Binary | 11101001 | 1000000 | 1010011 | 0 | 1001001 | 1000000 | 1001 | 101100001 | 1001111 | 111010 |
Color Harmonies of #E94053
Complementary color
Monochromatic Colors of #E94053
Black with #E94053
Text Example
Text Example
White with #E94053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94053; }
p { color: rgb(233,64,83); }
H1.HeaderClassName
{
color: #E94053;
}
.AnyTagClassName
{
color: #E94053;
}
</style>
background-color css
<style>
a { background-color: #E94053; }
a { background-color: rgb(233,64,83); }
div.DivClassName
{
background-color: #E94053;
}
.BgClassName
{
background-color: #E94053;
}
</style>
border-color css
<style>
span { border-color: #E94053; }
span { border-color: rgb(233,64,83); }
td.TdClassName
{
border-color: #E94053;
}
.TagClassName
{
border-color: #E94053;
}
</style>