Shades of Amaranth #E81E4B
Tints of Amaranth #E81E4B
RGB
CMYK
RGB Variations
Color information
#E81E4B (or 0xE81E4B) is known color: Amaranth. HEX triplet: E8, 1E and 4B. RGB value is (232,30,75). Sum of RGB (Red+Green+Blue) = 232+30+75=337 (44% of max value = 765). Red value is 232 (91.02% from 255 or 68.84% from 337); Green value is 30 (12.11% from 255 or 8.90% from 337); Blue value is 75 (29.69% from 255 or 22.26% from 337); Max value from RGB is 232 - color contains mainly: red. Hex color #E81E4B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E81E4B is #17E1B4. Grayscale: #5F5F5F. Windows color (decimal): -1565109 or 4923112. OLE color: 4923112.
HSL color Cylindrical-coordinate representation of color #E81E4B: hue angle of 346.63º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E81E4B is Cyan = 0, Magento = 0.87, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 30 | 75 | - |
| CMYK | 0 | 0.87 | 0.68 | 0.09 |
| HSL | 346.63º | 0.81% | 0.51% | - |
| HSV(B) | 346.63º | 0.87% | 0.91% | - |
| XYZ | 35.01 | 18.59 | 8.4 | - |
| YUV | 95.53 | 116.42 | 225.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 30 | 75 | 0 | 0.87 | 0.68 | 0.09 | 346.63 | 0.81 | 0.51 |
| Hex | E8 | 1E | 4B | 0 | 57 | 44 | 9 | 15B | 51 | 33 |
| Octal | 350 | 36 | 113 | 0 | 127 | 104 | 11 | 533 | 121 | 63 |
| Binary | 11101000 | 11110 | 1001011 | 0 | 1010111 | 1000100 | 1001 | 101011011 | 1010001 | 110011 |
Color Harmonies of #E81E4B
Complementary color
Monochromatic Colors of #E81E4B
Black with #E81E4B
Text Example
Text Example
White with #E81E4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81E4B; }
p { color: rgb(232,30,75); }
H1.HeaderClassName
{
color: #E81E4B;
}
.AnyTagClassName
{
color: #E81E4B;
}
</style>
background-color css
<style>
a { background-color: #E81E4B; }
a { background-color: rgb(232,30,75); }
div.DivClassName
{
background-color: #E81E4B;
}
.BgClassName
{
background-color: #E81E4B;
}
</style>
border-color css
<style>
span { border-color: #E81E4B; }
span { border-color: rgb(232,30,75); }
td.TdClassName
{
border-color: #E81E4B;
}
.TagClassName
{
border-color: #E81E4B;
}
</style>