Shades of Amaranth #E23D53
Tints of Amaranth #E23D53
RGB
CMYK
RGB Variations
Color information
#E23D53 (or 0xE23D53) is known color: Amaranth. HEX triplet: E2, 3D and 53. RGB value is (226,61,83). Sum of RGB (Red+Green+Blue) = 226+61+83=370 (49% of max value = 765). Red value is 226 (88.67% from 255 or 61.08% from 370); Green value is 61 (24.22% from 255 or 16.49% from 370); Blue value is 83 (32.81% from 255 or 22.43% from 370); Max value from RGB is 226 - color contains mainly: red. Hex color #E23D53 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E23D53 is #1DC2AC. Grayscale: #707070. Windows color (decimal): -1950381 or 5455330. OLE color: 5455330.
HSL color Cylindrical-coordinate representation of color #E23D53: hue angle of 352º degrees, saturation: 0.74, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E23D53 is Cyan = 0, Magento = 0.73, Yellow = 0.63 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 61 | 83 | - |
| CMYK | 0 | 0.73 | 0.63 | 0.11 |
| HSL | 352º | 0.74% | 0.56% | - |
| HSV(B) | 352º | 0.73% | 0.89% | - |
| XYZ | 34.59 | 20.13 | 10.25 | - |
| YUV | 112.84 | 111.16 | 208.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 61 | 83 | 0 | 0.73 | 0.63 | 0.11 | 352 | 0.74 | 0.56 |
| Hex | E2 | 3D | 53 | 0 | 49 | 3F | B | 160 | 4A | 38 |
| Octal | 342 | 75 | 123 | 0 | 111 | 77 | 13 | 540 | 112 | 70 |
| Binary | 11100010 | 111101 | 1010011 | 0 | 1001001 | 111111 | 1011 | 101100000 | 1001010 | 111000 |
Color Harmonies of #E23D53
Complementary color
Monochromatic Colors of #E23D53
Black with #E23D53
Text Example
Text Example
White with #E23D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E23D53; }
p { color: rgb(226,61,83); }
H1.HeaderClassName
{
color: #E23D53;
}
.AnyTagClassName
{
color: #E23D53;
}
</style>
background-color css
<style>
a { background-color: #E23D53; }
a { background-color: rgb(226,61,83); }
div.DivClassName
{
background-color: #E23D53;
}
.BgClassName
{
background-color: #E23D53;
}
</style>
border-color css
<style>
span { border-color: #E23D53; }
span { border-color: rgb(226,61,83); }
td.TdClassName
{
border-color: #E23D53;
}
.TagClassName
{
border-color: #E23D53;
}
</style>