Shades of Amaranth #E0314B
Tints of Amaranth #E0314B
RGB
CMYK
RGB Variations
Color information
#E0314B (or 0xE0314B) is known color: Amaranth. HEX triplet: E0, 31 and 4B. RGB value is (224,49,75). Sum of RGB (Red+Green+Blue) = 224+49+75=348 (46% of max value = 765). Red value is 224 (87.89% from 255 or 64.37% from 348); Green value is 49 (19.53% from 255 or 14.08% from 348); Blue value is 75 (29.69% from 255 or 21.55% from 348); Max value from RGB is 224 - color contains mainly: red. Hex color #E0314B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E0314B is #1FCEB4. Grayscale: #686868. Windows color (decimal): -2084533 or 4927968. OLE color: 4927968.
HSL color Cylindrical-coordinate representation of color #E0314B: hue angle of 351.09º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E0314B is Cyan = 0, Magento = 0.78, Yellow = 0.67 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 49 | 75 | - |
| CMYK | 0 | 0.78 | 0.67 | 0.12 |
| HSL | 351.09º | 0.74% | 0.54% | - |
| HSV(B) | 351.09º | 0.78% | 0.88% | - |
| XYZ | 33.11 | 18.55 | 8.49 | - |
| YUV | 104.29 | 111.48 | 213.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 49 | 75 | 0 | 0.78 | 0.67 | 0.12 | 351.09 | 0.74 | 0.54 |
| Hex | E0 | 31 | 4B | 0 | 4E | 43 | C | 15F | 4A | 36 |
| Octal | 340 | 61 | 113 | 0 | 116 | 103 | 14 | 537 | 112 | 66 |
| Binary | 11100000 | 110001 | 1001011 | 0 | 1001110 | 1000011 | 1100 | 101011111 | 1001010 | 110110 |
Color Harmonies of #E0314B
Complementary color
Monochromatic Colors of #E0314B
Black with #E0314B
Text Example
Text Example
White with #E0314B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0314B; }
p { color: rgb(224,49,75); }
H1.HeaderClassName
{
color: #E0314B;
}
.AnyTagClassName
{
color: #E0314B;
}
</style>
background-color css
<style>
a { background-color: #E0314B; }
a { background-color: rgb(224,49,75); }
div.DivClassName
{
background-color: #E0314B;
}
.BgClassName
{
background-color: #E0314B;
}
</style>
border-color css
<style>
span { border-color: #E0314B; }
span { border-color: rgb(224,49,75); }
td.TdClassName
{
border-color: #E0314B;
}
.TagClassName
{
border-color: #E0314B;
}
</style>