Shades of Amaranth #E93053
Tints of Amaranth #E93053
RGB
CMYK
RGB Variations
Color information
#E93053 (or 0xE93053) is known color: Amaranth. HEX triplet: E9, 30 and 53. RGB value is (233,48,83). Sum of RGB (Red+Green+Blue) = 233+48+83=364 (48% of max value = 765). Red value is 233 (91.41% from 255 or 64.01% from 364); Green value is 48 (19.14% from 255 or 13.19% from 364); Blue value is 83 (32.81% from 255 or 22.80% from 364); Max value from RGB is 233 - color contains mainly: red. Hex color #E93053 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E93053 is #16CFAC. Grayscale: #6B6B6B. Windows color (decimal): -1494957 or 5452009. OLE color: 5452009.
HSL color Cylindrical-coordinate representation of color #E93053: hue angle of 348.65º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E93053 is Cyan = 0, Magento = 0.79, Yellow = 0.64 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 48 | 83 | - |
| CMYK | 0 | 0.79 | 0.64 | 0.09 |
| HSL | 348.65º | 0.81% | 0.55% | - |
| HSV(B) | 348.65º | 0.79% | 0.91% | - |
| XYZ | 36.22 | 20.06 | 10.15 | - |
| YUV | 107.31 | 114.29 | 217.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 48 | 83 | 0 | 0.79 | 0.64 | 0.09 | 348.65 | 0.81 | 0.55 |
| Hex | E9 | 30 | 53 | 0 | 4F | 40 | 9 | 15D | 51 | 37 |
| Octal | 351 | 60 | 123 | 0 | 117 | 100 | 11 | 535 | 121 | 67 |
| Binary | 11101001 | 110000 | 1010011 | 0 | 1001111 | 1000000 | 1001 | 101011101 | 1010001 | 110111 |
Color Harmonies of #E93053
Complementary color
Monochromatic Colors of #E93053
Black with #E93053
Text Example
Text Example
White with #E93053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E93053; }
p { color: rgb(233,48,83); }
H1.HeaderClassName
{
color: #E93053;
}
.AnyTagClassName
{
color: #E93053;
}
</style>
background-color css
<style>
a { background-color: #E93053; }
a { background-color: rgb(233,48,83); }
div.DivClassName
{
background-color: #E93053;
}
.BgClassName
{
background-color: #E93053;
}
</style>
border-color css
<style>
span { border-color: #E93053; }
span { border-color: rgb(233,48,83); }
td.TdClassName
{
border-color: #E93053;
}
.TagClassName
{
border-color: #E93053;
}
</style>