Shades of Amaranth #E7245C
Tints of Amaranth #E7245C
RGB
CMYK
RGB Variations
Color information
#E7245C (or 0xE7245C) is known color: Amaranth. HEX triplet: E7, 24 and 5C. RGB value is (231,36,92). Sum of RGB (Red+Green+Blue) = 231+36+92=359 (47% of max value = 765). Red value is 231 (90.62% from 255 or 64.35% from 359); Green value is 36 (14.45% from 255 or 10.03% from 359); Blue value is 92 (36.33% from 255 or 25.63% from 359); Max value from RGB is 231 - color contains mainly: red. Hex color #E7245C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E7245C is #18DBA3. Grayscale: #646464. Windows color (decimal): -1629092 or 6038759. OLE color: 6038759.
HSL color Cylindrical-coordinate representation of color #E7245C: hue angle of 342.77º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E7245C is Cyan = 0, Magento = 0.84, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 36 | 92 | - |
| CMYK | 0 | 0.84 | 0.60 | 0.09 |
| HSL | 342.77º | 0.8% | 0.52% | - |
| HSV(B) | 342.77º | 0.84% | 0.91% | - |
| XYZ | 35.52 | 19.02 | 11.93 | - |
| YUV | 100.69 | 123.1 | 220.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 36 | 92 | 0 | 0.84 | 0.60 | 0.09 | 342.77 | 0.8 | 0.52 |
| Hex | E7 | 24 | 5C | 0 | 54 | 3C | 9 | 157 | 50 | 34 |
| Octal | 347 | 44 | 134 | 0 | 124 | 74 | 11 | 527 | 120 | 64 |
| Binary | 11100111 | 100100 | 1011100 | 0 | 1010100 | 111100 | 1001 | 101010111 | 1010000 | 110100 |
Color Harmonies of #E7245C
Complementary color
Monochromatic Colors of #E7245C
Black with #E7245C
Text Example
Text Example
White with #E7245C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7245C; }
p { color: rgb(231,36,92); }
H1.HeaderClassName
{
color: #E7245C;
}
.AnyTagClassName
{
color: #E7245C;
}
</style>
background-color css
<style>
a { background-color: #E7245C; }
a { background-color: rgb(231,36,92); }
div.DivClassName
{
background-color: #E7245C;
}
.BgClassName
{
background-color: #E7245C;
}
</style>
border-color css
<style>
span { border-color: #E7245C; }
span { border-color: rgb(231,36,92); }
td.TdClassName
{
border-color: #E7245C;
}
.TagClassName
{
border-color: #E7245C;
}
</style>