Shades of Amaranth #E3275A
Tints of Amaranth #E3275A
RGB
CMYK
RGB Variations
Color information
#E3275A (or 0xE3275A) is known color: Amaranth. HEX triplet: E3, 27 and 5A. RGB value is (227,39,90). Sum of RGB (Red+Green+Blue) = 227+39+90=356 (47% of max value = 765). Red value is 227 (89.06% from 255 or 63.76% from 356); Green value is 39 (15.62% from 255 or 10.96% from 356); Blue value is 90 (35.55% from 255 or 25.28% from 356); Max value from RGB is 227 - color contains mainly: red. Hex color #E3275A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E3275A is #1CD8A5. Grayscale: #656565. Windows color (decimal): -1890470 or 5908451. OLE color: 5908451.
HSL color Cylindrical-coordinate representation of color #E3275A: hue angle of 343.72º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E3275A is Cyan = 0, Magento = 0.83, Yellow = 0.60 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 39 | 90 | - |
| CMYK | 0 | 0.83 | 0.60 | 0.11 |
| HSL | 343.72º | 0.77% | 0.52% | - |
| HSV(B) | 343.72º | 0.83% | 0.89% | - |
| XYZ | 34.25 | 18.52 | 11.44 | - |
| YUV | 101.03 | 121.78 | 217.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 39 | 90 | 0 | 0.83 | 0.60 | 0.11 | 343.72 | 0.77 | 0.52 |
| Hex | E3 | 27 | 5A | 0 | 53 | 3C | B | 158 | 4D | 34 |
| Octal | 343 | 47 | 132 | 0 | 123 | 74 | 13 | 530 | 115 | 64 |
| Binary | 11100011 | 100111 | 1011010 | 0 | 1010011 | 111100 | 1011 | 101011000 | 1001101 | 110100 |
Color Harmonies of #E3275A
Complementary color
Monochromatic Colors of #E3275A
Black with #E3275A
Text Example
Text Example
White with #E3275A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3275A; }
p { color: rgb(227,39,90); }
H1.HeaderClassName
{
color: #E3275A;
}
.AnyTagClassName
{
color: #E3275A;
}
</style>
background-color css
<style>
a { background-color: #E3275A; }
a { background-color: rgb(227,39,90); }
div.DivClassName
{
background-color: #E3275A;
}
.BgClassName
{
background-color: #E3275A;
}
</style>
border-color css
<style>
span { border-color: #E3275A; }
span { border-color: rgb(227,39,90); }
td.TdClassName
{
border-color: #E3275A;
}
.TagClassName
{
border-color: #E3275A;
}
</style>