Shades of Amaranth #E0274C
Tints of Amaranth #E0274C
RGB
CMYK
RGB Variations
Color information
#E0274C (or 0xE0274C) is known color: Amaranth. HEX triplet: E0, 27 and 4C. RGB value is (224,39,76). Sum of RGB (Red+Green+Blue) = 224+39+76=339 (44% of max value = 765). Red value is 224 (87.89% from 255 or 66.08% from 339); Green value is 39 (15.62% from 255 or 11.50% from 339); Blue value is 76 (30.08% from 255 or 22.42% from 339); Max value from RGB is 224 - color contains mainly: red. Hex color #E0274C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E0274C is #1FD8B3. Grayscale: #626262. Windows color (decimal): -2087092 or 4990944. OLE color: 4990944.
HSL color Cylindrical-coordinate representation of color #E0274C: hue angle of 348º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E0274C is Cyan = 0, Magento = 0.83, Yellow = 0.66 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 39 | 76 | - |
| CMYK | 0 | 0.83 | 0.66 | 0.12 |
| HSL | 348º | 0.75% | 0.52% | - |
| HSV(B) | 348º | 0.83% | 0.88% | - |
| XYZ | 32.77 | 17.82 | 8.55 | - |
| YUV | 98.53 | 115.29 | 217.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 39 | 76 | 0 | 0.83 | 0.66 | 0.12 | 348 | 0.75 | 0.52 |
| Hex | E0 | 27 | 4C | 0 | 53 | 42 | C | 15C | 4B | 34 |
| Octal | 340 | 47 | 114 | 0 | 123 | 102 | 14 | 534 | 113 | 64 |
| Binary | 11100000 | 100111 | 1001100 | 0 | 1010011 | 1000010 | 1100 | 101011100 | 1001011 | 110100 |
Color Harmonies of #E0274C
Complementary color
Monochromatic Colors of #E0274C
Black with #E0274C
Text Example
Text Example
White with #E0274C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0274C; }
p { color: rgb(224,39,76); }
H1.HeaderClassName
{
color: #E0274C;
}
.AnyTagClassName
{
color: #E0274C;
}
</style>
background-color css
<style>
a { background-color: #E0274C; }
a { background-color: rgb(224,39,76); }
div.DivClassName
{
background-color: #E0274C;
}
.BgClassName
{
background-color: #E0274C;
}
</style>
border-color css
<style>
span { border-color: #E0274C; }
span { border-color: rgb(224,39,76); }
td.TdClassName
{
border-color: #E0274C;
}
.TagClassName
{
border-color: #E0274C;
}
</style>