Shades of Amaranth #E23F4E
Tints of Amaranth #E23F4E
RGB
CMYK
RGB Variations
Color information
#E23F4E (or 0xE23F4E) is known color: Amaranth. HEX triplet: E2, 3F and 4E. RGB value is (226,63,78). Sum of RGB (Red+Green+Blue) = 226+63+78=367 (48% of max value = 765). Red value is 226 (88.67% from 255 or 61.58% from 367); Green value is 63 (25% from 255 or 17.17% from 367); Blue value is 78 (30.86% from 255 or 21.25% from 367); Max value from RGB is 226 - color contains mainly: red. Hex color #E23F4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E23F4E is #1DC0B1. Grayscale: #717171. Windows color (decimal): -1949874 or 5128162. OLE color: 5128162.
HSL color Cylindrical-coordinate representation of color #E23F4E: hue angle of 354.48º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E23F4E is Cyan = 0, Magento = 0.72, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 63 | 78 | - |
| CMYK | 0 | 0.72 | 0.65 | 0.11 |
| HSL | 354.48º | 0.74% | 0.57% | - |
| HSV(B) | 354.48º | 0.72% | 0.89% | - |
| XYZ | 34.52 | 20.27 | 9.3 | - |
| YUV | 113.45 | 108 | 208.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 63 | 78 | 0 | 0.72 | 0.65 | 0.11 | 354.48 | 0.74 | 0.57 |
| Hex | E2 | 3F | 4E | 0 | 48 | 41 | B | 162 | 4A | 39 |
| Octal | 342 | 77 | 116 | 0 | 110 | 101 | 13 | 542 | 112 | 71 |
| Binary | 11100010 | 111111 | 1001110 | 0 | 1001000 | 1000001 | 1011 | 101100010 | 1001010 | 111001 |
Color Harmonies of #E23F4E
Complementary color
Monochromatic Colors of #E23F4E
Black with #E23F4E
Text Example
Text Example
White with #E23F4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E23F4E; }
p { color: rgb(226,63,78); }
H1.HeaderClassName
{
color: #E23F4E;
}
.AnyTagClassName
{
color: #E23F4E;
}
</style>
background-color css
<style>
a { background-color: #E23F4E; }
a { background-color: rgb(226,63,78); }
div.DivClassName
{
background-color: #E23F4E;
}
.BgClassName
{
background-color: #E23F4E;
}
</style>
border-color css
<style>
span { border-color: #E23F4E; }
span { border-color: rgb(226,63,78); }
td.TdClassName
{
border-color: #E23F4E;
}
.TagClassName
{
border-color: #E23F4E;
}
</style>