Shades of Amaranth #E2265A
Tints of Amaranth #E2265A
RGB
CMYK
RGB Variations
Color information
#E2265A (or 0xE2265A) is known color: Amaranth. HEX triplet: E2, 26 and 5A. RGB value is (226,38,90). Sum of RGB (Red+Green+Blue) = 226+38+90=354 (46% of max value = 765). Red value is 226 (88.67% from 255 or 63.84% from 354); Green value is 38 (15.23% from 255 or 10.73% from 354); Blue value is 90 (35.55% from 255 or 25.42% from 354); Max value from RGB is 226 - color contains mainly: red. Hex color #E2265A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E2265A is #1DD9A5. Grayscale: #646464. Windows color (decimal): -1956262 or 5908194. OLE color: 5908194.
HSL color Cylindrical-coordinate representation of color #E2265A: hue angle of 343.4º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E2265A is Cyan = 0, Magento = 0.83, Yellow = 0.60 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 38 | 90 | - |
| CMYK | 0 | 0.83 | 0.60 | 0.11 |
| HSL | 343.4º | 0.76% | 0.52% | - |
| HSV(B) | 343.4º | 0.83% | 0.89% | - |
| XYZ | 33.9 | 18.29 | 11.42 | - |
| YUV | 100.14 | 122.28 | 217.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 38 | 90 | 0 | 0.83 | 0.60 | 0.11 | 343.4 | 0.76 | 0.52 |
| Hex | E2 | 26 | 5A | 0 | 53 | 3C | B | 157 | 4C | 34 |
| Octal | 342 | 46 | 132 | 0 | 123 | 74 | 13 | 527 | 114 | 64 |
| Binary | 11100010 | 100110 | 1011010 | 0 | 1010011 | 111100 | 1011 | 101010111 | 1001100 | 110100 |
Color Harmonies of #E2265A
Complementary color
Monochromatic Colors of #E2265A
Black with #E2265A
Text Example
Text Example
White with #E2265A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2265A; }
p { color: rgb(226,38,90); }
H1.HeaderClassName
{
color: #E2265A;
}
.AnyTagClassName
{
color: #E2265A;
}
</style>
background-color css
<style>
a { background-color: #E2265A; }
a { background-color: rgb(226,38,90); }
div.DivClassName
{
background-color: #E2265A;
}
.BgClassName
{
background-color: #E2265A;
}
</style>
border-color css
<style>
span { border-color: #E2265A; }
span { border-color: rgb(226,38,90); }
td.TdClassName
{
border-color: #E2265A;
}
.TagClassName
{
border-color: #E2265A;
}
</style>