Shades of Amaranth #E0274E
Tints of Amaranth #E0274E
RGB
CMYK
RGB Variations
Color information
#E0274E (or 0xE0274E) is known color: Amaranth. HEX triplet: E0, 27 and 4E. RGB value is (224,39,78). Sum of RGB (Red+Green+Blue) = 224+39+78=341 (45% of max value = 765). Red value is 224 (87.89% from 255 or 65.69% from 341); Green value is 39 (15.62% from 255 or 11.44% from 341); Blue value is 78 (30.86% from 255 or 22.87% from 341); Max value from RGB is 224 - color contains mainly: red. Hex color #E0274E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E0274E is #1FD8B1. Grayscale: #626262. Windows color (decimal): -2087090 or 5122016. OLE color: 5122016.
HSL color Cylindrical-coordinate representation of color #E0274E: hue angle of 347.35º 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 #E0274E is Cyan = 0, Magento = 0.83, Yellow = 0.65 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 39 | 78 | - |
| CMYK | 0 | 0.83 | 0.65 | 0.12 |
| HSL | 347.35º | 0.75% | 0.52% | - |
| HSV(B) | 347.35º | 0.83% | 0.88% | - |
| XYZ | 32.84 | 17.85 | 8.92 | - |
| YUV | 98.76 | 116.29 | 217.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 39 | 78 | 0 | 0.83 | 0.65 | 0.12 | 347.35 | 0.75 | 0.52 |
| Hex | E0 | 27 | 4E | 0 | 53 | 41 | C | 15B | 4B | 34 |
| Octal | 340 | 47 | 116 | 0 | 123 | 101 | 14 | 533 | 113 | 64 |
| Binary | 11100000 | 100111 | 1001110 | 0 | 1010011 | 1000001 | 1100 | 101011011 | 1001011 | 110100 |
Color Harmonies of #E0274E
Complementary color
Monochromatic Colors of #E0274E
Black with #E0274E
Text Example
Text Example
White with #E0274E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0274E; }
p { color: rgb(224,39,78); }
H1.HeaderClassName
{
color: #E0274E;
}
.AnyTagClassName
{
color: #E0274E;
}
</style>
background-color css
<style>
a { background-color: #E0274E; }
a { background-color: rgb(224,39,78); }
div.DivClassName
{
background-color: #E0274E;
}
.BgClassName
{
background-color: #E0274E;
}
</style>
border-color css
<style>
span { border-color: #E0274E; }
span { border-color: rgb(224,39,78); }
td.TdClassName
{
border-color: #E0274E;
}
.TagClassName
{
border-color: #E0274E;
}
</style>