Shades of Amaranth #E9204C
Tints of Amaranth #E9204C
RGB
CMYK
RGB Variations
Color information
#E9204C (or 0xE9204C) is known color: Amaranth. HEX triplet: E9, 20 and 4C. RGB value is (233,32,76). Sum of RGB (Red+Green+Blue) = 233+32+76=341 (45% of max value = 765). Red value is 233 (91.41% from 255 or 68.33% from 341); Green value is 32 (12.89% from 255 or 9.38% from 341); Blue value is 76 (30.08% from 255 or 22.29% from 341); Max value from RGB is 233 - color contains mainly: red. Hex color #E9204C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E9204C is #16DFB3. Grayscale: #616161. Windows color (decimal): -1499060 or 4989161. OLE color: 4989161.
HSL color Cylindrical-coordinate representation of color #E9204C: hue angle of 346.87º 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 #E9204C is Cyan = 0, Magento = 0.86, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 32 | 76 | - |
| CMYK | 0 | 0.86 | 0.67 | 0.09 |
| HSL | 346.87º | 0.82% | 0.52% | - |
| HSV(B) | 346.87º | 0.86% | 0.91% | - |
| XYZ | 35.43 | 18.88 | 8.61 | - |
| YUV | 97.12 | 116.09 | 224.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 32 | 76 | 0 | 0.86 | 0.67 | 0.09 | 346.87 | 0.82 | 0.52 |
| Hex | E9 | 20 | 4C | 0 | 56 | 43 | 9 | 15B | 52 | 34 |
| Octal | 351 | 40 | 114 | 0 | 126 | 103 | 11 | 533 | 122 | 64 |
| Binary | 11101001 | 100000 | 1001100 | 0 | 1010110 | 1000011 | 1001 | 101011011 | 1010010 | 110100 |
Color Harmonies of #E9204C
Complementary color
Monochromatic Colors of #E9204C
Black with #E9204C
Text Example
Text Example
White with #E9204C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9204C; }
p { color: rgb(233,32,76); }
H1.HeaderClassName
{
color: #E9204C;
}
.AnyTagClassName
{
color: #E9204C;
}
</style>
background-color css
<style>
a { background-color: #E9204C; }
a { background-color: rgb(233,32,76); }
div.DivClassName
{
background-color: #E9204C;
}
.BgClassName
{
background-color: #E9204C;
}
</style>
border-color css
<style>
span { border-color: #E9204C; }
span { border-color: rgb(233,32,76); }
td.TdClassName
{
border-color: #E9204C;
}
.TagClassName
{
border-color: #E9204C;
}
</style>