Shades of Amaranth #E93D4B
Tints of Amaranth #E93D4B
RGB
CMYK
RGB Variations
Color information
#E93D4B (or 0xE93D4B) is known color: Amaranth. HEX triplet: E9, 3D and 4B. RGB value is (233,61,75). Sum of RGB (Red+Green+Blue) = 233+61+75=369 (48% of max value = 765). Red value is 233 (91.41% from 255 or 63.14% from 369); Green value is 61 (24.22% from 255 or 16.53% from 369); Blue value is 75 (29.69% from 255 or 20.33% from 369); Max value from RGB is 233 - color contains mainly: red. Hex color #E93D4B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E93D4B is #16C2B4. Grayscale: #727272. Windows color (decimal): -1491637 or 4931049. OLE color: 4931049.
HSL color Cylindrical-coordinate representation of color #E93D4B: hue angle of 355.12º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E93D4B is Cyan = 0, Magento = 0.74, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 61 | 75 | - |
| CMYK | 0 | 0.74 | 0.68 | 0.09 |
| HSL | 355.12º | 0.8% | 0.58% | - |
| HSV(B) | 355.12º | 0.74% | 0.91% | - |
| XYZ | 36.54 | 21.17 | 8.82 | - |
| YUV | 114.02 | 105.98 | 212.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 61 | 75 | 0 | 0.74 | 0.68 | 0.09 | 355.12 | 0.8 | 0.58 |
| Hex | E9 | 3D | 4B | 0 | 4A | 44 | 9 | 163 | 50 | 3A |
| Octal | 351 | 75 | 113 | 0 | 112 | 104 | 11 | 543 | 120 | 72 |
| Binary | 11101001 | 111101 | 1001011 | 0 | 1001010 | 1000100 | 1001 | 101100011 | 1010000 | 111010 |
Color Harmonies of #E93D4B
Complementary color
Monochromatic Colors of #E93D4B
Black with #E93D4B
Text Example
Text Example
White with #E93D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E93D4B; }
p { color: rgb(233,61,75); }
H1.HeaderClassName
{
color: #E93D4B;
}
.AnyTagClassName
{
color: #E93D4B;
}
</style>
background-color css
<style>
a { background-color: #E93D4B; }
a { background-color: rgb(233,61,75); }
div.DivClassName
{
background-color: #E93D4B;
}
.BgClassName
{
background-color: #E93D4B;
}
</style>
border-color css
<style>
span { border-color: #E93D4B; }
span { border-color: rgb(233,61,75); }
td.TdClassName
{
border-color: #E93D4B;
}
.TagClassName
{
border-color: #E93D4B;
}
</style>