Shades of Amaranth #E23350
Tints of Amaranth #E23350
RGB
CMYK
RGB Variations
Color information
#E23350 (or 0xE23350) is known color: Amaranth. HEX triplet: E2, 33 and 50. RGB value is (226,51,80). Sum of RGB (Red+Green+Blue) = 226+51+80=357 (47% of max value = 765). Red value is 226 (88.67% from 255 or 63.31% from 357); Green value is 51 (20.31% from 255 or 14.29% from 357); Blue value is 80 (31.64% from 255 or 22.41% from 357); Max value from RGB is 226 - color contains mainly: red. Hex color #E23350 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E23350 is #1DCCAF. Grayscale: #6A6A6A. Windows color (decimal): -1952944 or 5256162. OLE color: 5256162.
HSL color Cylindrical-coordinate representation of color #E23350: hue angle of 350.06º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E23350 is Cyan = 0, Magento = 0.77, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 51 | 80 | - |
| CMYK | 0 | 0.77 | 0.65 | 0.11 |
| HSL | 350.06º | 0.75% | 0.54% | - |
| HSV(B) | 350.06º | 0.77% | 0.89% | - |
| XYZ | 34 | 19.12 | 9.49 | - |
| YUV | 106.63 | 112.98 | 213.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 51 | 80 | 0 | 0.77 | 0.65 | 0.11 | 350.06 | 0.75 | 0.54 |
| Hex | E2 | 33 | 50 | 0 | 4D | 41 | B | 15E | 4B | 36 |
| Octal | 342 | 63 | 120 | 0 | 115 | 101 | 13 | 536 | 113 | 66 |
| Binary | 11100010 | 110011 | 1010000 | 0 | 1001101 | 1000001 | 1011 | 101011110 | 1001011 | 110110 |
Color Harmonies of #E23350
Complementary color
Monochromatic Colors of #E23350
Black with #E23350
Text Example
Text Example
White with #E23350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E23350; }
p { color: rgb(226,51,80); }
H1.HeaderClassName
{
color: #E23350;
}
.AnyTagClassName
{
color: #E23350;
}
</style>
background-color css
<style>
a { background-color: #E23350; }
a { background-color: rgb(226,51,80); }
div.DivClassName
{
background-color: #E23350;
}
.BgClassName
{
background-color: #E23350;
}
</style>
border-color css
<style>
span { border-color: #E23350; }
span { border-color: rgb(226,51,80); }
td.TdClassName
{
border-color: #E23350;
}
.TagClassName
{
border-color: #E23350;
}
</style>