Shades of Amaranth #E23D4C
Tints of Amaranth #E23D4C
RGB
CMYK
RGB Variations
Color information
#E23D4C (or 0xE23D4C) is known color: Amaranth. HEX triplet: E2, 3D and 4C. RGB value is (226,61,76). Sum of RGB (Red+Green+Blue) = 226+61+76=363 (48% of max value = 765). Red value is 226 (88.67% from 255 or 62.26% from 363); Green value is 61 (24.22% from 255 or 16.80% from 363); Blue value is 76 (30.08% from 255 or 20.94% from 363); Max value from RGB is 226 - color contains mainly: red. Hex color #E23D4C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E23D4C is #1DC2B3. Grayscale: #707070. Windows color (decimal): -1950388 or 4996578. OLE color: 4996578.
HSL color Cylindrical-coordinate representation of color #E23D4C: hue angle of 354.55º 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 #E23D4C is Cyan = 0, Magento = 0.73, Yellow = 0.66 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 61 | 76 | - |
| CMYK | 0 | 0.73 | 0.66 | 0.11 |
| HSL | 354.55º | 0.74% | 0.56% | - |
| HSV(B) | 354.55º | 0.73% | 0.89% | - |
| XYZ | 34.34 | 20.03 | 8.89 | - |
| YUV | 112.05 | 107.66 | 209.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 61 | 76 | 0 | 0.73 | 0.66 | 0.11 | 354.55 | 0.74 | 0.56 |
| Hex | E2 | 3D | 4C | 0 | 49 | 42 | B | 163 | 4A | 38 |
| Octal | 342 | 75 | 114 | 0 | 111 | 102 | 13 | 543 | 112 | 70 |
| Binary | 11100010 | 111101 | 1001100 | 0 | 1001001 | 1000010 | 1011 | 101100011 | 1001010 | 111000 |
Color Harmonies of #E23D4C
Complementary color
Monochromatic Colors of #E23D4C
Black with #E23D4C
Text Example
Text Example
White with #E23D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E23D4C; }
p { color: rgb(226,61,76); }
H1.HeaderClassName
{
color: #E23D4C;
}
.AnyTagClassName
{
color: #E23D4C;
}
</style>
background-color css
<style>
a { background-color: #E23D4C; }
a { background-color: rgb(226,61,76); }
div.DivClassName
{
background-color: #E23D4C;
}
.BgClassName
{
background-color: #E23D4C;
}
</style>
border-color css
<style>
span { border-color: #E23D4C; }
span { border-color: rgb(226,61,76); }
td.TdClassName
{
border-color: #E23D4C;
}
.TagClassName
{
border-color: #E23D4C;
}
</style>