Shades of Amaranth #E63258
Tints of Amaranth #E63258
RGB
CMYK
RGB Variations
Color information
#E63258 (or 0xE63258) is known color: Amaranth. HEX triplet: E6, 32 and 58. RGB value is (230,50,88). Sum of RGB (Red+Green+Blue) = 230+50+88=368 (48% of max value = 765). Red value is 230 (90.23% from 255 or 62.5% from 368); Green value is 50 (19.92% from 255 or 13.59% from 368); Blue value is 88 (34.77% from 255 or 23.91% from 368); Max value from RGB is 230 - color contains mainly: red. Hex color #E63258 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E63258 is #19CDA7. Grayscale: #6C6C6C. Windows color (decimal): -1691048 or 5780198. OLE color: 5780198.
HSL color Cylindrical-coordinate representation of color #E63258: hue angle of 347.33º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E63258 is Cyan = 0, Magento = 0.78, Yellow = 0.62 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 50 | 88 | - |
| CMYK | 0 | 0.78 | 0.62 | 0.10 |
| HSL | 347.33º | 0.78% | 0.55% | - |
| HSV(B) | 347.33º | 0.78% | 0.9% | - |
| XYZ | 35.54 | 19.81 | 11.18 | - |
| YUV | 108.15 | 116.63 | 214.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 50 | 88 | 0 | 0.78 | 0.62 | 0.10 | 347.33 | 0.78 | 0.55 |
| Hex | E6 | 32 | 58 | 0 | 4E | 3E | A | 15B | 4E | 37 |
| Octal | 346 | 62 | 130 | 0 | 116 | 76 | 12 | 533 | 116 | 67 |
| Binary | 11100110 | 110010 | 1011000 | 0 | 1001110 | 111110 | 1010 | 101011011 | 1001110 | 110111 |
Color Harmonies of #E63258
Complementary color
Monochromatic Colors of #E63258
Black with #E63258
Text Example
Text Example
White with #E63258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E63258; }
p { color: rgb(230,50,88); }
H1.HeaderClassName
{
color: #E63258;
}
.AnyTagClassName
{
color: #E63258;
}
</style>
background-color css
<style>
a { background-color: #E63258; }
a { background-color: rgb(230,50,88); }
div.DivClassName
{
background-color: #E63258;
}
.BgClassName
{
background-color: #E63258;
}
</style>
border-color css
<style>
span { border-color: #E63258; }
span { border-color: rgb(230,50,88); }
td.TdClassName
{
border-color: #E63258;
}
.TagClassName
{
border-color: #E63258;
}
</style>