Shades of Amaranth #E3274A
Tints of Amaranth #E3274A
RGB
CMYK
RGB Variations
Color information
#E3274A (or 0xE3274A) is known color: Amaranth. HEX triplet: E3, 27 and 4A. RGB value is (227,39,74). Sum of RGB (Red+Green+Blue) = 227+39+74=340 (45% of max value = 765). Red value is 227 (89.06% from 255 or 66.76% from 340); Green value is 39 (15.62% from 255 or 11.47% from 340); Blue value is 74 (29.30% from 255 or 21.76% from 340); Max value from RGB is 227 - color contains mainly: red. Hex color #E3274A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E3274A is #1CD8B5. Grayscale: #636363. Windows color (decimal): -1890486 or 4859875. OLE color: 4859875.
HSL color Cylindrical-coordinate representation of color #E3274A: hue angle of 348.83º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E3274A is Cyan = 0, Magento = 0.83, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 39 | 74 | - |
| CMYK | 0 | 0.83 | 0.67 | 0.11 |
| HSL | 348.83º | 0.77% | 0.52% | - |
| HSV(B) | 348.83º | 0.83% | 0.89% | - |
| XYZ | 33.64 | 18.28 | 8.23 | - |
| YUV | 99.2 | 113.78 | 219.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 39 | 74 | 0 | 0.83 | 0.67 | 0.11 | 348.83 | 0.77 | 0.52 |
| Hex | E3 | 27 | 4A | 0 | 53 | 43 | B | 15D | 4D | 34 |
| Octal | 343 | 47 | 112 | 0 | 123 | 103 | 13 | 535 | 115 | 64 |
| Binary | 11100011 | 100111 | 1001010 | 0 | 1010011 | 1000011 | 1011 | 101011101 | 1001101 | 110100 |
Color Harmonies of #E3274A
Complementary color
Monochromatic Colors of #E3274A
Black with #E3274A
Text Example
Text Example
White with #E3274A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3274A; }
p { color: rgb(227,39,74); }
H1.HeaderClassName
{
color: #E3274A;
}
.AnyTagClassName
{
color: #E3274A;
}
</style>
background-color css
<style>
a { background-color: #E3274A; }
a { background-color: rgb(227,39,74); }
div.DivClassName
{
background-color: #E3274A;
}
.BgClassName
{
background-color: #E3274A;
}
</style>
border-color css
<style>
span { border-color: #E3274A; }
span { border-color: rgb(227,39,74); }
td.TdClassName
{
border-color: #E3274A;
}
.TagClassName
{
border-color: #E3274A;
}
</style>