Shades of Amaranth #E74255
Tints of Amaranth #E74255
RGB
CMYK
RGB Variations
Color information
#E74255 (or 0xE74255) is known color: Amaranth. HEX triplet: E7, 42 and 55. RGB value is (231,66,85). Sum of RGB (Red+Green+Blue) = 231+66+85=382 (50% of max value = 765). Red value is 231 (90.62% from 255 or 60.47% from 382); Green value is 66 (26.17% from 255 or 17.28% from 382); Blue value is 85 (33.59% from 255 or 22.25% from 382); Max value from RGB is 231 - color contains mainly: red. Hex color #E74255 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E74255 is #18BDAA. Grayscale: #757575. Windows color (decimal): -1621419 or 5587687. OLE color: 5587687.
HSL color Cylindrical-coordinate representation of color #E74255: hue angle of 353.09º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E74255 is Cyan = 0, Magento = 0.71, Yellow = 0.63 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 66 | 85 | - |
| CMYK | 0 | 0.71 | 0.63 | 0.09 |
| HSL | 353.09º | 0.77% | 0.58% | - |
| HSV(B) | 353.09º | 0.71% | 0.91% | - |
| XYZ | 36.54 | 21.54 | 10.83 | - |
| YUV | 117.5 | 109.66 | 208.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 66 | 85 | 0 | 0.71 | 0.63 | 0.09 | 353.09 | 0.77 | 0.58 |
| Hex | E7 | 42 | 55 | 0 | 47 | 3F | 9 | 161 | 4D | 3A |
| Octal | 347 | 102 | 125 | 0 | 107 | 77 | 11 | 541 | 115 | 72 |
| Binary | 11100111 | 1000010 | 1010101 | 0 | 1000111 | 111111 | 1001 | 101100001 | 1001101 | 111010 |
Color Harmonies of #E74255
Complementary color
Monochromatic Colors of #E74255
Black with #E74255
Text Example
Text Example
White with #E74255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74255; }
p { color: rgb(231,66,85); }
H1.HeaderClassName
{
color: #E74255;
}
.AnyTagClassName
{
color: #E74255;
}
</style>
background-color css
<style>
a { background-color: #E74255; }
a { background-color: rgb(231,66,85); }
div.DivClassName
{
background-color: #E74255;
}
.BgClassName
{
background-color: #E74255;
}
</style>
border-color css
<style>
span { border-color: #E74255; }
span { border-color: rgb(231,66,85); }
td.TdClassName
{
border-color: #E74255;
}
.TagClassName
{
border-color: #E74255;
}
</style>