Shades of Amaranth #E0274A
Tints of Amaranth #E0274A
RGB
CMYK
RGB Variations
Color information
#E0274A (or 0xE0274A) is known color: Amaranth. HEX triplet: E0, 27 and 4A. RGB value is (224,39,74). Sum of RGB (Red+Green+Blue) = 224+39+74=337 (44% of max value = 765). Red value is 224 (87.89% from 255 or 66.47% from 337); Green value is 39 (15.62% from 255 or 11.57% from 337); Blue value is 74 (29.30% from 255 or 21.96% from 337); Max value from RGB is 224 - color contains mainly: red. Hex color #E0274A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E0274A is #1FD8B5. Grayscale: #626262. Windows color (decimal): -2087094 or 4859872. OLE color: 4859872.
HSL color Cylindrical-coordinate representation of color #E0274A: hue angle of 348.65º 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 #E0274A is Cyan = 0, Magento = 0.83, Yellow = 0.67 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 39 | 74 | - |
| CMYK | 0 | 0.83 | 0.67 | 0.12 |
| HSL | 348.65º | 0.75% | 0.52% | - |
| HSV(B) | 348.65º | 0.83% | 0.88% | - |
| XYZ | 32.7 | 17.79 | 8.19 | - |
| YUV | 98.31 | 114.29 | 217.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 39 | 74 | 0 | 0.83 | 0.67 | 0.12 | 348.65 | 0.75 | 0.52 |
| Hex | E0 | 27 | 4A | 0 | 53 | 43 | C | 15D | 4B | 34 |
| Octal | 340 | 47 | 112 | 0 | 123 | 103 | 14 | 535 | 113 | 64 |
| Binary | 11100000 | 100111 | 1001010 | 0 | 1010011 | 1000011 | 1100 | 101011101 | 1001011 | 110100 |
Color Harmonies of #E0274A
Complementary color
Monochromatic Colors of #E0274A
Black with #E0274A
Text Example
Text Example
White with #E0274A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0274A; }
p { color: rgb(224,39,74); }
H1.HeaderClassName
{
color: #E0274A;
}
.AnyTagClassName
{
color: #E0274A;
}
</style>
background-color css
<style>
a { background-color: #E0274A; }
a { background-color: rgb(224,39,74); }
div.DivClassName
{
background-color: #E0274A;
}
.BgClassName
{
background-color: #E0274A;
}
</style>
border-color css
<style>
span { border-color: #E0274A; }
span { border-color: rgb(224,39,74); }
td.TdClassName
{
border-color: #E0274A;
}
.TagClassName
{
border-color: #E0274A;
}
</style>