Shades of Amaranth #E94345
Tints of Amaranth #E94345
RGB
CMYK
RGB Variations
Color information
#E94345 (or 0xE94345) is known color: Amaranth. HEX triplet: E9, 43 and 45. RGB value is (233,67,69). Sum of RGB (Red+Green+Blue) = 233+67+69=369 (48% of max value = 765). Red value is 233 (91.41% from 255 or 63.14% from 369); Green value is 67 (26.56% from 255 or 18.16% from 369); Blue value is 69 (27.34% from 255 or 18.70% from 369); Max value from RGB is 233 - color contains mainly: red. Hex color #E94345 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E94345 is #16BCBA. Grayscale: #757575. Windows color (decimal): -1490107 or 4539369. OLE color: 4539369.
HSL color Cylindrical-coordinate representation of color #E94345: hue angle of 359.28º 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 #E94345 is Cyan = 0, Magento = 0.71, Yellow = 0.70 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 67 | 69 | - |
| CMYK | 0 | 0.71 | 0.70 | 0.09 |
| HSL | 359.28º | 0.79% | 0.59% | - |
| HSV(B) | 359.28º | 0.71% | 0.91% | - |
| XYZ | 36.69 | 21.77 | 7.9 | - |
| YUV | 116.86 | 101 | 210.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 67 | 69 | 0 | 0.71 | 0.70 | 0.09 | 359.28 | 0.79 | 0.59 |
| Hex | E9 | 43 | 45 | 0 | 47 | 46 | 9 | 167 | 4F | 3B |
| Octal | 351 | 103 | 105 | 0 | 107 | 106 | 11 | 547 | 117 | 73 |
| Binary | 11101001 | 1000011 | 1000101 | 0 | 1000111 | 1000110 | 1001 | 101100111 | 1001111 | 111011 |
Color Harmonies of #E94345
Complementary color
Monochromatic Colors of #E94345
Black with #E94345
Text Example
Text Example
White with #E94345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94345; }
p { color: rgb(233,67,69); }
H1.HeaderClassName
{
color: #E94345;
}
.AnyTagClassName
{
color: #E94345;
}
</style>
background-color css
<style>
a { background-color: #E94345; }
a { background-color: rgb(233,67,69); }
div.DivClassName
{
background-color: #E94345;
}
.BgClassName
{
background-color: #E94345;
}
</style>
border-color css
<style>
span { border-color: #E94345; }
span { border-color: rgb(233,67,69); }
td.TdClassName
{
border-color: #E94345;
}
.TagClassName
{
border-color: #E94345;
}
</style>