Shades of Amaranth #E3265A
Tints of Amaranth #E3265A
RGB
CMYK
RGB Variations
Color information
#E3265A (or 0xE3265A) is known color: Amaranth. HEX triplet: E3, 26 and 5A. RGB value is (227,38,90). Sum of RGB (Red+Green+Blue) = 227+38+90=355 (47% of max value = 765). Red value is 227 (89.06% from 255 or 63.94% from 355); Green value is 38 (15.23% from 255 or 10.70% from 355); Blue value is 90 (35.55% from 255 or 25.35% from 355); Max value from RGB is 227 - color contains mainly: red. Hex color #E3265A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E3265A is #1CD9A5. Grayscale: #646464. Windows color (decimal): -1890726 or 5908195. OLE color: 5908195.
HSL color Cylindrical-coordinate representation of color #E3265A: hue angle of 343.49º 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 #E3265A is Cyan = 0, Magento = 0.83, Yellow = 0.60 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 38 | 90 | - |
| CMYK | 0 | 0.83 | 0.60 | 0.11 |
| HSL | 343.49º | 0.77% | 0.52% | - |
| HSV(B) | 343.49º | 0.83% | 0.89% | - |
| XYZ | 34.22 | 18.46 | 11.43 | - |
| YUV | 100.44 | 122.12 | 218.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 38 | 90 | 0 | 0.83 | 0.60 | 0.11 | 343.49 | 0.77 | 0.52 |
| Hex | E3 | 26 | 5A | 0 | 53 | 3C | B | 157 | 4D | 34 |
| Octal | 343 | 46 | 132 | 0 | 123 | 74 | 13 | 527 | 115 | 64 |
| Binary | 11100011 | 100110 | 1011010 | 0 | 1010011 | 111100 | 1011 | 101010111 | 1001101 | 110100 |
Color Harmonies of #E3265A
Complementary color
Monochromatic Colors of #E3265A
Black with #E3265A
Text Example
Text Example
White with #E3265A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3265A; }
p { color: rgb(227,38,90); }
H1.HeaderClassName
{
color: #E3265A;
}
.AnyTagClassName
{
color: #E3265A;
}
</style>
background-color css
<style>
a { background-color: #E3265A; }
a { background-color: rgb(227,38,90); }
div.DivClassName
{
background-color: #E3265A;
}
.BgClassName
{
background-color: #E3265A;
}
</style>
border-color css
<style>
span { border-color: #E3265A; }
span { border-color: rgb(227,38,90); }
td.TdClassName
{
border-color: #E3265A;
}
.TagClassName
{
border-color: #E3265A;
}
</style>