Shades of Amaranth #E63954
Tints of Amaranth #E63954
RGB
CMYK
RGB Variations
Color information
#E63954 (or 0xE63954) is known color: Amaranth. HEX triplet: E6, 39 and 54. RGB value is (230,57,84). Sum of RGB (Red+Green+Blue) = 230+57+84=371 (49% of max value = 765). Red value is 230 (90.23% from 255 or 61.99% from 371); Green value is 57 (22.66% from 255 or 15.36% from 371); Blue value is 84 (33.20% from 255 or 22.64% from 371); Max value from RGB is 230 - color contains mainly: red. Hex color #E63954 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E63954 is #19C6AB. Grayscale: #6F6F6F. Windows color (decimal): -1689260 or 5519846. OLE color: 5519846.
HSL color Cylindrical-coordinate representation of color #E63954: hue angle of 350.64º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E63954 is Cyan = 0, Magento = 0.75, Yellow = 0.63 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 57 | 84 | - |
| CMYK | 0 | 0.75 | 0.63 | 0.10 |
| HSL | 350.64º | 0.78% | 0.56% | - |
| HSV(B) | 350.64º | 0.75% | 0.9% | - |
| XYZ | 35.7 | 20.39 | 10.44 | - |
| YUV | 111.81 | 112.31 | 212.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 57 | 84 | 0 | 0.75 | 0.63 | 0.10 | 350.64 | 0.78 | 0.56 |
| Hex | E6 | 39 | 54 | 0 | 4B | 3F | A | 15F | 4E | 38 |
| Octal | 346 | 71 | 124 | 0 | 113 | 77 | 12 | 537 | 116 | 70 |
| Binary | 11100110 | 111001 | 1010100 | 0 | 1001011 | 111111 | 1010 | 101011111 | 1001110 | 111000 |
Color Harmonies of #E63954
Complementary color
Monochromatic Colors of #E63954
Black with #E63954
Text Example
Text Example
White with #E63954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E63954; }
p { color: rgb(230,57,84); }
H1.HeaderClassName
{
color: #E63954;
}
.AnyTagClassName
{
color: #E63954;
}
</style>
background-color css
<style>
a { background-color: #E63954; }
a { background-color: rgb(230,57,84); }
div.DivClassName
{
background-color: #E63954;
}
.BgClassName
{
background-color: #E63954;
}
</style>
border-color css
<style>
span { border-color: #E63954; }
span { border-color: rgb(230,57,84); }
td.TdClassName
{
border-color: #E63954;
}
.TagClassName
{
border-color: #E63954;
}
</style>