Shades of Amaranth #E33250
Tints of Amaranth #E33250
RGB
CMYK
RGB Variations
Color information
#E33250 (or 0xE33250) is known color: Amaranth. HEX triplet: E3, 32 and 50. RGB value is (227,50,80). Sum of RGB (Red+Green+Blue) = 227+50+80=357 (47% of max value = 765). Red value is 227 (89.06% from 255 or 63.59% from 357); Green value is 50 (19.92% from 255 or 14.01% from 357); Blue value is 80 (31.64% from 255 or 22.41% from 357); Max value from RGB is 227 - color contains mainly: red. Hex color #E33250 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E33250 is #1CCDAF. Grayscale: #6A6A6A. Windows color (decimal): -1887664 or 5255907. OLE color: 5255907.
HSL color Cylindrical-coordinate representation of color #E33250: hue angle of 349.83º 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 #E33250 is Cyan = 0, Magento = 0.78, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 50 | 80 | - |
| CMYK | 0 | 0.78 | 0.65 | 0.11 |
| HSL | 349.83º | 0.76% | 0.54% | - |
| HSV(B) | 349.83º | 0.78% | 0.89% | - |
| XYZ | 34.27 | 19.19 | 9.49 | - |
| YUV | 106.34 | 113.14 | 214.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 50 | 80 | 0 | 0.78 | 0.65 | 0.11 | 349.83 | 0.76 | 0.54 |
| Hex | E3 | 32 | 50 | 0 | 4E | 41 | B | 15E | 4C | 36 |
| Octal | 343 | 62 | 120 | 0 | 116 | 101 | 13 | 536 | 114 | 66 |
| Binary | 11100011 | 110010 | 1010000 | 0 | 1001110 | 1000001 | 1011 | 101011110 | 1001100 | 110110 |
Color Harmonies of #E33250
Complementary color
Monochromatic Colors of #E33250
Black with #E33250
Text Example
Text Example
White with #E33250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E33250; }
p { color: rgb(227,50,80); }
H1.HeaderClassName
{
color: #E33250;
}
.AnyTagClassName
{
color: #E33250;
}
</style>
background-color css
<style>
a { background-color: #E33250; }
a { background-color: rgb(227,50,80); }
div.DivClassName
{
background-color: #E33250;
}
.BgClassName
{
background-color: #E33250;
}
</style>
border-color css
<style>
span { border-color: #E33250; }
span { border-color: rgb(227,50,80); }
td.TdClassName
{
border-color: #E33250;
}
.TagClassName
{
border-color: #E33250;
}
</style>