Shades of Amaranth #E43650
Tints of Amaranth #E43650
RGB
CMYK
RGB Variations
Color information
#E43650 (or 0xE43650) is known color: Amaranth. HEX triplet: E4, 36 and 50. RGB value is (228,54,80). Sum of RGB (Red+Green+Blue) = 228+54+80=362 (47% of max value = 765). Red value is 228 (89.45% from 255 or 62.98% from 362); Green value is 54 (21.48% from 255 or 14.92% from 362); Blue value is 80 (31.64% from 255 or 22.10% from 362); Max value from RGB is 228 - color contains mainly: red. Hex color #E43650 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E43650 is #1BC9AF. Grayscale: #6D6D6D. Windows color (decimal): -1821104 or 5256932. OLE color: 5256932.
HSL color Cylindrical-coordinate representation of color #E43650: hue angle of 351.03º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E43650 is Cyan = 0, Magento = 0.76, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 54 | 80 | - |
| CMYK | 0 | 0.76 | 0.65 | 0.11 |
| HSL | 351.03º | 0.76% | 0.55% | - |
| HSV(B) | 351.03º | 0.76% | 0.89% | - |
| XYZ | 34.76 | 19.71 | 9.56 | - |
| YUV | 108.99 | 111.65 | 212.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 54 | 80 | 0 | 0.76 | 0.65 | 0.11 | 351.03 | 0.76 | 0.55 |
| Hex | E4 | 36 | 50 | 0 | 4C | 41 | B | 15F | 4C | 37 |
| Octal | 344 | 66 | 120 | 0 | 114 | 101 | 13 | 537 | 114 | 67 |
| Binary | 11100100 | 110110 | 1010000 | 0 | 1001100 | 1000001 | 1011 | 101011111 | 1001100 | 110111 |
Color Harmonies of #E43650
Complementary color
Monochromatic Colors of #E43650
Black with #E43650
Text Example
Text Example
White with #E43650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E43650; }
p { color: rgb(228,54,80); }
H1.HeaderClassName
{
color: #E43650;
}
.AnyTagClassName
{
color: #E43650;
}
</style>
background-color css
<style>
a { background-color: #E43650; }
a { background-color: rgb(228,54,80); }
div.DivClassName
{
background-color: #E43650;
}
.BgClassName
{
background-color: #E43650;
}
</style>
border-color css
<style>
span { border-color: #E43650; }
span { border-color: rgb(228,54,80); }
td.TdClassName
{
border-color: #E43650;
}
.TagClassName
{
border-color: #E43650;
}
</style>