Shades of Amaranth #E93F4D
Tints of Amaranth #E93F4D
RGB
CMYK
RGB Variations
Color information
#E93F4D (or 0xE93F4D) is known color: Amaranth. HEX triplet: E9, 3F and 4D. RGB value is (233,63,77). Sum of RGB (Red+Green+Blue) = 233+63+77=373 (49% of max value = 765). Red value is 233 (91.41% from 255 or 62.47% from 373); Green value is 63 (25% from 255 or 16.89% from 373); Blue value is 77 (30.47% from 255 or 20.64% from 373); Max value from RGB is 233 - color contains mainly: red. Hex color #E93F4D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E93F4D is #16C0B2. Grayscale: #737373. Windows color (decimal): -1491123 or 5062633. OLE color: 5062633.
HSL color Cylindrical-coordinate representation of color #E93F4D: hue angle of 355.06º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E93F4D is Cyan = 0, Magento = 0.73, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 63 | 77 | - |
| CMYK | 0 | 0.73 | 0.67 | 0.09 |
| HSL | 355.06º | 0.79% | 0.58% | - |
| HSV(B) | 355.06º | 0.73% | 0.91% | - |
| XYZ | 36.72 | 21.41 | 9.22 | - |
| YUV | 115.43 | 106.32 | 211.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 63 | 77 | 0 | 0.73 | 0.67 | 0.09 | 355.06 | 0.79 | 0.58 |
| Hex | E9 | 3F | 4D | 0 | 49 | 43 | 9 | 163 | 4F | 3A |
| Octal | 351 | 77 | 115 | 0 | 111 | 103 | 11 | 543 | 117 | 72 |
| Binary | 11101001 | 111111 | 1001101 | 0 | 1001001 | 1000011 | 1001 | 101100011 | 1001111 | 111010 |
Color Harmonies of #E93F4D
Complementary color
Monochromatic Colors of #E93F4D
Black with #E93F4D
Text Example
Text Example
White with #E93F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E93F4D; }
p { color: rgb(233,63,77); }
H1.HeaderClassName
{
color: #E93F4D;
}
.AnyTagClassName
{
color: #E93F4D;
}
</style>
background-color css
<style>
a { background-color: #E93F4D; }
a { background-color: rgb(233,63,77); }
div.DivClassName
{
background-color: #E93F4D;
}
.BgClassName
{
background-color: #E93F4D;
}
</style>
border-color css
<style>
span { border-color: #E93F4D; }
span { border-color: rgb(233,63,77); }
td.TdClassName
{
border-color: #E93F4D;
}
.TagClassName
{
border-color: #E93F4D;
}
</style>