Shades of Amaranth #E92D5C
Tints of Amaranth #E92D5C
RGB
CMYK
RGB Variations
Color information
#E92D5C (or 0xE92D5C) is known color: Amaranth. HEX triplet: E9, 2D and 5C. RGB value is (233,45,92). Sum of RGB (Red+Green+Blue) = 233+45+92=370 (49% of max value = 765). Red value is 233 (91.41% from 255 or 62.97% from 370); Green value is 45 (17.97% from 255 or 12.16% from 370); Blue value is 92 (36.33% from 255 or 24.86% from 370); Max value from RGB is 233 - color contains mainly: red. Hex color #E92D5C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E92D5C is #16D2A3. Grayscale: #6A6A6A. Windows color (decimal): -1495716 or 6041065. OLE color: 6041065.
HSL color Cylindrical-coordinate representation of color #E92D5C: hue angle of 345º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E92D5C is Cyan = 0, Magento = 0.81, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 45 | 92 | - |
| CMYK | 0 | 0.81 | 0.61 | 0.09 |
| HSL | 345º | 0.81% | 0.55% | - |
| HSV(B) | 345º | 0.81% | 0.91% | - |
| XYZ | 36.47 | 19.97 | 12.06 | - |
| YUV | 106.57 | 119.78 | 218.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 45 | 92 | 0 | 0.81 | 0.61 | 0.09 | 345 | 0.81 | 0.55 |
| Hex | E9 | 2D | 5C | 0 | 51 | 3D | 9 | 159 | 51 | 37 |
| Octal | 351 | 55 | 134 | 0 | 121 | 75 | 11 | 531 | 121 | 67 |
| Binary | 11101001 | 101101 | 1011100 | 0 | 1010001 | 111101 | 1001 | 101011001 | 1010001 | 110111 |
Color Harmonies of #E92D5C
Complementary color
Monochromatic Colors of #E92D5C
Black with #E92D5C
Text Example
Text Example
White with #E92D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E92D5C; }
p { color: rgb(233,45,92); }
H1.HeaderClassName
{
color: #E92D5C;
}
.AnyTagClassName
{
color: #E92D5C;
}
</style>
background-color css
<style>
a { background-color: #E92D5C; }
a { background-color: rgb(233,45,92); }
div.DivClassName
{
background-color: #E92D5C;
}
.BgClassName
{
background-color: #E92D5C;
}
</style>
border-color css
<style>
span { border-color: #E92D5C; }
span { border-color: rgb(233,45,92); }
td.TdClassName
{
border-color: #E92D5C;
}
.TagClassName
{
border-color: #E92D5C;
}
</style>