Shades of Amaranth #E1275A
Tints of Amaranth #E1275A
RGB
CMYK
RGB Variations
Color information
#E1275A (or 0xE1275A) is known color: Amaranth. HEX triplet: E1, 27 and 5A. RGB value is (225,39,90). Sum of RGB (Red+Green+Blue) = 225+39+90=354 (46% of max value = 765). Red value is 225 (88.28% from 255 or 63.56% from 354); Green value is 39 (15.62% from 255 or 11.02% from 354); Blue value is 90 (35.55% from 255 or 25.42% from 354); Max value from RGB is 225 - color contains mainly: red. Hex color #E1275A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1275A is #1ED8A5. Grayscale: #646464. Windows color (decimal): -2021542 or 5908449. OLE color: 5908449.
HSL color Cylindrical-coordinate representation of color #E1275A: hue angle of 343.55º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E1275A is Cyan = 0, Magento = 0.83, Yellow = 0.60 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 39 | 90 | - |
| CMYK | 0 | 0.83 | 0.60 | 0.12 |
| HSL | 343.55º | 0.76% | 0.52% | - |
| HSV(B) | 343.55º | 0.83% | 0.88% | - |
| XYZ | 33.62 | 18.2 | 11.41 | - |
| YUV | 100.43 | 122.12 | 216.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 39 | 90 | 0 | 0.83 | 0.60 | 0.12 | 343.55 | 0.76 | 0.52 |
| Hex | E1 | 27 | 5A | 0 | 53 | 3C | C | 158 | 4C | 34 |
| Octal | 341 | 47 | 132 | 0 | 123 | 74 | 14 | 530 | 114 | 64 |
| Binary | 11100001 | 100111 | 1011010 | 0 | 1010011 | 111100 | 1100 | 101011000 | 1001100 | 110100 |
Color Harmonies of #E1275A
Complementary color
Monochromatic Colors of #E1275A
Black with #E1275A
Text Example
Text Example
White with #E1275A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1275A; }
p { color: rgb(225,39,90); }
H1.HeaderClassName
{
color: #E1275A;
}
.AnyTagClassName
{
color: #E1275A;
}
</style>
background-color css
<style>
a { background-color: #E1275A; }
a { background-color: rgb(225,39,90); }
div.DivClassName
{
background-color: #E1275A;
}
.BgClassName
{
background-color: #E1275A;
}
</style>
border-color css
<style>
span { border-color: #E1275A; }
span { border-color: rgb(225,39,90); }
td.TdClassName
{
border-color: #E1275A;
}
.TagClassName
{
border-color: #E1275A;
}
</style>