Shades of Amaranth #E92F55
Tints of Amaranth #E92F55
RGB
CMYK
RGB Variations
Color information
#E92F55 (or 0xE92F55) is known color: Amaranth. HEX triplet: E9, 2F and 55. RGB value is (233,47,85). Sum of RGB (Red+Green+Blue) = 233+47+85=365 (48% of max value = 765). Red value is 233 (91.41% from 255 or 63.84% from 365); Green value is 47 (18.75% from 255 or 12.88% from 365); Blue value is 85 (33.59% from 255 or 23.29% from 365); Max value from RGB is 233 - color contains mainly: red. Hex color #E92F55 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E92F55 is #16D0AA. Grayscale: #6A6A6A. Windows color (decimal): -1495211 or 5582825. OLE color: 5582825.
HSL color Cylindrical-coordinate representation of color #E92F55: hue angle of 347.74º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E92F55 is Cyan = 0, Magento = 0.80, Yellow = 0.64 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 47 | 85 | - |
| CMYK | 0 | 0.80 | 0.64 | 0.09 |
| HSL | 347.74º | 0.81% | 0.55% | - |
| HSV(B) | 347.74º | 0.8% | 0.91% | - |
| XYZ | 36.26 | 20.01 | 10.55 | - |
| YUV | 106.95 | 115.62 | 217.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 47 | 85 | 0 | 0.80 | 0.64 | 0.09 | 347.74 | 0.81 | 0.55 |
| Hex | E9 | 2F | 55 | 0 | 50 | 40 | 9 | 15C | 51 | 37 |
| Octal | 351 | 57 | 125 | 0 | 120 | 100 | 11 | 534 | 121 | 67 |
| Binary | 11101001 | 101111 | 1010101 | 0 | 1010000 | 1000000 | 1001 | 101011100 | 1010001 | 110111 |
Color Harmonies of #E92F55
Complementary color
Monochromatic Colors of #E92F55
Black with #E92F55
Text Example
Text Example
White with #E92F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E92F55; }
p { color: rgb(233,47,85); }
H1.HeaderClassName
{
color: #E92F55;
}
.AnyTagClassName
{
color: #E92F55;
}
</style>
background-color css
<style>
a { background-color: #E92F55; }
a { background-color: rgb(233,47,85); }
div.DivClassName
{
background-color: #E92F55;
}
.BgClassName
{
background-color: #E92F55;
}
</style>
border-color css
<style>
span { border-color: #E92F55; }
span { border-color: rgb(233,47,85); }
td.TdClassName
{
border-color: #E92F55;
}
.TagClassName
{
border-color: #E92F55;
}
</style>