Shades of Amaranth #E2384E
Tints of Amaranth #E2384E
RGB
CMYK
RGB Variations
Color information
#E2384E (or 0xE2384E) is known color: Amaranth. HEX triplet: E2, 38 and 4E. RGB value is (226,56,78). Sum of RGB (Red+Green+Blue) = 226+56+78=360 (47% of max value = 765). Red value is 226 (88.67% from 255 or 62.78% from 360); Green value is 56 (22.27% from 255 or 15.56% from 360); Blue value is 78 (30.86% from 255 or 21.67% from 360); Max value from RGB is 226 - color contains mainly: red. Hex color #E2384E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E2384E is #1DC7B1. Grayscale: #6D6D6D. Windows color (decimal): -1951666 or 5126370. OLE color: 5126370.
HSL color Cylindrical-coordinate representation of color #E2384E: hue angle of 352.24º 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 #E2384E is Cyan = 0, Magento = 0.75, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 56 | 78 | - |
| CMYK | 0 | 0.75 | 0.65 | 0.11 |
| HSL | 352.24º | 0.75% | 0.55% | - |
| HSV(B) | 352.24º | 0.75% | 0.89% | - |
| XYZ | 34.15 | 19.55 | 9.18 | - |
| YUV | 109.34 | 110.32 | 211.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 56 | 78 | 0 | 0.75 | 0.65 | 0.11 | 352.24 | 0.75 | 0.55 |
| Hex | E2 | 38 | 4E | 0 | 4B | 41 | B | 160 | 4B | 37 |
| Octal | 342 | 70 | 116 | 0 | 113 | 101 | 13 | 540 | 113 | 67 |
| Binary | 11100010 | 111000 | 1001110 | 0 | 1001011 | 1000001 | 1011 | 101100000 | 1001011 | 110111 |
Color Harmonies of #E2384E
Complementary color
Monochromatic Colors of #E2384E
Black with #E2384E
Text Example
Text Example
White with #E2384E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2384E; }
p { color: rgb(226,56,78); }
H1.HeaderClassName
{
color: #E2384E;
}
.AnyTagClassName
{
color: #E2384E;
}
</style>
background-color css
<style>
a { background-color: #E2384E; }
a { background-color: rgb(226,56,78); }
div.DivClassName
{
background-color: #E2384E;
}
.BgClassName
{
background-color: #E2384E;
}
</style>
border-color css
<style>
span { border-color: #E2384E; }
span { border-color: rgb(226,56,78); }
td.TdClassName
{
border-color: #E2384E;
}
.TagClassName
{
border-color: #E2384E;
}
</style>