Shades of Amaranth #E92B5B
Tints of Amaranth #E92B5B
RGB
CMYK
RGB Variations
Color information
#E92B5B (or 0xE92B5B) is known color: Amaranth. HEX triplet: E9, 2B and 5B. RGB value is (233,43,91). Sum of RGB (Red+Green+Blue) = 233+43+91=367 (48% of max value = 765). Red value is 233 (91.41% from 255 or 63.49% from 367); Green value is 43 (17.19% from 255 or 11.72% from 367); Blue value is 91 (35.94% from 255 or 24.80% from 367); Max value from RGB is 233 - color contains mainly: red. Hex color #E92B5B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E92B5B is #16D4A4. Grayscale: #696969. Windows color (decimal): -1496229 or 5975017. OLE color: 5975017.
HSL color Cylindrical-coordinate representation of color #E92B5B: hue angle of 344.84º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E92B5B is Cyan = 0, Magento = 0.82, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 43 | 91 | - |
| CMYK | 0 | 0.82 | 0.61 | 0.09 |
| HSL | 344.84º | 0.81% | 0.54% | - |
| HSV(B) | 344.84º | 0.82% | 0.91% | - |
| XYZ | 36.36 | 19.81 | 11.8 | - |
| YUV | 105.28 | 119.95 | 219.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 43 | 91 | 0 | 0.82 | 0.61 | 0.09 | 344.84 | 0.81 | 0.54 |
| Hex | E9 | 2B | 5B | 0 | 52 | 3D | 9 | 159 | 51 | 36 |
| Octal | 351 | 53 | 133 | 0 | 122 | 75 | 11 | 531 | 121 | 66 |
| Binary | 11101001 | 101011 | 1011011 | 0 | 1010010 | 111101 | 1001 | 101011001 | 1010001 | 110110 |
Color Harmonies of #E92B5B
Complementary color
Monochromatic Colors of #E92B5B
Black with #E92B5B
Text Example
Text Example
White with #E92B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E92B5B; }
p { color: rgb(233,43,91); }
H1.HeaderClassName
{
color: #E92B5B;
}
.AnyTagClassName
{
color: #E92B5B;
}
</style>
background-color css
<style>
a { background-color: #E92B5B; }
a { background-color: rgb(233,43,91); }
div.DivClassName
{
background-color: #E92B5B;
}
.BgClassName
{
background-color: #E92B5B;
}
</style>
border-color css
<style>
span { border-color: #E92B5B; }
span { border-color: rgb(233,43,91); }
td.TdClassName
{
border-color: #E92B5B;
}
.TagClassName
{
border-color: #E92B5B;
}
</style>