Shades of Amaranth #E92153
Tints of Amaranth #E92153
RGB
CMYK
RGB Variations
Color information
#E92153 (or 0xE92153) is known color: Amaranth. HEX triplet: E9, 21 and 53. RGB value is (233,33,83). Sum of RGB (Red+Green+Blue) = 233+33+83=349 (46% of max value = 765). Red value is 233 (91.41% from 255 or 66.76% from 349); Green value is 33 (13.28% from 255 or 9.46% from 349); Blue value is 83 (32.81% from 255 or 23.78% from 349); Max value from RGB is 233 - color contains mainly: red. Hex color #E92153 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E92153 is #16DEAC. Grayscale: #626262. Windows color (decimal): -1498797 or 5448169. OLE color: 5448169.
HSL color Cylindrical-coordinate representation of color #E92153: hue angle of 345º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E92153 is Cyan = 0, Magento = 0.86, Yellow = 0.64 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 33 | 83 | - |
| CMYK | 0 | 0.86 | 0.64 | 0.09 |
| HSL | 345º | 0.82% | 0.52% | - |
| HSV(B) | 345º | 0.86% | 0.91% | - |
| XYZ | 35.71 | 19.04 | 9.98 | - |
| YUV | 98.5 | 119.26 | 223.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 33 | 83 | 0 | 0.86 | 0.64 | 0.09 | 345 | 0.82 | 0.52 |
| Hex | E9 | 21 | 53 | 0 | 56 | 40 | 9 | 159 | 52 | 34 |
| Octal | 351 | 41 | 123 | 0 | 126 | 100 | 11 | 531 | 122 | 64 |
| Binary | 11101001 | 100001 | 1010011 | 0 | 1010110 | 1000000 | 1001 | 101011001 | 1010010 | 110100 |
Color Harmonies of #E92153
Complementary color
Monochromatic Colors of #E92153
Black with #E92153
Text Example
Text Example
White with #E92153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E92153; }
p { color: rgb(233,33,83); }
H1.HeaderClassName
{
color: #E92153;
}
.AnyTagClassName
{
color: #E92153;
}
</style>
background-color css
<style>
a { background-color: #E92153; }
a { background-color: rgb(233,33,83); }
div.DivClassName
{
background-color: #E92153;
}
.BgClassName
{
background-color: #E92153;
}
</style>
border-color css
<style>
span { border-color: #E92153; }
span { border-color: rgb(233,33,83); }
td.TdClassName
{
border-color: #E92153;
}
.TagClassName
{
border-color: #E92153;
}
</style>