Shades of Amaranth #E62248
Tints of Amaranth #E62248
RGB
CMYK
RGB Variations
Color information
#E62248 (or 0xE62248) is known color: Amaranth. HEX triplet: E6, 22 and 48. RGB value is (230,34,72). Sum of RGB (Red+Green+Blue) = 230+34+72=336 (44% of max value = 765). Red value is 230 (90.23% from 255 or 68.45% from 336); Green value is 34 (13.67% from 255 or 10.12% from 336); Blue value is 72 (28.52% from 255 or 21.43% from 336); Max value from RGB is 230 - color contains mainly: red. Hex color #E62248 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E62248 is #19DDB7. Grayscale: #606060. Windows color (decimal): -1695160 or 4727526. OLE color: 4727526.
HSL color Cylindrical-coordinate representation of color #E62248: hue angle of 348.37º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E62248 is Cyan = 0, Magento = 0.85, Yellow = 0.69 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 34 | 72 | - |
| CMYK | 0 | 0.85 | 0.69 | 0.10 |
| HSL | 348.37º | 0.8% | 0.52% | - |
| HSV(B) | 348.37º | 0.85% | 0.9% | - |
| XYZ | 34.37 | 18.43 | 7.88 | - |
| YUV | 96.94 | 113.93 | 222.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 34 | 72 | 0 | 0.85 | 0.69 | 0.10 | 348.37 | 0.8 | 0.52 |
| Hex | E6 | 22 | 48 | 0 | 55 | 45 | A | 15C | 50 | 34 |
| Octal | 346 | 42 | 110 | 0 | 125 | 105 | 12 | 534 | 120 | 64 |
| Binary | 11100110 | 100010 | 1001000 | 0 | 1010101 | 1000101 | 1010 | 101011100 | 1010000 | 110100 |
Color Harmonies of #E62248
Complementary color
Monochromatic Colors of #E62248
Black with #E62248
Text Example
Text Example
White with #E62248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E62248; }
p { color: rgb(230,34,72); }
H1.HeaderClassName
{
color: #E62248;
}
.AnyTagClassName
{
color: #E62248;
}
</style>
background-color css
<style>
a { background-color: #E62248; }
a { background-color: rgb(230,34,72); }
div.DivClassName
{
background-color: #E62248;
}
.BgClassName
{
background-color: #E62248;
}
</style>
border-color css
<style>
span { border-color: #E62248; }
span { border-color: rgb(230,34,72); }
td.TdClassName
{
border-color: #E62248;
}
.TagClassName
{
border-color: #E62248;
}
</style>