Shades of Amaranth #E1384B
Tints of Amaranth #E1384B
RGB
CMYK
RGB Variations
Color information
#E1384B (or 0xE1384B) is known color: Amaranth. HEX triplet: E1, 38 and 4B. RGB value is (225,56,75). Sum of RGB (Red+Green+Blue) = 225+56+75=356 (47% of max value = 765). Red value is 225 (88.28% from 255 or 63.20% from 356); Green value is 56 (22.27% from 255 or 15.73% from 356); Blue value is 75 (29.69% from 255 or 21.07% from 356); Max value from RGB is 225 - color contains mainly: red. Hex color #E1384B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1384B is #1EC7B4. Grayscale: #6C6C6C. Windows color (decimal): -2017205 or 4929761. OLE color: 4929761.
HSL color Cylindrical-coordinate representation of color #E1384B: hue angle of 353.25º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E1384B is Cyan = 0, Magento = 0.75, Yellow = 0.67 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 56 | 75 | - |
| CMYK | 0 | 0.75 | 0.67 | 0.12 |
| HSL | 353.25º | 0.74% | 0.55% | - |
| HSV(B) | 353.25º | 0.75% | 0.88% | - |
| XYZ | 33.74 | 19.34 | 8.61 | - |
| YUV | 108.7 | 108.99 | 210.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 56 | 75 | 0 | 0.75 | 0.67 | 0.12 | 353.25 | 0.74 | 0.55 |
| Hex | E1 | 38 | 4B | 0 | 4B | 43 | C | 161 | 4A | 37 |
| Octal | 341 | 70 | 113 | 0 | 113 | 103 | 14 | 541 | 112 | 67 |
| Binary | 11100001 | 111000 | 1001011 | 0 | 1001011 | 1000011 | 1100 | 101100001 | 1001010 | 110111 |
Color Harmonies of #E1384B
Complementary color
Monochromatic Colors of #E1384B
Black with #E1384B
Text Example
Text Example
White with #E1384B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1384B; }
p { color: rgb(225,56,75); }
H1.HeaderClassName
{
color: #E1384B;
}
.AnyTagClassName
{
color: #E1384B;
}
</style>
background-color css
<style>
a { background-color: #E1384B; }
a { background-color: rgb(225,56,75); }
div.DivClassName
{
background-color: #E1384B;
}
.BgClassName
{
background-color: #E1384B;
}
</style>
border-color css
<style>
span { border-color: #E1384B; }
span { border-color: rgb(225,56,75); }
td.TdClassName
{
border-color: #E1384B;
}
.TagClassName
{
border-color: #E1384B;
}
</style>