Shades of Amaranth #E62D52
Tints of Amaranth #E62D52
RGB
CMYK
RGB Variations
Color information
#E62D52 (or 0xE62D52) is known color: Amaranth. HEX triplet: E6, 2D and 52. RGB value is (230,45,82). Sum of RGB (Red+Green+Blue) = 230+45+82=357 (47% of max value = 765). Red value is 230 (90.23% from 255 or 64.43% from 357); Green value is 45 (17.97% from 255 or 12.61% from 357); Blue value is 82 (32.42% from 255 or 22.97% from 357); Max value from RGB is 230 - color contains mainly: red. Hex color #E62D52 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E62D52 is #19D2AD. Grayscale: #686868. Windows color (decimal): -1692334 or 5385702. OLE color: 5385702.
HSL color Cylindrical-coordinate representation of color #E62D52: hue angle of 348º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E62D52 is Cyan = 0, Magento = 0.80, Yellow = 0.64 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 45 | 82 | - |
| CMYK | 0 | 0.80 | 0.64 | 0.10 |
| HSL | 348º | 0.79% | 0.54% | - |
| HSV(B) | 348º | 0.8% | 0.9% | - |
| XYZ | 35.09 | 19.31 | 9.86 | - |
| YUV | 104.53 | 115.29 | 217.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 45 | 82 | 0 | 0.80 | 0.64 | 0.10 | 348 | 0.79 | 0.54 |
| Hex | E6 | 2D | 52 | 0 | 50 | 40 | A | 15C | 4F | 36 |
| Octal | 346 | 55 | 122 | 0 | 120 | 100 | 12 | 534 | 117 | 66 |
| Binary | 11100110 | 101101 | 1010010 | 0 | 1010000 | 1000000 | 1010 | 101011100 | 1001111 | 110110 |
Color Harmonies of #E62D52
Complementary color
Monochromatic Colors of #E62D52
Black with #E62D52
Text Example
Text Example
White with #E62D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E62D52; }
p { color: rgb(230,45,82); }
H1.HeaderClassName
{
color: #E62D52;
}
.AnyTagClassName
{
color: #E62D52;
}
</style>
background-color css
<style>
a { background-color: #E62D52; }
a { background-color: rgb(230,45,82); }
div.DivClassName
{
background-color: #E62D52;
}
.BgClassName
{
background-color: #E62D52;
}
</style>
border-color css
<style>
span { border-color: #E62D52; }
span { border-color: rgb(230,45,82); }
td.TdClassName
{
border-color: #E62D52;
}
.TagClassName
{
border-color: #E62D52;
}
</style>