Shades of Amaranth #E92152
Tints of Amaranth #E92152
RGB
CMYK
RGB Variations
Color information
#E92152 (or 0xE92152) is known color: Amaranth. HEX triplet: E9, 21 and 52. RGB value is (233,33,82). Sum of RGB (Red+Green+Blue) = 233+33+82=348 (46% of max value = 765). Red value is 233 (91.41% from 255 or 66.95% from 348); Green value is 33 (13.28% from 255 or 9.48% from 348); Blue value is 82 (32.42% from 255 or 23.56% from 348); Max value from RGB is 233 - color contains mainly: red. Hex color #E92152 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E92152 is #16DEAD. Grayscale: #626262. Windows color (decimal): -1498798 or 5382633. OLE color: 5382633.
HSL color Cylindrical-coordinate representation of color #E92152: hue angle of 345.3º 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 #E92152 is Cyan = 0, Magento = 0.86, Yellow = 0.65 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 33 | 82 | - |
| CMYK | 0 | 0.86 | 0.65 | 0.09 |
| HSL | 345.3º | 0.82% | 0.52% | - |
| HSV(B) | 345.3º | 0.86% | 0.91% | - |
| XYZ | 35.67 | 19.02 | 9.77 | - |
| YUV | 98.39 | 118.76 | 224.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 33 | 82 | 0 | 0.86 | 0.65 | 0.09 | 345.3 | 0.82 | 0.52 |
| Hex | E9 | 21 | 52 | 0 | 56 | 41 | 9 | 159 | 52 | 34 |
| Octal | 351 | 41 | 122 | 0 | 126 | 101 | 11 | 531 | 122 | 64 |
| Binary | 11101001 | 100001 | 1010010 | 0 | 1010110 | 1000001 | 1001 | 101011001 | 1010010 | 110100 |
Color Harmonies of #E92152
Complementary color
Monochromatic Colors of #E92152
Black with #E92152
Text Example
Text Example
White with #E92152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E92152; }
p { color: rgb(233,33,82); }
H1.HeaderClassName
{
color: #E92152;
}
.AnyTagClassName
{
color: #E92152;
}
</style>
background-color css
<style>
a { background-color: #E92152; }
a { background-color: rgb(233,33,82); }
div.DivClassName
{
background-color: #E92152;
}
.BgClassName
{
background-color: #E92152;
}
</style>
border-color css
<style>
span { border-color: #E92152; }
span { border-color: rgb(233,33,82); }
td.TdClassName
{
border-color: #E92152;
}
.TagClassName
{
border-color: #E92152;
}
</style>