Shades of Amaranth #E93248
Tints of Amaranth #E93248
RGB
CMYK
RGB Variations
Color information
#E93248 (or 0xE93248) is known color: Amaranth. HEX triplet: E9, 32 and 48. RGB value is (233,50,72). Sum of RGB (Red+Green+Blue) = 233+50+72=355 (47% of max value = 765). Red value is 233 (91.41% from 255 or 65.63% from 355); Green value is 50 (19.92% from 255 or 14.08% from 355); Blue value is 72 (28.52% from 255 or 20.28% from 355); Max value from RGB is 233 - color contains mainly: red. Hex color #E93248 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E93248 is #16CDB7. Grayscale: #6B6B6B. Windows color (decimal): -1494456 or 4731625. OLE color: 4731625.
HSL color Cylindrical-coordinate representation of color #E93248: hue angle of 352.79º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E93248 is Cyan = 0, Magento = 0.79, Yellow = 0.69 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 50 | 72 | - |
| CMYK | 0 | 0.79 | 0.69 | 0.09 |
| HSL | 352.79º | 0.81% | 0.55% | - |
| HSV(B) | 352.79º | 0.79% | 0.91% | - |
| XYZ | 35.91 | 20.07 | 8.11 | - |
| YUV | 107.23 | 108.13 | 217.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 50 | 72 | 0 | 0.79 | 0.69 | 0.09 | 352.79 | 0.81 | 0.55 |
| Hex | E9 | 32 | 48 | 0 | 4F | 45 | 9 | 161 | 51 | 37 |
| Octal | 351 | 62 | 110 | 0 | 117 | 105 | 11 | 541 | 121 | 67 |
| Binary | 11101001 | 110010 | 1001000 | 0 | 1001111 | 1000101 | 1001 | 101100001 | 1010001 | 110111 |
Color Harmonies of #E93248
Complementary color
Monochromatic Colors of #E93248
Black with #E93248
Text Example
Text Example
White with #E93248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E93248; }
p { color: rgb(233,50,72); }
H1.HeaderClassName
{
color: #E93248;
}
.AnyTagClassName
{
color: #E93248;
}
</style>
background-color css
<style>
a { background-color: #E93248; }
a { background-color: rgb(233,50,72); }
div.DivClassName
{
background-color: #E93248;
}
.BgClassName
{
background-color: #E93248;
}
</style>
border-color css
<style>
span { border-color: #E93248; }
span { border-color: rgb(233,50,72); }
td.TdClassName
{
border-color: #E93248;
}
.TagClassName
{
border-color: #E93248;
}
</style>