Shades of Amaranth #E13943
Tints of Amaranth #E13943
RGB
CMYK
RGB Variations
Color information
#E13943 (or 0xE13943) is known color: Amaranth. HEX triplet: E1, 39 and 43. RGB value is (225,57,67). Sum of RGB (Red+Green+Blue) = 225+57+67=349 (46% of max value = 765). Red value is 225 (88.28% from 255 or 64.47% from 349); Green value is 57 (22.66% from 255 or 16.33% from 349); Blue value is 67 (26.56% from 255 or 19.20% from 349); Max value from RGB is 225 - color contains mainly: red. Hex color #E13943 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E13943 is #1EC6BC. Grayscale: #6C6C6C. Windows color (decimal): -2016957 or 4405729. OLE color: 4405729.
HSL color Cylindrical-coordinate representation of color #E13943: hue angle of 356.43º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E13943 is Cyan = 0, Magento = 0.75, Yellow = 0.70 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 57 | 67 | - |
| CMYK | 0 | 0.75 | 0.70 | 0.12 |
| HSL | 356.43º | 0.74% | 0.55% | - |
| HSV(B) | 356.43º | 0.75% | 0.88% | - |
| XYZ | 33.53 | 19.34 | 7.28 | - |
| YUV | 108.37 | 104.66 | 211.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 57 | 67 | 0 | 0.75 | 0.70 | 0.12 | 356.43 | 0.74 | 0.55 |
| Hex | E1 | 39 | 43 | 0 | 4B | 46 | C | 164 | 4A | 37 |
| Octal | 341 | 71 | 103 | 0 | 113 | 106 | 14 | 544 | 112 | 67 |
| Binary | 11100001 | 111001 | 1000011 | 0 | 1001011 | 1000110 | 1100 | 101100100 | 1001010 | 110111 |
Color Harmonies of #E13943
Complementary color
Monochromatic Colors of #E13943
Black with #E13943
Text Example
Text Example
White with #E13943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E13943; }
p { color: rgb(225,57,67); }
H1.HeaderClassName
{
color: #E13943;
}
.AnyTagClassName
{
color: #E13943;
}
</style>
background-color css
<style>
a { background-color: #E13943; }
a { background-color: rgb(225,57,67); }
div.DivClassName
{
background-color: #E13943;
}
.BgClassName
{
background-color: #E13943;
}
</style>
border-color css
<style>
span { border-color: #E13943; }
span { border-color: rgb(225,57,67); }
td.TdClassName
{
border-color: #E13943;
}
.TagClassName
{
border-color: #E13943;
}
</style>