Shades of Amaranth #E63448
Tints of Amaranth #E63448
RGB
CMYK
RGB Variations
Color information
#E63448 (or 0xE63448) is known color: Amaranth. HEX triplet: E6, 34 and 48. RGB value is (230,52,72). Sum of RGB (Red+Green+Blue) = 230+52+72=354 (46% of max value = 765). Red value is 230 (90.23% from 255 or 64.97% from 354); Green value is 52 (20.70% from 255 or 14.69% from 354); Blue value is 72 (28.52% from 255 or 20.34% from 354); Max value from RGB is 230 - color contains mainly: red. Hex color #E63448 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E63448 is #19CBB7. Grayscale: #6B6B6B. Windows color (decimal): -1690552 or 4732134. OLE color: 4732134.
HSL color Cylindrical-coordinate representation of color #E63448: hue angle of 353.26º 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 #E63448 is Cyan = 0, Magento = 0.77, Yellow = 0.69 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 52 | 72 | - |
| CMYK | 0 | 0.77 | 0.69 | 0.10 |
| HSL | 353.26º | 0.78% | 0.55% | - |
| HSV(B) | 353.26º | 0.77% | 0.9% | - |
| XYZ | 35.03 | 19.75 | 8.1 | - |
| YUV | 107.5 | 107.97 | 215.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 52 | 72 | 0 | 0.77 | 0.69 | 0.10 | 353.26 | 0.78 | 0.55 |
| Hex | E6 | 34 | 48 | 0 | 4D | 45 | A | 161 | 4E | 37 |
| Octal | 346 | 64 | 110 | 0 | 115 | 105 | 12 | 541 | 116 | 67 |
| Binary | 11100110 | 110100 | 1001000 | 0 | 1001101 | 1000101 | 1010 | 101100001 | 1001110 | 110111 |
Color Harmonies of #E63448
Complementary color
Monochromatic Colors of #E63448
Black with #E63448
Text Example
Text Example
White with #E63448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E63448; }
p { color: rgb(230,52,72); }
H1.HeaderClassName
{
color: #E63448;
}
.AnyTagClassName
{
color: #E63448;
}
</style>
background-color css
<style>
a { background-color: #E63448; }
a { background-color: rgb(230,52,72); }
div.DivClassName
{
background-color: #E63448;
}
.BgClassName
{
background-color: #E63448;
}
</style>
border-color css
<style>
span { border-color: #E63448; }
span { border-color: rgb(230,52,72); }
td.TdClassName
{
border-color: #E63448;
}
.TagClassName
{
border-color: #E63448;
}
</style>