Shades of Amaranth #E92B5C
Tints of Amaranth #E92B5C
RGB
CMYK
RGB Variations
Color information
#E92B5C (or 0xE92B5C) is known color: Amaranth. HEX triplet: E9, 2B and 5C. RGB value is (233,43,92). Sum of RGB (Red+Green+Blue) = 233+43+92=368 (48% of max value = 765). Red value is 233 (91.41% from 255 or 63.32% from 368); Green value is 43 (17.19% from 255 or 11.68% from 368); Blue value is 92 (36.33% from 255 or 25% from 368); Max value from RGB is 233 - color contains mainly: red. Hex color #E92B5C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E92B5C is #16D4A3. Grayscale: #696969. Windows color (decimal): -1496228 or 6040553. OLE color: 6040553.
HSL color Cylindrical-coordinate representation of color #E92B5C: hue angle of 344.53º 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 #E92B5C is Cyan = 0, Magento = 0.82, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 43 | 92 | - |
| CMYK | 0 | 0.82 | 0.61 | 0.09 |
| HSL | 344.53º | 0.81% | 0.54% | - |
| HSV(B) | 344.53º | 0.82% | 0.91% | - |
| XYZ | 36.4 | 19.82 | 12.03 | - |
| YUV | 105.4 | 120.45 | 219.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 43 | 92 | 0 | 0.82 | 0.61 | 0.09 | 344.53 | 0.81 | 0.54 |
| Hex | E9 | 2B | 5C | 0 | 52 | 3D | 9 | 159 | 51 | 36 |
| Octal | 351 | 53 | 134 | 0 | 122 | 75 | 11 | 531 | 121 | 66 |
| Binary | 11101001 | 101011 | 1011100 | 0 | 1010010 | 111101 | 1001 | 101011001 | 1010001 | 110110 |
Color Harmonies of #E92B5C
Complementary color
Monochromatic Colors of #E92B5C
Black with #E92B5C
Text Example
Text Example
White with #E92B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E92B5C; }
p { color: rgb(233,43,92); }
H1.HeaderClassName
{
color: #E92B5C;
}
.AnyTagClassName
{
color: #E92B5C;
}
</style>
background-color css
<style>
a { background-color: #E92B5C; }
a { background-color: rgb(233,43,92); }
div.DivClassName
{
background-color: #E92B5C;
}
.BgClassName
{
background-color: #E92B5C;
}
</style>
border-color css
<style>
span { border-color: #E92B5C; }
span { border-color: rgb(233,43,92); }
td.TdClassName
{
border-color: #E92B5C;
}
.TagClassName
{
border-color: #E92B5C;
}
</style>