Shades of Amaranth #E1334C
Tints of Amaranth #E1334C
RGB
CMYK
RGB Variations
Color information
#E1334C (or 0xE1334C) is known color: Amaranth. HEX triplet: E1, 33 and 4C. RGB value is (225,51,76). Sum of RGB (Red+Green+Blue) = 225+51+76=352 (46% of max value = 765). Red value is 225 (88.28% from 255 or 63.92% from 352); Green value is 51 (20.31% from 255 or 14.49% from 352); Blue value is 76 (30.08% from 255 or 21.59% from 352); Max value from RGB is 225 - color contains mainly: red. Hex color #E1334C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1334C is #1ECCB3. Grayscale: #696969. Windows color (decimal): -2018484 or 4994017. OLE color: 4994017.
HSL color Cylindrical-coordinate representation of color #E1334C: hue angle of 351.38º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E1334C is Cyan = 0, Magento = 0.77, Yellow = 0.66 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 51 | 76 | - |
| CMYK | 0 | 0.77 | 0.66 | 0.12 |
| HSL | 351.38º | 0.74% | 0.54% | - |
| HSV(B) | 351.38º | 0.77% | 0.88% | - |
| XYZ | 33.54 | 18.9 | 8.72 | - |
| YUV | 105.88 | 111.15 | 212.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 51 | 76 | 0 | 0.77 | 0.66 | 0.12 | 351.38 | 0.74 | 0.54 |
| Hex | E1 | 33 | 4C | 0 | 4D | 42 | C | 15F | 4A | 36 |
| Octal | 341 | 63 | 114 | 0 | 115 | 102 | 14 | 537 | 112 | 66 |
| Binary | 11100001 | 110011 | 1001100 | 0 | 1001101 | 1000010 | 1100 | 101011111 | 1001010 | 110110 |
Color Harmonies of #E1334C
Complementary color
Monochromatic Colors of #E1334C
Black with #E1334C
Text Example
Text Example
White with #E1334C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1334C; }
p { color: rgb(225,51,76); }
H1.HeaderClassName
{
color: #E1334C;
}
.AnyTagClassName
{
color: #E1334C;
}
</style>
background-color css
<style>
a { background-color: #E1334C; }
a { background-color: rgb(225,51,76); }
div.DivClassName
{
background-color: #E1334C;
}
.BgClassName
{
background-color: #E1334C;
}
</style>
border-color css
<style>
span { border-color: #E1334C; }
span { border-color: rgb(225,51,76); }
td.TdClassName
{
border-color: #E1334C;
}
.TagClassName
{
border-color: #E1334C;
}
</style>