Shades of Amaranth #E24253
Tints of Amaranth #E24253
RGB
CMYK
RGB Variations
Color information
#E24253 (or 0xE24253) is known color: Amaranth. HEX triplet: E2, 42 and 53. RGB value is (226,66,83). Sum of RGB (Red+Green+Blue) = 226+66+83=375 (49% of max value = 765). Red value is 226 (88.67% from 255 or 60.27% from 375); Green value is 66 (26.17% from 255 or 17.6% from 375); Blue value is 83 (32.81% from 255 or 22.13% from 375); Max value from RGB is 226 - color contains mainly: red. Hex color #E24253 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E24253 is #1DBDAC. Grayscale: #737373. Windows color (decimal): -1949101 or 5456610. OLE color: 5456610.
HSL color Cylindrical-coordinate representation of color #E24253: hue angle of 353.62º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E24253 is Cyan = 0, Magento = 0.71, Yellow = 0.63 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 66 | 83 | - |
| CMYK | 0 | 0.71 | 0.63 | 0.11 |
| HSL | 353.63º | 0.73% | 0.57% | - |
| HSV(B) | 353.63º | 0.71% | 0.89% | - |
| XYZ | 34.87 | 20.69 | 10.34 | - |
| YUV | 115.78 | 109.51 | 206.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 66 | 83 | 0 | 0.71 | 0.63 | 0.11 | 353.63 | 0.73 | 0.57 |
| Hex | E2 | 42 | 53 | 0 | 47 | 3F | B | 162 | 49 | 39 |
| Octal | 342 | 102 | 123 | 0 | 107 | 77 | 13 | 542 | 111 | 71 |
| Binary | 11100010 | 1000010 | 1010011 | 0 | 1000111 | 111111 | 1011 | 101100010 | 1001001 | 111001 |
Color Harmonies of #E24253
Complementary color
Monochromatic Colors of #E24253
Black with #E24253
Text Example
Text Example
White with #E24253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E24253; }
p { color: rgb(226,66,83); }
H1.HeaderClassName
{
color: #E24253;
}
.AnyTagClassName
{
color: #E24253;
}
</style>
background-color css
<style>
a { background-color: #E24253; }
a { background-color: rgb(226,66,83); }
div.DivClassName
{
background-color: #E24253;
}
.BgClassName
{
background-color: #E24253;
}
</style>
border-color css
<style>
span { border-color: #E24253; }
span { border-color: rgb(226,66,83); }
td.TdClassName
{
border-color: #E24253;
}
.TagClassName
{
border-color: #E24253;
}
</style>