Shades of Amaranth #E7255C
Tints of Amaranth #E7255C
RGB
CMYK
RGB Variations
Color information
#E7255C (or 0xE7255C) is known color: Amaranth. HEX triplet: E7, 25 and 5C. RGB value is (231,37,92). Sum of RGB (Red+Green+Blue) = 231+37+92=360 (47% of max value = 765). Red value is 231 (90.62% from 255 or 64.17% from 360); Green value is 37 (14.84% from 255 or 10.28% from 360); Blue value is 92 (36.33% from 255 or 25.56% from 360); Max value from RGB is 231 - color contains mainly: red. Hex color #E7255C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E7255C is #18DAA3. Grayscale: #656565. Windows color (decimal): -1628836 or 6039015. OLE color: 6039015.
HSL color Cylindrical-coordinate representation of color #E7255C: hue angle of 342.99º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E7255C is Cyan = 0, Magento = 0.84, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 37 | 92 | - |
| CMYK | 0 | 0.84 | 0.60 | 0.09 |
| HSL | 342.99º | 0.8% | 0.53% | - |
| HSV(B) | 342.99º | 0.84% | 0.91% | - |
| XYZ | 35.55 | 19.08 | 11.94 | - |
| YUV | 101.28 | 122.77 | 220.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 37 | 92 | 0 | 0.84 | 0.60 | 0.09 | 342.99 | 0.8 | 0.53 |
| Hex | E7 | 25 | 5C | 0 | 54 | 3C | 9 | 157 | 50 | 35 |
| Octal | 347 | 45 | 134 | 0 | 124 | 74 | 11 | 527 | 120 | 65 |
| Binary | 11100111 | 100101 | 1011100 | 0 | 1010100 | 111100 | 1001 | 101010111 | 1010000 | 110101 |
Color Harmonies of #E7255C
Complementary color
Monochromatic Colors of #E7255C
Black with #E7255C
Text Example
Text Example
White with #E7255C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7255C; }
p { color: rgb(231,37,92); }
H1.HeaderClassName
{
color: #E7255C;
}
.AnyTagClassName
{
color: #E7255C;
}
</style>
background-color css
<style>
a { background-color: #E7255C; }
a { background-color: rgb(231,37,92); }
div.DivClassName
{
background-color: #E7255C;
}
.BgClassName
{
background-color: #E7255C;
}
</style>
border-color css
<style>
span { border-color: #E7255C; }
span { border-color: rgb(231,37,92); }
td.TdClassName
{
border-color: #E7255C;
}
.TagClassName
{
border-color: #E7255C;
}
</style>