Shades of Amaranth #E8384B
Tints of Amaranth #E8384B
RGB
CMYK
RGB Variations
Color information
#E8384B (or 0xE8384B) is known color: Amaranth. HEX triplet: E8, 38 and 4B. RGB value is (232,56,75). Sum of RGB (Red+Green+Blue) = 232+56+75=363 (48% of max value = 765). Red value is 232 (91.02% from 255 or 63.91% from 363); Green value is 56 (22.27% from 255 or 15.43% from 363); Blue value is 75 (29.69% from 255 or 20.66% from 363); Max value from RGB is 232 - color contains mainly: red. Hex color #E8384B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E8384B is #17C7B4. Grayscale: #6E6E6E. Windows color (decimal): -1558453 or 4929768. OLE color: 4929768.
HSL color Cylindrical-coordinate representation of color #E8384B: hue angle of 353.52º degrees, saturation: 0.79, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E8384B is Cyan = 0, Magento = 0.76, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 56 | 75 | - |
| CMYK | 0 | 0.76 | 0.68 | 0.09 |
| HSL | 353.52º | 0.79% | 0.56% | - |
| HSV(B) | 353.52º | 0.76% | 0.91% | - |
| XYZ | 35.96 | 20.49 | 8.72 | - |
| YUV | 110.79 | 107.81 | 214.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 56 | 75 | 0 | 0.76 | 0.68 | 0.09 | 353.52 | 0.79 | 0.56 |
| Hex | E8 | 38 | 4B | 0 | 4C | 44 | 9 | 162 | 4F | 38 |
| Octal | 350 | 70 | 113 | 0 | 114 | 104 | 11 | 542 | 117 | 70 |
| Binary | 11101000 | 111000 | 1001011 | 0 | 1001100 | 1000100 | 1001 | 101100010 | 1001111 | 111000 |
Color Harmonies of #E8384B
Complementary color
Monochromatic Colors of #E8384B
Black with #E8384B
Text Example
Text Example
White with #E8384B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8384B; }
p { color: rgb(232,56,75); }
H1.HeaderClassName
{
color: #E8384B;
}
.AnyTagClassName
{
color: #E8384B;
}
</style>
background-color css
<style>
a { background-color: #E8384B; }
a { background-color: rgb(232,56,75); }
div.DivClassName
{
background-color: #E8384B;
}
.BgClassName
{
background-color: #E8384B;
}
</style>
border-color css
<style>
span { border-color: #E8384B; }
span { border-color: rgb(232,56,75); }
td.TdClassName
{
border-color: #E8384B;
}
.TagClassName
{
border-color: #E8384B;
}
</style>