Shades of Amaranth #E23D55
Tints of Amaranth #E23D55
RGB
CMYK
RGB Variations
Color information
#E23D55 (or 0xE23D55) is known color: Amaranth. HEX triplet: E2, 3D and 55. RGB value is (226,61,85). Sum of RGB (Red+Green+Blue) = 226+61+85=372 (49% of max value = 765). Red value is 226 (88.67% from 255 or 60.75% from 372); Green value is 61 (24.22% from 255 or 16.40% from 372); Blue value is 85 (33.59% from 255 or 22.85% from 372); Max value from RGB is 226 - color contains mainly: red. Hex color #E23D55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E23D55 is #1DC2AA. Grayscale: #717171. Windows color (decimal): -1950379 or 5586402. OLE color: 5586402.
HSL color Cylindrical-coordinate representation of color #E23D55: hue angle of 351.27º 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 #E23D55 is Cyan = 0, Magento = 0.73, Yellow = 0.62 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 61 | 85 | - |
| CMYK | 0 | 0.73 | 0.62 | 0.11 |
| HSL | 351.27º | 0.74% | 0.56% | - |
| HSV(B) | 351.27º | 0.73% | 0.89% | - |
| XYZ | 34.67 | 20.16 | 10.66 | - |
| YUV | 113.07 | 112.16 | 208.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 61 | 85 | 0 | 0.73 | 0.62 | 0.11 | 351.27 | 0.74 | 0.56 |
| Hex | E2 | 3D | 55 | 0 | 49 | 3E | B | 15F | 4A | 38 |
| Octal | 342 | 75 | 125 | 0 | 111 | 76 | 13 | 537 | 112 | 70 |
| Binary | 11100010 | 111101 | 1010101 | 0 | 1001001 | 111110 | 1011 | 101011111 | 1001010 | 111000 |
Color Harmonies of #E23D55
Complementary color
Monochromatic Colors of #E23D55
Black with #E23D55
Text Example
Text Example
White with #E23D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E23D55; }
p { color: rgb(226,61,85); }
H1.HeaderClassName
{
color: #E23D55;
}
.AnyTagClassName
{
color: #E23D55;
}
</style>
background-color css
<style>
a { background-color: #E23D55; }
a { background-color: rgb(226,61,85); }
div.DivClassName
{
background-color: #E23D55;
}
.BgClassName
{
background-color: #E23D55;
}
</style>
border-color css
<style>
span { border-color: #E23D55; }
span { border-color: rgb(226,61,85); }
td.TdClassName
{
border-color: #E23D55;
}
.TagClassName
{
border-color: #E23D55;
}
</style>