Shades of Amaranth #E94253
Tints of Amaranth #E94253
RGB
CMYK
RGB Variations
Color information
#E94253 (or 0xE94253) is known color: Amaranth. HEX triplet: E9, 42 and 53. RGB value is (233,66,83). Sum of RGB (Red+Green+Blue) = 233+66+83=382 (50% of max value = 765). Red value is 233 (91.41% from 255 or 60.99% from 382); Green value is 66 (26.17% from 255 or 17.28% from 382); Blue value is 83 (32.81% from 255 or 21.73% from 382); Max value from RGB is 233 - color contains mainly: red. Hex color #E94253 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E94253 is #16BDAC. Grayscale: #757575. Windows color (decimal): -1490349 or 5456617. OLE color: 5456617.
HSL color Cylindrical-coordinate representation of color #E94253: hue angle of 353.89º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E94253 is Cyan = 0, Magento = 0.72, Yellow = 0.64 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 66 | 83 | - |
| CMYK | 0 | 0.72 | 0.64 | 0.09 |
| HSL | 353.89º | 0.79% | 0.59% | - |
| HSV(B) | 353.89º | 0.72% | 0.91% | - |
| XYZ | 37.11 | 21.84 | 10.44 | - |
| YUV | 117.87 | 108.33 | 210.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 66 | 83 | 0 | 0.72 | 0.64 | 0.09 | 353.89 | 0.79 | 0.59 |
| Hex | E9 | 42 | 53 | 0 | 48 | 40 | 9 | 162 | 4F | 3B |
| Octal | 351 | 102 | 123 | 0 | 110 | 100 | 11 | 542 | 117 | 73 |
| Binary | 11101001 | 1000010 | 1010011 | 0 | 1001000 | 1000000 | 1001 | 101100010 | 1001111 | 111011 |
Color Harmonies of #E94253
Complementary color
Monochromatic Colors of #E94253
Black with #E94253
Text Example
Text Example
White with #E94253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94253; }
p { color: rgb(233,66,83); }
H1.HeaderClassName
{
color: #E94253;
}
.AnyTagClassName
{
color: #E94253;
}
</style>
background-color css
<style>
a { background-color: #E94253; }
a { background-color: rgb(233,66,83); }
div.DivClassName
{
background-color: #E94253;
}
.BgClassName
{
background-color: #E94253;
}
</style>
border-color css
<style>
span { border-color: #E94253; }
span { border-color: rgb(233,66,83); }
td.TdClassName
{
border-color: #E94253;
}
.TagClassName
{
border-color: #E94253;
}
</style>