Shades of Amaranth #E2384C
Tints of Amaranth #E2384C
RGB
CMYK
RGB Variations
Color information
#E2384C (or 0xE2384C) is known color: Amaranth. HEX triplet: E2, 38 and 4C. RGB value is (226,56,76). Sum of RGB (Red+Green+Blue) = 226+56+76=358 (47% of max value = 765). Red value is 226 (88.67% from 255 or 63.13% from 358); Green value is 56 (22.27% from 255 or 15.64% from 358); Blue value is 76 (30.08% from 255 or 21.23% from 358); Max value from RGB is 226 - color contains mainly: red. Hex color #E2384C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2384C is #1DC7B3. Grayscale: #6D6D6D. Windows color (decimal): -1951668 or 4995298. OLE color: 4995298.
HSL color Cylindrical-coordinate representation of color #E2384C: hue angle of 352.94º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E2384C is Cyan = 0, Magento = 0.75, Yellow = 0.66 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 56 | 76 | - |
| CMYK | 0 | 0.75 | 0.66 | 0.11 |
| HSL | 352.94º | 0.75% | 0.55% | - |
| HSV(B) | 352.94º | 0.75% | 0.89% | - |
| XYZ | 34.08 | 19.52 | 8.81 | - |
| YUV | 109.11 | 109.32 | 211.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 56 | 76 | 0 | 0.75 | 0.66 | 0.11 | 352.94 | 0.75 | 0.55 |
| Hex | E2 | 38 | 4C | 0 | 4B | 42 | B | 161 | 4B | 37 |
| Octal | 342 | 70 | 114 | 0 | 113 | 102 | 13 | 541 | 113 | 67 |
| Binary | 11100010 | 111000 | 1001100 | 0 | 1001011 | 1000010 | 1011 | 101100001 | 1001011 | 110111 |
Color Harmonies of #E2384C
Complementary color
Monochromatic Colors of #E2384C
Black with #E2384C
Text Example
Text Example
White with #E2384C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2384C; }
p { color: rgb(226,56,76); }
H1.HeaderClassName
{
color: #E2384C;
}
.AnyTagClassName
{
color: #E2384C;
}
</style>
background-color css
<style>
a { background-color: #E2384C; }
a { background-color: rgb(226,56,76); }
div.DivClassName
{
background-color: #E2384C;
}
.BgClassName
{
background-color: #E2384C;
}
</style>
border-color css
<style>
span { border-color: #E2384C; }
span { border-color: rgb(226,56,76); }
td.TdClassName
{
border-color: #E2384C;
}
.TagClassName
{
border-color: #E2384C;
}
</style>