Shades of Amaranth #E1235A
Tints of Amaranth #E1235A
RGB
CMYK
RGB Variations
Color information
#E1235A (or 0xE1235A) is known color: Amaranth. HEX triplet: E1, 23 and 5A. RGB value is (225,35,90). Sum of RGB (Red+Green+Blue) = 225+35+90=350 (46% of max value = 765). Red value is 225 (88.28% from 255 or 64.29% from 350); Green value is 35 (14.06% from 255 or 10% from 350); Blue value is 90 (35.55% from 255 or 25.71% from 350); Max value from RGB is 225 - color contains mainly: red. Hex color #E1235A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1235A is #1EDCA5. Grayscale: #626262. Windows color (decimal): -2022566 or 5907425. OLE color: 5907425.
HSL color Cylindrical-coordinate representation of color #E1235A: hue angle of 342.63º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E1235A is Cyan = 0, Magento = 0.84, Yellow = 0.60 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 35 | 90 | - |
| CMYK | 0 | 0.84 | 0.60 | 0.12 |
| HSL | 342.63º | 0.76% | 0.51% | - |
| HSV(B) | 342.63º | 0.84% | 0.88% | - |
| XYZ | 33.5 | 17.95 | 11.37 | - |
| YUV | 98.08 | 123.45 | 218.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 35 | 90 | 0 | 0.84 | 0.60 | 0.12 | 342.63 | 0.76 | 0.51 |
| Hex | E1 | 23 | 5A | 0 | 54 | 3C | C | 157 | 4C | 33 |
| Octal | 341 | 43 | 132 | 0 | 124 | 74 | 14 | 527 | 114 | 63 |
| Binary | 11100001 | 100011 | 1011010 | 0 | 1010100 | 111100 | 1100 | 101010111 | 1001100 | 110011 |
Color Harmonies of #E1235A
Complementary color
Monochromatic Colors of #E1235A
Black with #E1235A
Text Example
Text Example
White with #E1235A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1235A; }
p { color: rgb(225,35,90); }
H1.HeaderClassName
{
color: #E1235A;
}
.AnyTagClassName
{
color: #E1235A;
}
</style>
background-color css
<style>
a { background-color: #E1235A; }
a { background-color: rgb(225,35,90); }
div.DivClassName
{
background-color: #E1235A;
}
.BgClassName
{
background-color: #E1235A;
}
</style>
border-color css
<style>
span { border-color: #E1235A; }
span { border-color: rgb(225,35,90); }
td.TdClassName
{
border-color: #E1235A;
}
.TagClassName
{
border-color: #E1235A;
}
</style>