Shades of Amaranth #E62353
Tints of Amaranth #E62353
RGB
CMYK
RGB Variations
Color information
#E62353 (or 0xE62353) is known color: Amaranth. HEX triplet: E6, 23 and 53. RGB value is (230,35,83). Sum of RGB (Red+Green+Blue) = 230+35+83=348 (46% of max value = 765). Red value is 230 (90.23% from 255 or 66.09% from 348); Green value is 35 (14.06% from 255 or 10.06% from 348); Blue value is 83 (32.81% from 255 or 23.85% from 348); Max value from RGB is 230 - color contains mainly: red. Hex color #E62353 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E62353 is #19DCAC. Grayscale: #626262. Windows color (decimal): -1694893 or 5448678. OLE color: 5448678.
HSL color Cylindrical-coordinate representation of color #E62353: hue angle of 345.23º 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 #E62353 is Cyan = 0, Magento = 0.85, Yellow = 0.64 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 35 | 83 | - |
| CMYK | 0 | 0.85 | 0.64 | 0.10 |
| HSL | 345.23º | 0.8% | 0.52% | - |
| HSV(B) | 345.23º | 0.85% | 0.9% | - |
| XYZ | 34.8 | 18.65 | 9.95 | - |
| YUV | 98.78 | 119.1 | 221.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 35 | 83 | 0 | 0.85 | 0.64 | 0.10 | 345.23 | 0.8 | 0.52 |
| Hex | E6 | 23 | 53 | 0 | 55 | 40 | A | 159 | 50 | 34 |
| Octal | 346 | 43 | 123 | 0 | 125 | 100 | 12 | 531 | 120 | 64 |
| Binary | 11100110 | 100011 | 1010011 | 0 | 1010101 | 1000000 | 1010 | 101011001 | 1010000 | 110100 |
Color Harmonies of #E62353
Complementary color
Monochromatic Colors of #E62353
Black with #E62353
Text Example
Text Example
White with #E62353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E62353; }
p { color: rgb(230,35,83); }
H1.HeaderClassName
{
color: #E62353;
}
.AnyTagClassName
{
color: #E62353;
}
</style>
background-color css
<style>
a { background-color: #E62353; }
a { background-color: rgb(230,35,83); }
div.DivClassName
{
background-color: #E62353;
}
.BgClassName
{
background-color: #E62353;
}
</style>
border-color css
<style>
span { border-color: #E62353; }
span { border-color: rgb(230,35,83); }
td.TdClassName
{
border-color: #E62353;
}
.TagClassName
{
border-color: #E62353;
}
</style>