Shades of Amaranth #E0264C
Tints of Amaranth #E0264C
RGB
CMYK
RGB Variations
Color information
#E0264C (or 0xE0264C) is known color: Amaranth. HEX triplet: E0, 26 and 4C. RGB value is (224,38,76). Sum of RGB (Red+Green+Blue) = 224+38+76=338 (44% of max value = 765). Red value is 224 (87.89% from 255 or 66.27% from 338); Green value is 38 (15.23% from 255 or 11.24% from 338); Blue value is 76 (30.08% from 255 or 22.49% from 338); Max value from RGB is 224 - color contains mainly: red. Hex color #E0264C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E0264C is #1FD9B3. Grayscale: #616161. Windows color (decimal): -2087348 or 4990688. OLE color: 4990688.
HSL color Cylindrical-coordinate representation of color #E0264C: hue angle of 347.74º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E0264C is Cyan = 0, Magento = 0.83, Yellow = 0.66 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 38 | 76 | - |
| CMYK | 0 | 0.83 | 0.66 | 0.12 |
| HSL | 347.74º | 0.75% | 0.51% | - |
| HSV(B) | 347.74º | 0.83% | 0.88% | - |
| XYZ | 32.74 | 17.76 | 8.54 | - |
| YUV | 97.95 | 115.62 | 217.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 38 | 76 | 0 | 0.83 | 0.66 | 0.12 | 347.74 | 0.75 | 0.51 |
| Hex | E0 | 26 | 4C | 0 | 53 | 42 | C | 15C | 4B | 33 |
| Octal | 340 | 46 | 114 | 0 | 123 | 102 | 14 | 534 | 113 | 63 |
| Binary | 11100000 | 100110 | 1001100 | 0 | 1010011 | 1000010 | 1100 | 101011100 | 1001011 | 110011 |
Color Harmonies of #E0264C
Complementary color
Monochromatic Colors of #E0264C
Black with #E0264C
Text Example
Text Example
White with #E0264C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0264C; }
p { color: rgb(224,38,76); }
H1.HeaderClassName
{
color: #E0264C;
}
.AnyTagClassName
{
color: #E0264C;
}
</style>
background-color css
<style>
a { background-color: #E0264C; }
a { background-color: rgb(224,38,76); }
div.DivClassName
{
background-color: #E0264C;
}
.BgClassName
{
background-color: #E0264C;
}
</style>
border-color css
<style>
span { border-color: #E0264C; }
span { border-color: rgb(224,38,76); }
td.TdClassName
{
border-color: #E0264C;
}
.TagClassName
{
border-color: #E0264C;
}
</style>