Shades of Amaranth #E74053
Tints of Amaranth #E74053
RGB
CMYK
RGB Variations
Color information
#E74053 (or 0xE74053) is known color: Amaranth. HEX triplet: E7, 40 and 53. RGB value is (231,64,83). Sum of RGB (Red+Green+Blue) = 231+64+83=378 (50% of max value = 765). Red value is 231 (90.62% from 255 or 61.11% from 378); Green value is 64 (25.39% from 255 or 16.93% from 378); Blue value is 83 (32.81% from 255 or 21.96% from 378); Max value from RGB is 231 - color contains mainly: red. Hex color #E74053 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E74053 is #18BFAC. Grayscale: #747474. Windows color (decimal): -1621933 or 5456103. OLE color: 5456103.
HSL color Cylindrical-coordinate representation of color #E74053: hue angle of 353.17º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E74053 is Cyan = 0, Magento = 0.72, Yellow = 0.64 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 64 | 83 | - |
| CMYK | 0 | 0.72 | 0.64 | 0.09 |
| HSL | 353.17º | 0.78% | 0.58% | - |
| HSV(B) | 353.17º | 0.72% | 0.91% | - |
| XYZ | 36.35 | 21.28 | 10.38 | - |
| YUV | 116.1 | 109.33 | 209.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 64 | 83 | 0 | 0.72 | 0.64 | 0.09 | 353.17 | 0.78 | 0.58 |
| Hex | E7 | 40 | 53 | 0 | 48 | 40 | 9 | 161 | 4E | 3A |
| Octal | 347 | 100 | 123 | 0 | 110 | 100 | 11 | 541 | 116 | 72 |
| Binary | 11100111 | 1000000 | 1010011 | 0 | 1001000 | 1000000 | 1001 | 101100001 | 1001110 | 111010 |
Color Harmonies of #E74053
Complementary color
Monochromatic Colors of #E74053
Black with #E74053
Text Example
Text Example
White with #E74053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74053; }
p { color: rgb(231,64,83); }
H1.HeaderClassName
{
color: #E74053;
}
.AnyTagClassName
{
color: #E74053;
}
</style>
background-color css
<style>
a { background-color: #E74053; }
a { background-color: rgb(231,64,83); }
div.DivClassName
{
background-color: #E74053;
}
.BgClassName
{
background-color: #E74053;
}
</style>
border-color css
<style>
span { border-color: #E74053; }
span { border-color: rgb(231,64,83); }
td.TdClassName
{
border-color: #E74053;
}
.TagClassName
{
border-color: #E74053;
}
</style>