Shades of Amaranth #E4214C
Tints of Amaranth #E4214C
RGB
CMYK
RGB Variations
Color information
#E4214C (or 0xE4214C) is known color: Amaranth. HEX triplet: E4, 21 and 4C. RGB value is (228,33,76). Sum of RGB (Red+Green+Blue) = 228+33+76=337 (44% of max value = 765). Red value is 228 (89.45% from 255 or 67.66% from 337); Green value is 33 (13.28% from 255 or 9.79% from 337); Blue value is 76 (30.08% from 255 or 22.55% from 337); Max value from RGB is 228 - color contains mainly: red. Hex color #E4214C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E4214C is #1BDEB3. Grayscale: #606060. Windows color (decimal): -1826484 or 4989412. OLE color: 4989412.
HSL color Cylindrical-coordinate representation of color #E4214C: hue angle of 346.77º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E4214C is Cyan = 0, Magento = 0.86, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 33 | 76 | - |
| CMYK | 0 | 0.86 | 0.67 | 0.11 |
| HSL | 346.77º | 0.78% | 0.51% | - |
| HSV(B) | 346.77º | 0.86% | 0.89% | - |
| XYZ | 33.84 | 18.1 | 8.55 | - |
| YUV | 96.21 | 116.6 | 222 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 33 | 76 | 0 | 0.86 | 0.67 | 0.11 | 346.77 | 0.78 | 0.51 |
| Hex | E4 | 21 | 4C | 0 | 56 | 43 | B | 15B | 4E | 33 |
| Octal | 344 | 41 | 114 | 0 | 126 | 103 | 13 | 533 | 116 | 63 |
| Binary | 11100100 | 100001 | 1001100 | 0 | 1010110 | 1000011 | 1011 | 101011011 | 1001110 | 110011 |
Color Harmonies of #E4214C
Complementary color
Monochromatic Colors of #E4214C
Black with #E4214C
Text Example
Text Example
White with #E4214C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4214C; }
p { color: rgb(228,33,76); }
H1.HeaderClassName
{
color: #E4214C;
}
.AnyTagClassName
{
color: #E4214C;
}
</style>
background-color css
<style>
a { background-color: #E4214C; }
a { background-color: rgb(228,33,76); }
div.DivClassName
{
background-color: #E4214C;
}
.BgClassName
{
background-color: #E4214C;
}
</style>
border-color css
<style>
span { border-color: #E4214C; }
span { border-color: rgb(228,33,76); }
td.TdClassName
{
border-color: #E4214C;
}
.TagClassName
{
border-color: #E4214C;
}
</style>