Shades of Amaranth #E2384D
Tints of Amaranth #E2384D
RGB
CMYK
RGB Variations
Color information
#E2384D (or 0xE2384D) is known color: Amaranth. HEX triplet: E2, 38 and 4D. RGB value is (226,56,77). Sum of RGB (Red+Green+Blue) = 226+56+77=359 (47% of max value = 765). Red value is 226 (88.67% from 255 or 62.95% from 359); Green value is 56 (22.27% from 255 or 15.60% from 359); Blue value is 77 (30.47% from 255 or 21.45% from 359); Max value from RGB is 226 - color contains mainly: red. Hex color #E2384D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E2384D is #1DC7B2. Grayscale: #6D6D6D. Windows color (decimal): -1951667 or 5060834. OLE color: 5060834.
HSL color Cylindrical-coordinate representation of color #E2384D: hue angle of 352.59º 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 #E2384D is Cyan = 0, Magento = 0.75, Yellow = 0.66 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 56 | 77 | - |
| CMYK | 0 | 0.75 | 0.66 | 0.11 |
| HSL | 352.59º | 0.75% | 0.55% | - |
| HSV(B) | 352.59º | 0.75% | 0.89% | - |
| XYZ | 34.12 | 19.53 | 8.99 | - |
| YUV | 109.22 | 109.82 | 211.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 56 | 77 | 0 | 0.75 | 0.66 | 0.11 | 352.59 | 0.75 | 0.55 |
| Hex | E2 | 38 | 4D | 0 | 4B | 42 | B | 161 | 4B | 37 |
| Octal | 342 | 70 | 115 | 0 | 113 | 102 | 13 | 541 | 113 | 67 |
| Binary | 11100010 | 111000 | 1001101 | 0 | 1001011 | 1000010 | 1011 | 101100001 | 1001011 | 110111 |
Color Harmonies of #E2384D
Complementary color
Monochromatic Colors of #E2384D
Black with #E2384D
Text Example
Text Example
White with #E2384D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2384D; }
p { color: rgb(226,56,77); }
H1.HeaderClassName
{
color: #E2384D;
}
.AnyTagClassName
{
color: #E2384D;
}
</style>
background-color css
<style>
a { background-color: #E2384D; }
a { background-color: rgb(226,56,77); }
div.DivClassName
{
background-color: #E2384D;
}
.BgClassName
{
background-color: #E2384D;
}
</style>
border-color css
<style>
span { border-color: #E2384D; }
span { border-color: rgb(226,56,77); }
td.TdClassName
{
border-color: #E2384D;
}
.TagClassName
{
border-color: #E2384D;
}
</style>