Shades of Amaranth #E63053
Tints of Amaranth #E63053
RGB
CMYK
RGB Variations
Color information
#E63053 (or 0xE63053) is known color: Amaranth. HEX triplet: E6, 30 and 53. RGB value is (230,48,83). Sum of RGB (Red+Green+Blue) = 230+48+83=361 (47% of max value = 765). Red value is 230 (90.23% from 255 or 63.71% from 361); Green value is 48 (19.14% from 255 or 13.30% from 361); Blue value is 83 (32.81% from 255 or 22.99% from 361); Max value from RGB is 230 - color contains mainly: red. Hex color #E63053 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E63053 is #19CFAC. Grayscale: #6A6A6A. Windows color (decimal): -1691565 or 5452006. OLE color: 5452006.
HSL color Cylindrical-coordinate representation of color #E63053: hue angle of 348.46º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E63053 is Cyan = 0, Magento = 0.79, Yellow = 0.64 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 48 | 83 | - |
| CMYK | 0 | 0.79 | 0.64 | 0.10 |
| HSL | 348.46º | 0.78% | 0.55% | - |
| HSV(B) | 348.46º | 0.79% | 0.9% | - |
| XYZ | 35.25 | 19.56 | 10.1 | - |
| YUV | 106.41 | 114.8 | 216.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 48 | 83 | 0 | 0.79 | 0.64 | 0.10 | 348.46 | 0.78 | 0.55 |
| Hex | E6 | 30 | 53 | 0 | 4F | 40 | A | 15C | 4E | 37 |
| Octal | 346 | 60 | 123 | 0 | 117 | 100 | 12 | 534 | 116 | 67 |
| Binary | 11100110 | 110000 | 1010011 | 0 | 1001111 | 1000000 | 1010 | 101011100 | 1001110 | 110111 |
Color Harmonies of #E63053
Complementary color
Monochromatic Colors of #E63053
Black with #E63053
Text Example
Text Example
White with #E63053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E63053; }
p { color: rgb(230,48,83); }
H1.HeaderClassName
{
color: #E63053;
}
.AnyTagClassName
{
color: #E63053;
}
</style>
background-color css
<style>
a { background-color: #E63053; }
a { background-color: rgb(230,48,83); }
div.DivClassName
{
background-color: #E63053;
}
.BgClassName
{
background-color: #E63053;
}
</style>
border-color css
<style>
span { border-color: #E63053; }
span { border-color: rgb(230,48,83); }
td.TdClassName
{
border-color: #E63053;
}
.TagClassName
{
border-color: #E63053;
}
</style>