Shades of Amaranth #E94348
Tints of Amaranth #E94348
RGB
CMYK
RGB Variations
Color information
#E94348 (or 0xE94348) is known color: Amaranth. HEX triplet: E9, 43 and 48. RGB value is (233,67,72). Sum of RGB (Red+Green+Blue) = 233+67+72=372 (49% of max value = 765). Red value is 233 (91.41% from 255 or 62.63% from 372); Green value is 67 (26.56% from 255 or 18.01% from 372); Blue value is 72 (28.52% from 255 or 19.35% from 372); Max value from RGB is 233 - color contains mainly: red. Hex color #E94348 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E94348 is #16BCB7. Grayscale: #757575. Windows color (decimal): -1490104 or 4735977. OLE color: 4735977.
HSL color Cylindrical-coordinate representation of color #E94348: hue angle of 358.19º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E94348 is Cyan = 0, Magento = 0.71, Yellow = 0.69 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 67 | 72 | - |
| CMYK | 0 | 0.71 | 0.69 | 0.09 |
| HSL | 358.19º | 0.79% | 0.59% | - |
| HSV(B) | 358.19º | 0.71% | 0.91% | - |
| XYZ | 36.78 | 21.81 | 8.4 | - |
| YUV | 117.2 | 102.5 | 210.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 67 | 72 | 0 | 0.71 | 0.69 | 0.09 | 358.19 | 0.79 | 0.59 |
| Hex | E9 | 43 | 48 | 0 | 47 | 45 | 9 | 166 | 4F | 3B |
| Octal | 351 | 103 | 110 | 0 | 107 | 105 | 11 | 546 | 117 | 73 |
| Binary | 11101001 | 1000011 | 1001000 | 0 | 1000111 | 1000101 | 1001 | 101100110 | 1001111 | 111011 |
Color Harmonies of #E94348
Complementary color
Monochromatic Colors of #E94348
Black with #E94348
Text Example
Text Example
White with #E94348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94348; }
p { color: rgb(233,67,72); }
H1.HeaderClassName
{
color: #E94348;
}
.AnyTagClassName
{
color: #E94348;
}
</style>
background-color css
<style>
a { background-color: #E94348; }
a { background-color: rgb(233,67,72); }
div.DivClassName
{
background-color: #E94348;
}
.BgClassName
{
background-color: #E94348;
}
</style>
border-color css
<style>
span { border-color: #E94348; }
span { border-color: rgb(233,67,72); }
td.TdClassName
{
border-color: #E94348;
}
.TagClassName
{
border-color: #E94348;
}
</style>