Shades of Amaranth #E02745
Tints of Amaranth #E02745
RGB
CMYK
RGB Variations
Color information
#E02745 (or 0xE02745) is known color: Amaranth. HEX triplet: E0, 27 and 45. RGB value is (224,39,69). Sum of RGB (Red+Green+Blue) = 224+39+69=332 (43% of max value = 765). Red value is 224 (87.89% from 255 or 67.47% from 332); Green value is 39 (15.62% from 255 or 11.75% from 332); Blue value is 69 (27.34% from 255 or 20.78% from 332); Max value from RGB is 224 - color contains mainly: red. Hex color #E02745 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E02745 is #1FD8BA. Grayscale: #616161. Windows color (decimal): -2087099 or 4532192. OLE color: 4532192.
HSL color Cylindrical-coordinate representation of color #E02745: hue angle of 350.27º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E02745 is Cyan = 0, Magento = 0.83, Yellow = 0.69 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 39 | 69 | - |
| CMYK | 0 | 0.83 | 0.69 | 0.12 |
| HSL | 350.27º | 0.75% | 0.52% | - |
| HSV(B) | 350.27º | 0.83% | 0.88% | - |
| XYZ | 32.54 | 17.73 | 7.34 | - |
| YUV | 97.74 | 111.79 | 218.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 39 | 69 | 0 | 0.83 | 0.69 | 0.12 | 350.27 | 0.75 | 0.52 |
| Hex | E0 | 27 | 45 | 0 | 53 | 45 | C | 15E | 4B | 34 |
| Octal | 340 | 47 | 105 | 0 | 123 | 105 | 14 | 536 | 113 | 64 |
| Binary | 11100000 | 100111 | 1000101 | 0 | 1010011 | 1000101 | 1100 | 101011110 | 1001011 | 110100 |
Color Harmonies of #E02745
Complementary color
Monochromatic Colors of #E02745
Black with #E02745
Text Example
Text Example
White with #E02745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02745; }
p { color: rgb(224,39,69); }
H1.HeaderClassName
{
color: #E02745;
}
.AnyTagClassName
{
color: #E02745;
}
</style>
background-color css
<style>
a { background-color: #E02745; }
a { background-color: rgb(224,39,69); }
div.DivClassName
{
background-color: #E02745;
}
.BgClassName
{
background-color: #E02745;
}
</style>
border-color css
<style>
span { border-color: #E02745; }
span { border-color: rgb(224,39,69); }
td.TdClassName
{
border-color: #E02745;
}
.TagClassName
{
border-color: #E02745;
}
</style>