Shades of Amaranth #E43445
Tints of Amaranth #E43445
RGB
CMYK
RGB Variations
Color information
#E43445 (or 0xE43445) is known color: Amaranth. HEX triplet: E4, 34 and 45. RGB value is (228,52,69). Sum of RGB (Red+Green+Blue) = 228+52+69=349 (46% of max value = 765). Red value is 228 (89.45% from 255 or 65.33% from 349); Green value is 52 (20.70% from 255 or 14.90% from 349); Blue value is 69 (27.34% from 255 or 19.77% from 349); Max value from RGB is 228 - color contains mainly: red. Hex color #E43445 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E43445 is #1BCBBA. Grayscale: #6A6A6A. Windows color (decimal): -1821627 or 4535524. OLE color: 4535524.
HSL color Cylindrical-coordinate representation of color #E43445: hue angle of 354.2º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E43445 is Cyan = 0, Magento = 0.77, Yellow = 0.70 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 52 | 69 | - |
| CMYK | 0 | 0.77 | 0.70 | 0.11 |
| HSL | 354.2º | 0.77% | 0.55% | - |
| HSV(B) | 354.2º | 0.77% | 0.89% | - |
| XYZ | 34.3 | 19.38 | 7.56 | - |
| YUV | 106.56 | 106.81 | 214.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 52 | 69 | 0 | 0.77 | 0.70 | 0.11 | 354.2 | 0.77 | 0.55 |
| Hex | E4 | 34 | 45 | 0 | 4D | 46 | B | 162 | 4D | 37 |
| Octal | 344 | 64 | 105 | 0 | 115 | 106 | 13 | 542 | 115 | 67 |
| Binary | 11100100 | 110100 | 1000101 | 0 | 1001101 | 1000110 | 1011 | 101100010 | 1001101 | 110111 |
Color Harmonies of #E43445
Complementary color
Monochromatic Colors of #E43445
Black with #E43445
Text Example
Text Example
White with #E43445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E43445; }
p { color: rgb(228,52,69); }
H1.HeaderClassName
{
color: #E43445;
}
.AnyTagClassName
{
color: #E43445;
}
</style>
background-color css
<style>
a { background-color: #E43445; }
a { background-color: rgb(228,52,69); }
div.DivClassName
{
background-color: #E43445;
}
.BgClassName
{
background-color: #E43445;
}
</style>
border-color css
<style>
span { border-color: #E43445; }
span { border-color: rgb(228,52,69); }
td.TdClassName
{
border-color: #E43445;
}
.TagClassName
{
border-color: #E43445;
}
</style>