Shades of Amaranth #E94357
Tints of Amaranth #E94357
RGB
CMYK
RGB Variations
Color information
#E94357 (or 0xE94357) is known color: Amaranth. HEX triplet: E9, 43 and 57. RGB value is (233,67,87). Sum of RGB (Red+Green+Blue) = 233+67+87=387 (51% of max value = 765). Red value is 233 (91.41% from 255 or 60.21% from 387); Green value is 67 (26.56% from 255 or 17.31% from 387); Blue value is 87 (34.38% from 255 or 22.48% from 387); Max value from RGB is 233 - color contains mainly: red. Hex color #E94357 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E94357 is #16BCA8. Grayscale: #777777. Windows color (decimal): -1490089 or 5719017. OLE color: 5719017.
HSL color Cylindrical-coordinate representation of color #E94357: hue angle of 352.77º 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 #E94357 is Cyan = 0, Magento = 0.71, Yellow = 0.63 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 67 | 87 | - |
| CMYK | 0 | 0.71 | 0.63 | 0.09 |
| HSL | 352.77º | 0.79% | 0.59% | - |
| HSV(B) | 352.77º | 0.71% | 0.91% | - |
| XYZ | 37.33 | 22.03 | 11.3 | - |
| YUV | 118.91 | 110 | 209.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 67 | 87 | 0 | 0.71 | 0.63 | 0.09 | 352.77 | 0.79 | 0.59 |
| Hex | E9 | 43 | 57 | 0 | 47 | 3F | 9 | 161 | 4F | 3B |
| Octal | 351 | 103 | 127 | 0 | 107 | 77 | 11 | 541 | 117 | 73 |
| Binary | 11101001 | 1000011 | 1010111 | 0 | 1000111 | 111111 | 1001 | 101100001 | 1001111 | 111011 |
Color Harmonies of #E94357
Complementary color
Monochromatic Colors of #E94357
Black with #E94357
Text Example
Text Example
White with #E94357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94357; }
p { color: rgb(233,67,87); }
H1.HeaderClassName
{
color: #E94357;
}
.AnyTagClassName
{
color: #E94357;
}
</style>
background-color css
<style>
a { background-color: #E94357; }
a { background-color: rgb(233,67,87); }
div.DivClassName
{
background-color: #E94357;
}
.BgClassName
{
background-color: #E94357;
}
</style>
border-color css
<style>
span { border-color: #E94357; }
span { border-color: rgb(233,67,87); }
td.TdClassName
{
border-color: #E94357;
}
.TagClassName
{
border-color: #E94357;
}
</style>