Shades of Amaranth #E61B4E
Tints of Amaranth #E61B4E
RGB
CMYK
RGB Variations
Color information
#E61B4E (or 0xE61B4E) is known color: Amaranth. HEX triplet: E6, 1B and 4E. RGB value is (230,27,78). Sum of RGB (Red+Green+Blue) = 230+27+78=335 (44% of max value = 765). Red value is 230 (90.23% from 255 or 68.66% from 335); Green value is 27 (10.94% from 255 or 8.06% from 335); Blue value is 78 (30.86% from 255 or 23.28% from 335); Max value from RGB is 230 - color contains mainly: red. Hex color #E61B4E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E61B4E is #19E4B1. Grayscale: #5D5D5D. Windows color (decimal): -1696946 or 5118950. OLE color: 5118950.
HSL color Cylindrical-coordinate representation of color #E61B4E: hue angle of 344.93º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E61B4E is Cyan = 0, Magento = 0.88, Yellow = 0.66 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 27 | 78 | - |
| CMYK | 0 | 0.88 | 0.66 | 0.10 |
| HSL | 344.93º | 0.8% | 0.5% | - |
| HSV(B) | 344.93º | 0.88% | 0.9% | - |
| XYZ | 34.4 | 18.16 | 8.9 | - |
| YUV | 93.51 | 119.25 | 225.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 27 | 78 | 0 | 0.88 | 0.66 | 0.10 | 344.93 | 0.8 | 0.5 |
| Hex | E6 | 1B | 4E | 0 | 58 | 42 | A | 159 | 50 | 32 |
| Octal | 346 | 33 | 116 | 0 | 130 | 102 | 12 | 531 | 120 | 62 |
| Binary | 11100110 | 11011 | 1001110 | 0 | 1011000 | 1000010 | 1010 | 101011001 | 1010000 | 110010 |
Color Harmonies of #E61B4E
Complementary color
Monochromatic Colors of #E61B4E
Black with #E61B4E
Text Example
Text Example
White with #E61B4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61B4E; }
p { color: rgb(230,27,78); }
H1.HeaderClassName
{
color: #E61B4E;
}
.AnyTagClassName
{
color: #E61B4E;
}
</style>
background-color css
<style>
a { background-color: #E61B4E; }
a { background-color: rgb(230,27,78); }
div.DivClassName
{
background-color: #E61B4E;
}
.BgClassName
{
background-color: #E61B4E;
}
</style>
border-color css
<style>
span { border-color: #E61B4E; }
span { border-color: rgb(230,27,78); }
td.TdClassName
{
border-color: #E61B4E;
}
.TagClassName
{
border-color: #E61B4E;
}
</style>