Shades of Amaranth #E62B52
Tints of Amaranth #E62B52
RGB
CMYK
RGB Variations
Color information
#E62B52 (or 0xE62B52) is known color: Amaranth. HEX triplet: E6, 2B and 52. RGB value is (230,43,82). Sum of RGB (Red+Green+Blue) = 230+43+82=355 (47% of max value = 765). Red value is 230 (90.23% from 255 or 64.79% from 355); Green value is 43 (17.19% from 255 or 12.11% from 355); Blue value is 82 (32.42% from 255 or 23.10% from 355); Max value from RGB is 230 - color contains mainly: red. Hex color #E62B52 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E62B52 is #19D4AD. Grayscale: #676767. Windows color (decimal): -1692846 or 5385190. OLE color: 5385190.
HSL color Cylindrical-coordinate representation of color #E62B52: hue angle of 347.49º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E62B52 is Cyan = 0, Magento = 0.81, Yellow = 0.64 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 43 | 82 | - |
| CMYK | 0 | 0.81 | 0.64 | 0.10 |
| HSL | 347.49º | 0.79% | 0.54% | - |
| HSV(B) | 347.49º | 0.81% | 0.9% | - |
| XYZ | 35.02 | 19.16 | 9.84 | - |
| YUV | 103.36 | 115.95 | 218.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 43 | 82 | 0 | 0.81 | 0.64 | 0.10 | 347.49 | 0.79 | 0.54 |
| Hex | E6 | 2B | 52 | 0 | 51 | 40 | A | 15B | 4F | 36 |
| Octal | 346 | 53 | 122 | 0 | 121 | 100 | 12 | 533 | 117 | 66 |
| Binary | 11100110 | 101011 | 1010010 | 0 | 1010001 | 1000000 | 1010 | 101011011 | 1001111 | 110110 |
Color Harmonies of #E62B52
Complementary color
Monochromatic Colors of #E62B52
Black with #E62B52
Text Example
Text Example
White with #E62B52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E62B52; }
p { color: rgb(230,43,82); }
H1.HeaderClassName
{
color: #E62B52;
}
.AnyTagClassName
{
color: #E62B52;
}
</style>
background-color css
<style>
a { background-color: #E62B52; }
a { background-color: rgb(230,43,82); }
div.DivClassName
{
background-color: #E62B52;
}
.BgClassName
{
background-color: #E62B52;
}
</style>
border-color css
<style>
span { border-color: #E62B52; }
span { border-color: rgb(230,43,82); }
td.TdClassName
{
border-color: #E62B52;
}
.TagClassName
{
border-color: #E62B52;
}
</style>