Shades of Amaranth #E62A54
Tints of Amaranth #E62A54
RGB
CMYK
RGB Variations
Color information
#E62A54 (or 0xE62A54) is known color: Amaranth. HEX triplet: E6, 2A and 54. RGB value is (230,42,84). Sum of RGB (Red+Green+Blue) = 230+42+84=356 (47% of max value = 765). Red value is 230 (90.23% from 255 or 64.61% from 356); Green value is 42 (16.80% from 255 or 11.80% from 356); Blue value is 84 (33.20% from 255 or 23.60% from 356); Max value from RGB is 230 - color contains mainly: red. Hex color #E62A54 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E62A54 is #19D5AB. Grayscale: #676767. Windows color (decimal): -1693100 or 5516006. OLE color: 5516006.
HSL color Cylindrical-coordinate representation of color #E62A54: hue angle of 346.6º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E62A54 is Cyan = 0, Magento = 0.82, Yellow = 0.63 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 42 | 84 | - |
| CMYK | 0 | 0.82 | 0.63 | 0.10 |
| HSL | 346.6º | 0.79% | 0.53% | - |
| HSV(B) | 346.6º | 0.82% | 0.9% | - |
| XYZ | 35.06 | 19.12 | 10.23 | - |
| YUV | 103 | 117.28 | 218.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 42 | 84 | 0 | 0.82 | 0.63 | 0.10 | 346.6 | 0.79 | 0.53 |
| Hex | E6 | 2A | 54 | 0 | 52 | 3F | A | 15B | 4F | 35 |
| Octal | 346 | 52 | 124 | 0 | 122 | 77 | 12 | 533 | 117 | 65 |
| Binary | 11100110 | 101010 | 1010100 | 0 | 1010010 | 111111 | 1010 | 101011011 | 1001111 | 110101 |
Color Harmonies of #E62A54
Complementary color
Monochromatic Colors of #E62A54
Black with #E62A54
Text Example
Text Example
White with #E62A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E62A54; }
p { color: rgb(230,42,84); }
H1.HeaderClassName
{
color: #E62A54;
}
.AnyTagClassName
{
color: #E62A54;
}
</style>
background-color css
<style>
a { background-color: #E62A54; }
a { background-color: rgb(230,42,84); }
div.DivClassName
{
background-color: #E62A54;
}
.BgClassName
{
background-color: #E62A54;
}
</style>
border-color css
<style>
span { border-color: #E62A54; }
span { border-color: rgb(230,42,84); }
td.TdClassName
{
border-color: #E62A54;
}
.TagClassName
{
border-color: #E62A54;
}
</style>