Shades of Amaranth #E7245A
Tints of Amaranth #E7245A
RGB
CMYK
RGB Variations
Color information
#E7245A (or 0xE7245A) is known color: Amaranth. HEX triplet: E7, 24 and 5A. RGB value is (231,36,90). Sum of RGB (Red+Green+Blue) = 231+36+90=357 (47% of max value = 765). Red value is 231 (90.62% from 255 or 64.71% from 357); Green value is 36 (14.45% from 255 or 10.08% from 357); Blue value is 90 (35.55% from 255 or 25.21% from 357); Max value from RGB is 231 - color contains mainly: red. Hex color #E7245A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E7245A is #18DBA5. Grayscale: #646464. Windows color (decimal): -1629094 or 5907687. OLE color: 5907687.
HSL color Cylindrical-coordinate representation of color #E7245A: hue angle of 343.38º 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 #E7245A is Cyan = 0, Magento = 0.84, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 36 | 90 | - |
| CMYK | 0 | 0.84 | 0.61 | 0.09 |
| HSL | 343.38º | 0.8% | 0.52% | - |
| HSV(B) | 343.38º | 0.84% | 0.91% | - |
| XYZ | 35.43 | 18.99 | 11.47 | - |
| YUV | 100.46 | 122.1 | 221.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 36 | 90 | 0 | 0.84 | 0.61 | 0.09 | 343.38 | 0.8 | 0.52 |
| Hex | E7 | 24 | 5A | 0 | 54 | 3D | 9 | 157 | 50 | 34 |
| Octal | 347 | 44 | 132 | 0 | 124 | 75 | 11 | 527 | 120 | 64 |
| Binary | 11100111 | 100100 | 1011010 | 0 | 1010100 | 111101 | 1001 | 101010111 | 1010000 | 110100 |
Color Harmonies of #E7245A
Complementary color
Monochromatic Colors of #E7245A
Black with #E7245A
Text Example
Text Example
White with #E7245A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7245A; }
p { color: rgb(231,36,90); }
H1.HeaderClassName
{
color: #E7245A;
}
.AnyTagClassName
{
color: #E7245A;
}
</style>
background-color css
<style>
a { background-color: #E7245A; }
a { background-color: rgb(231,36,90); }
div.DivClassName
{
background-color: #E7245A;
}
.BgClassName
{
background-color: #E7245A;
}
</style>
border-color css
<style>
span { border-color: #E7245A; }
span { border-color: rgb(231,36,90); }
td.TdClassName
{
border-color: #E7245A;
}
.TagClassName
{
border-color: #E7245A;
}
</style>