Shades of Amaranth #E3265B
Tints of Amaranth #E3265B
RGB
CMYK
RGB Variations
Color information
#E3265B (or 0xE3265B) is known color: Amaranth. HEX triplet: E3, 26 and 5B. RGB value is (227,38,91). Sum of RGB (Red+Green+Blue) = 227+38+91=356 (47% of max value = 765). Red value is 227 (89.06% from 255 or 63.76% from 356); Green value is 38 (15.23% from 255 or 10.67% from 356); Blue value is 91 (35.94% from 255 or 25.56% from 356); Max value from RGB is 227 - color contains mainly: red. Hex color #E3265B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E3265B is #1CD9A4. Grayscale: #646464. Windows color (decimal): -1890725 or 5973731. OLE color: 5973731.
HSL color Cylindrical-coordinate representation of color #E3265B: hue angle of 343.17º 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 #E3265B is Cyan = 0, Magento = 0.83, Yellow = 0.60 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 38 | 91 | - |
| CMYK | 0 | 0.83 | 0.60 | 0.11 |
| HSL | 343.17º | 0.77% | 0.52% | - |
| HSV(B) | 343.17º | 0.83% | 0.89% | - |
| XYZ | 34.26 | 18.47 | 11.66 | - |
| YUV | 100.55 | 122.62 | 218.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 38 | 91 | 0 | 0.83 | 0.60 | 0.11 | 343.17 | 0.77 | 0.52 |
| Hex | E3 | 26 | 5B | 0 | 53 | 3C | B | 157 | 4D | 34 |
| Octal | 343 | 46 | 133 | 0 | 123 | 74 | 13 | 527 | 115 | 64 |
| Binary | 11100011 | 100110 | 1011011 | 0 | 1010011 | 111100 | 1011 | 101010111 | 1001101 | 110100 |
Color Harmonies of #E3265B
Complementary color
Monochromatic Colors of #E3265B
Black with #E3265B
Text Example
Text Example
White with #E3265B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3265B; }
p { color: rgb(227,38,91); }
H1.HeaderClassName
{
color: #E3265B;
}
.AnyTagClassName
{
color: #E3265B;
}
</style>
background-color css
<style>
a { background-color: #E3265B; }
a { background-color: rgb(227,38,91); }
div.DivClassName
{
background-color: #E3265B;
}
.BgClassName
{
background-color: #E3265B;
}
</style>
border-color css
<style>
span { border-color: #E3265B; }
span { border-color: rgb(227,38,91); }
td.TdClassName
{
border-color: #E3265B;
}
.TagClassName
{
border-color: #E3265B;
}
</style>