Shades of Amaranth #E13E4A
Tints of Amaranth #E13E4A
RGB
CMYK
RGB Variations
Color information
#E13E4A (or 0xE13E4A) is known color: Amaranth. HEX triplet: E1, 3E and 4A. RGB value is (225,62,74). Sum of RGB (Red+Green+Blue) = 225+62+74=361 (47% of max value = 765). Red value is 225 (88.28% from 255 or 62.33% from 361); Green value is 62 (24.61% from 255 or 17.17% from 361); Blue value is 74 (29.30% from 255 or 20.50% from 361); Max value from RGB is 225 - color contains mainly: red. Hex color #E13E4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E13E4A is #1EC1B5. Grayscale: #707070. Windows color (decimal): -2015670 or 4865761. OLE color: 4865761.
HSL color Cylindrical-coordinate representation of color #E13E4A: hue angle of 355.58º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E13E4A is Cyan = 0, Magento = 0.72, Yellow = 0.67 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 62 | 74 | - |
| CMYK | 0 | 0.72 | 0.67 | 0.12 |
| HSL | 355.58º | 0.73% | 0.56% | - |
| HSV(B) | 355.58º | 0.72% | 0.88% | - |
| XYZ | 34.01 | 19.95 | 8.54 | - |
| YUV | 112.11 | 106.5 | 208.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 62 | 74 | 0 | 0.72 | 0.67 | 0.12 | 355.58 | 0.73 | 0.56 |
| Hex | E1 | 3E | 4A | 0 | 48 | 43 | C | 164 | 49 | 38 |
| Octal | 341 | 76 | 112 | 0 | 110 | 103 | 14 | 544 | 111 | 70 |
| Binary | 11100001 | 111110 | 1001010 | 0 | 1001000 | 1000011 | 1100 | 101100100 | 1001001 | 111000 |
Color Harmonies of #E13E4A
Complementary color
Monochromatic Colors of #E13E4A
Black with #E13E4A
Text Example
Text Example
White with #E13E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E13E4A; }
p { color: rgb(225,62,74); }
H1.HeaderClassName
{
color: #E13E4A;
}
.AnyTagClassName
{
color: #E13E4A;
}
</style>
background-color css
<style>
a { background-color: #E13E4A; }
a { background-color: rgb(225,62,74); }
div.DivClassName
{
background-color: #E13E4A;
}
.BgClassName
{
background-color: #E13E4A;
}
</style>
border-color css
<style>
span { border-color: #E13E4A; }
span { border-color: rgb(225,62,74); }
td.TdClassName
{
border-color: #E13E4A;
}
.TagClassName
{
border-color: #E13E4A;
}
</style>