Shades of Amaranth #E33058
Tints of Amaranth #E33058
RGB
CMYK
RGB Variations
Color information
#E33058 (or 0xE33058) is known color: Amaranth. HEX triplet: E3, 30 and 58. RGB value is (227,48,88). Sum of RGB (Red+Green+Blue) = 227+48+88=363 (48% of max value = 765). Red value is 227 (89.06% from 255 or 62.53% from 363); Green value is 48 (19.14% from 255 or 13.22% from 363); Blue value is 88 (34.77% from 255 or 24.24% from 363); Max value from RGB is 227 - color contains mainly: red. Hex color #E33058 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E33058 is #1CCFA7. Grayscale: #6A6A6A. Windows color (decimal): -1888168 or 5779683. OLE color: 5779683.
HSL color Cylindrical-coordinate representation of color #E33058: hue angle of 346.59º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E33058 is Cyan = 0, Magento = 0.79, Yellow = 0.61 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 48 | 88 | - |
| CMYK | 0 | 0.79 | 0.61 | 0.11 |
| HSL | 346.59º | 0.76% | 0.54% | - |
| HSV(B) | 346.59º | 0.79% | 0.89% | - |
| XYZ | 34.5 | 19.15 | 11.11 | - |
| YUV | 106.08 | 117.8 | 214.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 48 | 88 | 0 | 0.79 | 0.61 | 0.11 | 346.59 | 0.76 | 0.54 |
| Hex | E3 | 30 | 58 | 0 | 4F | 3D | B | 15B | 4C | 36 |
| Octal | 343 | 60 | 130 | 0 | 117 | 75 | 13 | 533 | 114 | 66 |
| Binary | 11100011 | 110000 | 1011000 | 0 | 1001111 | 111101 | 1011 | 101011011 | 1001100 | 110110 |
Color Harmonies of #E33058
Complementary color
Monochromatic Colors of #E33058
Black with #E33058
Text Example
Text Example
White with #E33058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E33058; }
p { color: rgb(227,48,88); }
H1.HeaderClassName
{
color: #E33058;
}
.AnyTagClassName
{
color: #E33058;
}
</style>
background-color css
<style>
a { background-color: #E33058; }
a { background-color: rgb(227,48,88); }
div.DivClassName
{
background-color: #E33058;
}
.BgClassName
{
background-color: #E33058;
}
</style>
border-color css
<style>
span { border-color: #E33058; }
span { border-color: rgb(227,48,88); }
td.TdClassName
{
border-color: #E33058;
}
.TagClassName
{
border-color: #E33058;
}
</style>