Shades of Amaranth #E03258
Tints of Amaranth #E03258
RGB
CMYK
RGB Variations
Color information
#E03258 (or 0xE03258) is known color: Amaranth. HEX triplet: E0, 32 and 58. RGB value is (224,50,88). Sum of RGB (Red+Green+Blue) = 224+50+88=362 (47% of max value = 765). Red value is 224 (87.89% from 255 or 61.88% from 362); Green value is 50 (19.92% from 255 or 13.81% from 362); Blue value is 88 (34.77% from 255 or 24.31% from 362); Max value from RGB is 224 - color contains mainly: red. Hex color #E03258 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E03258 is #1FCDA7. Grayscale: #6A6A6A. Windows color (decimal): -2084264 or 5780192. OLE color: 5780192.
HSL color Cylindrical-coordinate representation of color #E03258: hue angle of 346.9º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E03258 is Cyan = 0, Magento = 0.78, Yellow = 0.61 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 50 | 88 | - |
| CMYK | 0 | 0.78 | 0.61 | 0.12 |
| HSL | 346.9º | 0.74% | 0.54% | - |
| HSV(B) | 346.9º | 0.78% | 0.88% | - |
| XYZ | 33.64 | 18.83 | 11.09 | - |
| YUV | 106.36 | 117.65 | 211.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 50 | 88 | 0 | 0.78 | 0.61 | 0.12 | 346.9 | 0.74 | 0.54 |
| Hex | E0 | 32 | 58 | 0 | 4E | 3D | C | 15B | 4A | 36 |
| Octal | 340 | 62 | 130 | 0 | 116 | 75 | 14 | 533 | 112 | 66 |
| Binary | 11100000 | 110010 | 1011000 | 0 | 1001110 | 111101 | 1100 | 101011011 | 1001010 | 110110 |
Color Harmonies of #E03258
Complementary color
Monochromatic Colors of #E03258
Black with #E03258
Text Example
Text Example
White with #E03258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E03258; }
p { color: rgb(224,50,88); }
H1.HeaderClassName
{
color: #E03258;
}
.AnyTagClassName
{
color: #E03258;
}
</style>
background-color css
<style>
a { background-color: #E03258; }
a { background-color: rgb(224,50,88); }
div.DivClassName
{
background-color: #E03258;
}
.BgClassName
{
background-color: #E03258;
}
</style>
border-color css
<style>
span { border-color: #E03258; }
span { border-color: rgb(224,50,88); }
td.TdClassName
{
border-color: #E03258;
}
.TagClassName
{
border-color: #E03258;
}
</style>