Shades of Amaranth #E23850
Tints of Amaranth #E23850
RGB
CMYK
RGB Variations
Color information
#E23850 (or 0xE23850) is known color: Amaranth. HEX triplet: E2, 38 and 50. RGB value is (226,56,80). Sum of RGB (Red+Green+Blue) = 226+56+80=362 (47% of max value = 765). Red value is 226 (88.67% from 255 or 62.43% from 362); Green value is 56 (22.27% from 255 or 15.47% from 362); Blue value is 80 (31.64% from 255 or 22.10% from 362); Max value from RGB is 226 - color contains mainly: red. Hex color #E23850 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E23850 is #1DC7AF. Grayscale: #6D6D6D. Windows color (decimal): -1951664 or 5257442. OLE color: 5257442.
HSL color Cylindrical-coordinate representation of color #E23850: hue angle of 351.53º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E23850 is Cyan = 0, Magento = 0.75, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 56 | 80 | - |
| CMYK | 0 | 0.75 | 0.65 | 0.11 |
| HSL | 351.53º | 0.75% | 0.55% | - |
| HSV(B) | 351.53º | 0.75% | 0.89% | - |
| XYZ | 34.23 | 19.58 | 9.56 | - |
| YUV | 109.57 | 111.32 | 211.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 56 | 80 | 0 | 0.75 | 0.65 | 0.11 | 351.53 | 0.75 | 0.55 |
| Hex | E2 | 38 | 50 | 0 | 4B | 41 | B | 160 | 4B | 37 |
| Octal | 342 | 70 | 120 | 0 | 113 | 101 | 13 | 540 | 113 | 67 |
| Binary | 11100010 | 111000 | 1010000 | 0 | 1001011 | 1000001 | 1011 | 101100000 | 1001011 | 110111 |
Color Harmonies of #E23850
Complementary color
Monochromatic Colors of #E23850
Black with #E23850
Text Example
Text Example
White with #E23850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E23850; }
p { color: rgb(226,56,80); }
H1.HeaderClassName
{
color: #E23850;
}
.AnyTagClassName
{
color: #E23850;
}
</style>
background-color css
<style>
a { background-color: #E23850; }
a { background-color: rgb(226,56,80); }
div.DivClassName
{
background-color: #E23850;
}
.BgClassName
{
background-color: #E23850;
}
</style>
border-color css
<style>
span { border-color: #E23850; }
span { border-color: rgb(226,56,80); }
td.TdClassName
{
border-color: #E23850;
}
.TagClassName
{
border-color: #E23850;
}
</style>