Shades of Amaranth #E93345
Tints of Amaranth #E93345
RGB
CMYK
RGB Variations
Color information
#E93345 (or 0xE93345) is known color: Amaranth. HEX triplet: E9, 33 and 45. RGB value is (233,51,69). Sum of RGB (Red+Green+Blue) = 233+51+69=353 (46% of max value = 765). Red value is 233 (91.41% from 255 or 66.01% from 353); Green value is 51 (20.31% from 255 or 14.45% from 353); Blue value is 69 (27.34% from 255 or 19.55% from 353); Max value from RGB is 233 - color contains mainly: red. Hex color #E93345 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E93345 is #16CCBA. Grayscale: #6B6B6B. Windows color (decimal): -1494203 or 4535273. OLE color: 4535273.
HSL color Cylindrical-coordinate representation of color #E93345: hue angle of 354.07º degrees, saturation: 0.81, 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 #E93345 is Cyan = 0, Magento = 0.78, Yellow = 0.70 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 51 | 69 | - |
| CMYK | 0 | 0.78 | 0.70 | 0.09 |
| HSL | 354.07º | 0.81% | 0.56% | - |
| HSV(B) | 354.07º | 0.78% | 0.91% | - |
| XYZ | 35.86 | 20.12 | 7.62 | - |
| YUV | 107.47 | 106.3 | 217.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 51 | 69 | 0 | 0.78 | 0.70 | 0.09 | 354.07 | 0.81 | 0.56 |
| Hex | E9 | 33 | 45 | 0 | 4E | 46 | 9 | 162 | 51 | 38 |
| Octal | 351 | 63 | 105 | 0 | 116 | 106 | 11 | 542 | 121 | 70 |
| Binary | 11101001 | 110011 | 1000101 | 0 | 1001110 | 1000110 | 1001 | 101100010 | 1010001 | 111000 |
Color Harmonies of #E93345
Complementary color
Monochromatic Colors of #E93345
Black with #E93345
Text Example
Text Example
White with #E93345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E93345; }
p { color: rgb(233,51,69); }
H1.HeaderClassName
{
color: #E93345;
}
.AnyTagClassName
{
color: #E93345;
}
</style>
background-color css
<style>
a { background-color: #E93345; }
a { background-color: rgb(233,51,69); }
div.DivClassName
{
background-color: #E93345;
}
.BgClassName
{
background-color: #E93345;
}
</style>
border-color css
<style>
span { border-color: #E93345; }
span { border-color: rgb(233,51,69); }
td.TdClassName
{
border-color: #E93345;
}
.TagClassName
{
border-color: #E93345;
}
</style>