Shades of Amaranth #E62E4F
Tints of Amaranth #E62E4F
RGB
CMYK
RGB Variations
Color information
#E62E4F (or 0xE62E4F) is known color: Amaranth. HEX triplet: E6, 2E and 4F. RGB value is (230,46,79). Sum of RGB (Red+Green+Blue) = 230+46+79=355 (47% of max value = 765). Red value is 230 (90.23% from 255 or 64.79% from 355); Green value is 46 (18.36% from 255 or 12.96% from 355); Blue value is 79 (31.25% from 255 or 22.25% from 355); Max value from RGB is 230 - color contains mainly: red. Hex color #E62E4F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E62E4F is #19D1B0. Grayscale: #686868. Windows color (decimal): -1692081 or 5189350. OLE color: 5189350.
HSL color Cylindrical-coordinate representation of color #E62E4F: hue angle of 349.24º 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 #E62E4F is Cyan = 0, Magento = 0.8, Yellow = 0.66 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 46 | 79 | - |
| CMYK | 0 | 0.8 | 0.66 | 0.10 |
| HSL | 349.24º | 0.79% | 0.54% | - |
| HSV(B) | 349.24º | 0.8% | 0.9% | - |
| XYZ | 35.02 | 19.34 | 9.28 | - |
| YUV | 104.78 | 113.46 | 217.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 46 | 79 | 0 | 0.8 | 0.66 | 0.10 | 349.24 | 0.79 | 0.54 |
| Hex | E6 | 2E | 4F | 0 | 50 | 42 | A | 15D | 4F | 36 |
| Octal | 346 | 56 | 117 | 0 | 120 | 102 | 12 | 535 | 117 | 66 |
| Binary | 11100110 | 101110 | 1001111 | 0 | 1010000 | 1000010 | 1010 | 101011101 | 1001111 | 110110 |
Color Harmonies of #E62E4F
Complementary color
Monochromatic Colors of #E62E4F
Black with #E62E4F
Text Example
Text Example
White with #E62E4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E62E4F; }
p { color: rgb(230,46,79); }
H1.HeaderClassName
{
color: #E62E4F;
}
.AnyTagClassName
{
color: #E62E4F;
}
</style>
background-color css
<style>
a { background-color: #E62E4F; }
a { background-color: rgb(230,46,79); }
div.DivClassName
{
background-color: #E62E4F;
}
.BgClassName
{
background-color: #E62E4F;
}
</style>
border-color css
<style>
span { border-color: #E62E4F; }
span { border-color: rgb(230,46,79); }
td.TdClassName
{
border-color: #E62E4F;
}
.TagClassName
{
border-color: #E62E4F;
}
</style>