Shades of Amaranth #E62D4A
Tints of Amaranth #E62D4A
RGB
CMYK
RGB Variations
Color information
#E62D4A (or 0xE62D4A) is known color: Amaranth. HEX triplet: E6, 2D and 4A. RGB value is (230,45,74). Sum of RGB (Red+Green+Blue) = 230+45+74=349 (46% of max value = 765). Red value is 230 (90.23% from 255 or 65.90% from 349); Green value is 45 (17.97% from 255 or 12.89% from 349); Blue value is 74 (29.30% from 255 or 21.20% from 349); Max value from RGB is 230 - color contains mainly: red. Hex color #E62D4A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E62D4A is #19D2B5. Grayscale: #676767. Windows color (decimal): -1692342 or 4861414. OLE color: 4861414.
HSL color Cylindrical-coordinate representation of color #E62D4A: hue angle of 350.59º 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 #E62D4A is Cyan = 0, Magento = 0.80, Yellow = 0.68 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 45 | 74 | - |
| CMYK | 0 | 0.80 | 0.68 | 0.10 |
| HSL | 350.59º | 0.79% | 0.54% | - |
| HSV(B) | 350.59º | 0.8% | 0.9% | - |
| XYZ | 34.81 | 19.19 | 8.35 | - |
| YUV | 103.62 | 111.29 | 218.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 45 | 74 | 0 | 0.80 | 0.68 | 0.10 | 350.59 | 0.79 | 0.54 |
| Hex | E6 | 2D | 4A | 0 | 50 | 44 | A | 15F | 4F | 36 |
| Octal | 346 | 55 | 112 | 0 | 120 | 104 | 12 | 537 | 117 | 66 |
| Binary | 11100110 | 101101 | 1001010 | 0 | 1010000 | 1000100 | 1010 | 101011111 | 1001111 | 110110 |
Color Harmonies of #E62D4A
Complementary color
Monochromatic Colors of #E62D4A
Black with #E62D4A
Text Example
Text Example
White with #E62D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E62D4A; }
p { color: rgb(230,45,74); }
H1.HeaderClassName
{
color: #E62D4A;
}
.AnyTagClassName
{
color: #E62D4A;
}
</style>
background-color css
<style>
a { background-color: #E62D4A; }
a { background-color: rgb(230,45,74); }
div.DivClassName
{
background-color: #E62D4A;
}
.BgClassName
{
background-color: #E62D4A;
}
</style>
border-color css
<style>
span { border-color: #E62D4A; }
span { border-color: rgb(230,45,74); }
td.TdClassName
{
border-color: #E62D4A;
}
.TagClassName
{
border-color: #E62D4A;
}
</style>