Shades of Amaranth #E7275B
Tints of Amaranth #E7275B
RGB
CMYK
RGB Variations
Color information
#E7275B (or 0xE7275B) is known color: Amaranth. HEX triplet: E7, 27 and 5B. RGB value is (231,39,91). Sum of RGB (Red+Green+Blue) = 231+39+91=361 (47% of max value = 765). Red value is 231 (90.62% from 255 or 63.99% from 361); Green value is 39 (15.62% from 255 or 10.80% from 361); Blue value is 91 (35.94% from 255 or 25.21% from 361); Max value from RGB is 231 - color contains mainly: red. Hex color #E7275B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E7275B is #18D8A4. Grayscale: #666666. Windows color (decimal): -1628325 or 5973991. OLE color: 5973991.
HSL color Cylindrical-coordinate representation of color #E7275B: hue angle of 343.75º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E7275B is Cyan = 0, Magento = 0.83, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 39 | 91 | - |
| CMYK | 0 | 0.83 | 0.61 | 0.09 |
| HSL | 343.75º | 0.8% | 0.53% | - |
| HSV(B) | 343.75º | 0.83% | 0.91% | - |
| XYZ | 35.57 | 19.2 | 11.73 | - |
| YUV | 102.34 | 121.61 | 219.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 39 | 91 | 0 | 0.83 | 0.61 | 0.09 | 343.75 | 0.8 | 0.53 |
| Hex | E7 | 27 | 5B | 0 | 53 | 3D | 9 | 158 | 50 | 35 |
| Octal | 347 | 47 | 133 | 0 | 123 | 75 | 11 | 530 | 120 | 65 |
| Binary | 11100111 | 100111 | 1011011 | 0 | 1010011 | 111101 | 1001 | 101011000 | 1010000 | 110101 |
Color Harmonies of #E7275B
Complementary color
Monochromatic Colors of #E7275B
Black with #E7275B
Text Example
Text Example
White with #E7275B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7275B; }
p { color: rgb(231,39,91); }
H1.HeaderClassName
{
color: #E7275B;
}
.AnyTagClassName
{
color: #E7275B;
}
</style>
background-color css
<style>
a { background-color: #E7275B; }
a { background-color: rgb(231,39,91); }
div.DivClassName
{
background-color: #E7275B;
}
.BgClassName
{
background-color: #E7275B;
}
</style>
border-color css
<style>
span { border-color: #E7275B; }
span { border-color: rgb(231,39,91); }
td.TdClassName
{
border-color: #E7275B;
}
.TagClassName
{
border-color: #E7275B;
}
</style>