Shades of Amaranth #E7275A
Tints of Amaranth #E7275A
RGB
CMYK
RGB Variations
Color information
#E7275A (or 0xE7275A) is known color: Amaranth. HEX triplet: E7, 27 and 5A. RGB value is (231,39,90). Sum of RGB (Red+Green+Blue) = 231+39+90=360 (47% of max value = 765). Red value is 231 (90.62% from 255 or 64.17% from 360); Green value is 39 (15.62% from 255 or 10.83% from 360); Blue value is 90 (35.55% from 255 or 25% from 360); Max value from RGB is 231 - color contains mainly: red. Hex color #E7275A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E7275A is #18D8A5. Grayscale: #666666. Windows color (decimal): -1628326 or 5908455. OLE color: 5908455.
HSL color Cylindrical-coordinate representation of color #E7275A: hue angle of 344.06º 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 #E7275A is Cyan = 0, Magento = 0.83, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 39 | 90 | - |
| CMYK | 0 | 0.83 | 0.61 | 0.09 |
| HSL | 344.06º | 0.8% | 0.53% | - |
| HSV(B) | 344.06º | 0.83% | 0.91% | - |
| XYZ | 35.53 | 19.18 | 11.5 | - |
| YUV | 102.22 | 121.11 | 219.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 39 | 90 | 0 | 0.83 | 0.61 | 0.09 | 344.06 | 0.8 | 0.53 |
| Hex | E7 | 27 | 5A | 0 | 53 | 3D | 9 | 158 | 50 | 35 |
| Octal | 347 | 47 | 132 | 0 | 123 | 75 | 11 | 530 | 120 | 65 |
| Binary | 11100111 | 100111 | 1011010 | 0 | 1010011 | 111101 | 1001 | 101011000 | 1010000 | 110101 |
Color Harmonies of #E7275A
Complementary color
Monochromatic Colors of #E7275A
Black with #E7275A
Text Example
Text Example
White with #E7275A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7275A; }
p { color: rgb(231,39,90); }
H1.HeaderClassName
{
color: #E7275A;
}
.AnyTagClassName
{
color: #E7275A;
}
</style>
background-color css
<style>
a { background-color: #E7275A; }
a { background-color: rgb(231,39,90); }
div.DivClassName
{
background-color: #E7275A;
}
.BgClassName
{
background-color: #E7275A;
}
</style>
border-color css
<style>
span { border-color: #E7275A; }
span { border-color: rgb(231,39,90); }
td.TdClassName
{
border-color: #E7275A;
}
.TagClassName
{
border-color: #E7275A;
}
</style>