Shades of Amaranth #E63449
Tints of Amaranth #E63449
RGB
CMYK
RGB Variations
Color information
#E63449 (or 0xE63449) is known color: Amaranth. HEX triplet: E6, 34 and 49. RGB value is (230,52,73). Sum of RGB (Red+Green+Blue) = 230+52+73=355 (47% of max value = 765). Red value is 230 (90.23% from 255 or 64.79% from 355); Green value is 52 (20.70% from 255 or 14.65% from 355); Blue value is 73 (28.91% from 255 or 20.56% from 355); Max value from RGB is 230 - color contains mainly: red. Hex color #E63449 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E63449 is #19CBB6. Grayscale: #6B6B6B. Windows color (decimal): -1690551 or 4797670. OLE color: 4797670.
HSL color Cylindrical-coordinate representation of color #E63449: hue angle of 352.92º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E63449 is Cyan = 0, Magento = 0.77, Yellow = 0.68 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 52 | 73 | - |
| CMYK | 0 | 0.77 | 0.68 | 0.10 |
| HSL | 352.92º | 0.78% | 0.55% | - |
| HSV(B) | 352.92º | 0.77% | 0.9% | - |
| XYZ | 35.06 | 19.76 | 8.27 | - |
| YUV | 107.62 | 108.47 | 215.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 52 | 73 | 0 | 0.77 | 0.68 | 0.10 | 352.92 | 0.78 | 0.55 |
| Hex | E6 | 34 | 49 | 0 | 4D | 44 | A | 161 | 4E | 37 |
| Octal | 346 | 64 | 111 | 0 | 115 | 104 | 12 | 541 | 116 | 67 |
| Binary | 11100110 | 110100 | 1001001 | 0 | 1001101 | 1000100 | 1010 | 101100001 | 1001110 | 110111 |
Color Harmonies of #E63449
Complementary color
Monochromatic Colors of #E63449
Black with #E63449
Text Example
Text Example
White with #E63449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E63449; }
p { color: rgb(230,52,73); }
H1.HeaderClassName
{
color: #E63449;
}
.AnyTagClassName
{
color: #E63449;
}
</style>
background-color css
<style>
a { background-color: #E63449; }
a { background-color: rgb(230,52,73); }
div.DivClassName
{
background-color: #E63449;
}
.BgClassName
{
background-color: #E63449;
}
</style>
border-color css
<style>
span { border-color: #E63449; }
span { border-color: rgb(230,52,73); }
td.TdClassName
{
border-color: #E63449;
}
.TagClassName
{
border-color: #E63449;
}
</style>