Shades of Amaranth #E3364B
Tints of Amaranth #E3364B
RGB
CMYK
RGB Variations
Color information
#E3364B (or 0xE3364B) is known color: Amaranth. HEX triplet: E3, 36 and 4B. RGB value is (227,54,75). Sum of RGB (Red+Green+Blue) = 227+54+75=356 (47% of max value = 765). Red value is 227 (89.06% from 255 or 63.76% from 356); Green value is 54 (21.48% from 255 or 15.17% from 356); Blue value is 75 (29.69% from 255 or 21.07% from 356); Max value from RGB is 227 - color contains mainly: red. Hex color #E3364B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E3364B is #1CC9B4. Grayscale: #6C6C6C. Windows color (decimal): -1886645 or 4929251. OLE color: 4929251.
HSL color Cylindrical-coordinate representation of color #E3364B: hue angle of 352.72º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E3364B is Cyan = 0, Magento = 0.76, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 54 | 75 | - |
| CMYK | 0 | 0.76 | 0.67 | 0.11 |
| HSL | 352.72º | 0.76% | 0.55% | - |
| HSV(B) | 352.72º | 0.76% | 0.89% | - |
| XYZ | 34.27 | 19.48 | 8.61 | - |
| YUV | 108.12 | 109.31 | 212.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 54 | 75 | 0 | 0.76 | 0.67 | 0.11 | 352.72 | 0.76 | 0.55 |
| Hex | E3 | 36 | 4B | 0 | 4C | 43 | B | 161 | 4C | 37 |
| Octal | 343 | 66 | 113 | 0 | 114 | 103 | 13 | 541 | 114 | 67 |
| Binary | 11100011 | 110110 | 1001011 | 0 | 1001100 | 1000011 | 1011 | 101100001 | 1001100 | 110111 |
Color Harmonies of #E3364B
Complementary color
Monochromatic Colors of #E3364B
Black with #E3364B
Text Example
Text Example
White with #E3364B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3364B; }
p { color: rgb(227,54,75); }
H1.HeaderClassName
{
color: #E3364B;
}
.AnyTagClassName
{
color: #E3364B;
}
</style>
background-color css
<style>
a { background-color: #E3364B; }
a { background-color: rgb(227,54,75); }
div.DivClassName
{
background-color: #E3364B;
}
.BgClassName
{
background-color: #E3364B;
}
</style>
border-color css
<style>
span { border-color: #E3364B; }
span { border-color: rgb(227,54,75); }
td.TdClassName
{
border-color: #E3364B;
}
.TagClassName
{
border-color: #E3364B;
}
</style>