Shades of Amaranth #E2384B
Tints of Amaranth #E2384B
RGB
CMYK
RGB Variations
Color information
#E2384B (or 0xE2384B) is known color: Amaranth. HEX triplet: E2, 38 and 4B. RGB value is (226,56,75). Sum of RGB (Red+Green+Blue) = 226+56+75=357 (47% of max value = 765). Red value is 226 (88.67% from 255 or 63.31% from 357); Green value is 56 (22.27% from 255 or 15.69% from 357); Blue value is 75 (29.69% from 255 or 21.01% from 357); Max value from RGB is 226 - color contains mainly: red. Hex color #E2384B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2384B is #1DC7B4. Grayscale: #6D6D6D. Windows color (decimal): -1951669 or 4929762. OLE color: 4929762.
HSL color Cylindrical-coordinate representation of color #E2384B: hue angle of 353.29º 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 #E2384B is Cyan = 0, Magento = 0.75, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 56 | 75 | - |
| CMYK | 0 | 0.75 | 0.67 | 0.11 |
| HSL | 353.29º | 0.75% | 0.55% | - |
| HSV(B) | 353.29º | 0.75% | 0.89% | - |
| XYZ | 34.05 | 19.51 | 8.63 | - |
| YUV | 109 | 108.82 | 211.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 56 | 75 | 0 | 0.75 | 0.67 | 0.11 | 353.29 | 0.75 | 0.55 |
| Hex | E2 | 38 | 4B | 0 | 4B | 43 | B | 161 | 4B | 37 |
| Octal | 342 | 70 | 113 | 0 | 113 | 103 | 13 | 541 | 113 | 67 |
| Binary | 11100010 | 111000 | 1001011 | 0 | 1001011 | 1000011 | 1011 | 101100001 | 1001011 | 110111 |
Color Harmonies of #E2384B
Complementary color
Monochromatic Colors of #E2384B
Black with #E2384B
Text Example
Text Example
White with #E2384B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2384B; }
p { color: rgb(226,56,75); }
H1.HeaderClassName
{
color: #E2384B;
}
.AnyTagClassName
{
color: #E2384B;
}
</style>
background-color css
<style>
a { background-color: #E2384B; }
a { background-color: rgb(226,56,75); }
div.DivClassName
{
background-color: #E2384B;
}
.BgClassName
{
background-color: #E2384B;
}
</style>
border-color css
<style>
span { border-color: #E2384B; }
span { border-color: rgb(226,56,75); }
td.TdClassName
{
border-color: #E2384B;
}
.TagClassName
{
border-color: #E2384B;
}
</style>