Shades of Amaranth #E93444
Tints of Amaranth #E93444
RGB
CMYK
RGB Variations
Color information
#E93444 (or 0xE93444) is known color: Amaranth. HEX triplet: E9, 34 and 44. RGB value is (233,52,68). Sum of RGB (Red+Green+Blue) = 233+52+68=353 (46% of max value = 765). Red value is 233 (91.41% from 255 or 66.01% from 353); Green value is 52 (20.70% from 255 or 14.73% from 353); Blue value is 68 (26.95% from 255 or 19.26% from 353); Max value from RGB is 233 - color contains mainly: red. Hex color #E93444 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E93444 is #16CBBB. Grayscale: #6C6C6C. Windows color (decimal): -1493948 or 4469993. OLE color: 4469993.
HSL color Cylindrical-coordinate representation of color #E93444: hue angle of 354.7º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E93444 is Cyan = 0, Magento = 0.78, Yellow = 0.71 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 52 | 68 | - |
| CMYK | 0 | 0.78 | 0.71 | 0.09 |
| HSL | 354.7º | 0.8% | 0.56% | - |
| HSV(B) | 354.7º | 0.78% | 0.91% | - |
| XYZ | 35.88 | 20.2 | 7.48 | - |
| YUV | 107.94 | 105.47 | 217.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 52 | 68 | 0 | 0.78 | 0.71 | 0.09 | 354.7 | 0.8 | 0.56 |
| Hex | E9 | 34 | 44 | 0 | 4E | 47 | 9 | 163 | 50 | 38 |
| Octal | 351 | 64 | 104 | 0 | 116 | 107 | 11 | 543 | 120 | 70 |
| Binary | 11101001 | 110100 | 1000100 | 0 | 1001110 | 1000111 | 1001 | 101100011 | 1010000 | 111000 |
Color Harmonies of #E93444
Complementary color
Monochromatic Colors of #E93444
Black with #E93444
Text Example
Text Example
White with #E93444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E93444; }
p { color: rgb(233,52,68); }
H1.HeaderClassName
{
color: #E93444;
}
.AnyTagClassName
{
color: #E93444;
}
</style>
background-color css
<style>
a { background-color: #E93444; }
a { background-color: rgb(233,52,68); }
div.DivClassName
{
background-color: #E93444;
}
.BgClassName
{
background-color: #E93444;
}
</style>
border-color css
<style>
span { border-color: #E93444; }
span { border-color: rgb(233,52,68); }
td.TdClassName
{
border-color: #E93444;
}
.TagClassName
{
border-color: #E93444;
}
</style>