Shades of Amaranth #E23252
Tints of Amaranth #E23252
RGB
CMYK
RGB Variations
Color information
#E23252 (or 0xE23252) is known color: Amaranth. HEX triplet: E2, 32 and 52. RGB value is (226,50,82). Sum of RGB (Red+Green+Blue) = 226+50+82=358 (47% of max value = 765). Red value is 226 (88.67% from 255 or 63.13% from 358); Green value is 50 (19.92% from 255 or 13.97% from 358); Blue value is 82 (32.42% from 255 or 22.91% from 358); Max value from RGB is 226 - color contains mainly: red. Hex color #E23252 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E23252 is #1DCDAD. Grayscale: #6A6A6A. Windows color (decimal): -1953198 or 5386978. OLE color: 5386978.
HSL color Cylindrical-coordinate representation of color #E23252: hue angle of 349.09º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E23252 is Cyan = 0, Magento = 0.78, Yellow = 0.64 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 50 | 82 | - |
| CMYK | 0 | 0.78 | 0.64 | 0.11 |
| HSL | 349.09º | 0.75% | 0.54% | - |
| HSV(B) | 349.09º | 0.78% | 0.89% | - |
| XYZ | 34.03 | 19.06 | 9.87 | - |
| YUV | 106.27 | 114.31 | 213.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 50 | 82 | 0 | 0.78 | 0.64 | 0.11 | 349.09 | 0.75 | 0.54 |
| Hex | E2 | 32 | 52 | 0 | 4E | 40 | B | 15D | 4B | 36 |
| Octal | 342 | 62 | 122 | 0 | 116 | 100 | 13 | 535 | 113 | 66 |
| Binary | 11100010 | 110010 | 1010010 | 0 | 1001110 | 1000000 | 1011 | 101011101 | 1001011 | 110110 |
Color Harmonies of #E23252
Complementary color
Monochromatic Colors of #E23252
Black with #E23252
Text Example
Text Example
White with #E23252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E23252; }
p { color: rgb(226,50,82); }
H1.HeaderClassName
{
color: #E23252;
}
.AnyTagClassName
{
color: #E23252;
}
</style>
background-color css
<style>
a { background-color: #E23252; }
a { background-color: rgb(226,50,82); }
div.DivClassName
{
background-color: #E23252;
}
.BgClassName
{
background-color: #E23252;
}
</style>
border-color css
<style>
span { border-color: #E23252; }
span { border-color: rgb(226,50,82); }
td.TdClassName
{
border-color: #E23252;
}
.TagClassName
{
border-color: #E23252;
}
</style>