Shades of Amaranth #E33255
Tints of Amaranth #E33255
RGB
CMYK
RGB Variations
Color information
#E33255 (or 0xE33255) is known color: Amaranth. HEX triplet: E3, 32 and 55. RGB value is (227,50,85). Sum of RGB (Red+Green+Blue) = 227+50+85=362 (47% of max value = 765). Red value is 227 (89.06% from 255 or 62.71% from 362); Green value is 50 (19.92% from 255 or 13.81% from 362); Blue value is 85 (33.59% from 255 or 23.48% from 362); Max value from RGB is 227 - color contains mainly: red. Hex color #E33255 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E33255 is #1CCDAA. Grayscale: #6A6A6A. Windows color (decimal): -1887659 or 5583587. OLE color: 5583587.
HSL color Cylindrical-coordinate representation of color #E33255: hue angle of 348.14º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E33255 is Cyan = 0, Magento = 0.78, Yellow = 0.63 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 50 | 85 | - |
| CMYK | 0 | 0.78 | 0.63 | 0.11 |
| HSL | 348.14º | 0.76% | 0.54% | - |
| HSV(B) | 348.14º | 0.78% | 0.89% | - |
| XYZ | 34.46 | 19.27 | 10.5 | - |
| YUV | 106.91 | 115.64 | 213.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 50 | 85 | 0 | 0.78 | 0.63 | 0.11 | 348.14 | 0.76 | 0.54 |
| Hex | E3 | 32 | 55 | 0 | 4E | 3F | B | 15C | 4C | 36 |
| Octal | 343 | 62 | 125 | 0 | 116 | 77 | 13 | 534 | 114 | 66 |
| Binary | 11100011 | 110010 | 1010101 | 0 | 1001110 | 111111 | 1011 | 101011100 | 1001100 | 110110 |
Color Harmonies of #E33255
Complementary color
Monochromatic Colors of #E33255
Black with #E33255
Text Example
Text Example
White with #E33255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E33255; }
p { color: rgb(227,50,85); }
H1.HeaderClassName
{
color: #E33255;
}
.AnyTagClassName
{
color: #E33255;
}
</style>
background-color css
<style>
a { background-color: #E33255; }
a { background-color: rgb(227,50,85); }
div.DivClassName
{
background-color: #E33255;
}
.BgClassName
{
background-color: #E33255;
}
</style>
border-color css
<style>
span { border-color: #E33255; }
span { border-color: rgb(227,50,85); }
td.TdClassName
{
border-color: #E33255;
}
.TagClassName
{
border-color: #E33255;
}
</style>