Shades of Amaranth #E62357
Tints of Amaranth #E62357
RGB
CMYK
RGB Variations
Color information
#E62357 (or 0xE62357) is known color: Amaranth. HEX triplet: E6, 23 and 57. RGB value is (230,35,87). Sum of RGB (Red+Green+Blue) = 230+35+87=352 (46% of max value = 765). Red value is 230 (90.23% from 255 or 65.34% from 352); Green value is 35 (14.06% from 255 or 9.94% from 352); Blue value is 87 (34.38% from 255 or 24.72% from 352); Max value from RGB is 230 - color contains mainly: red. Hex color #E62357 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E62357 is #19DCA8. Grayscale: #636363. Windows color (decimal): -1694889 or 5710822. OLE color: 5710822.
HSL color Cylindrical-coordinate representation of color #E62357: hue angle of 344º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E62357 is Cyan = 0, Magento = 0.85, Yellow = 0.62 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 35 | 87 | - |
| CMYK | 0 | 0.85 | 0.62 | 0.10 |
| HSL | 344º | 0.8% | 0.52% | - |
| HSV(B) | 344º | 0.85% | 0.9% | - |
| XYZ | 34.95 | 18.71 | 10.79 | - |
| YUV | 99.23 | 121.1 | 221.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 35 | 87 | 0 | 0.85 | 0.62 | 0.10 | 344 | 0.8 | 0.52 |
| Hex | E6 | 23 | 57 | 0 | 55 | 3E | A | 158 | 50 | 34 |
| Octal | 346 | 43 | 127 | 0 | 125 | 76 | 12 | 530 | 120 | 64 |
| Binary | 11100110 | 100011 | 1010111 | 0 | 1010101 | 111110 | 1010 | 101011000 | 1010000 | 110100 |
Color Harmonies of #E62357
Complementary color
Monochromatic Colors of #E62357
Black with #E62357
Text Example
Text Example
White with #E62357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E62357; }
p { color: rgb(230,35,87); }
H1.HeaderClassName
{
color: #E62357;
}
.AnyTagClassName
{
color: #E62357;
}
</style>
background-color css
<style>
a { background-color: #E62357; }
a { background-color: rgb(230,35,87); }
div.DivClassName
{
background-color: #E62357;
}
.BgClassName
{
background-color: #E62357;
}
</style>
border-color css
<style>
span { border-color: #E62357; }
span { border-color: rgb(230,35,87); }
td.TdClassName
{
border-color: #E62357;
}
.TagClassName
{
border-color: #E62357;
}
</style>