#E03749

Color #E03749 Amaranth (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amaranth #E03749

Tints of Amaranth #E03749

Color information

#E03749 (or 0xE03749) is unknown color: approx Amaranth. HEX triplet: E0, 37 and 49. RGB value is (224,55,73). Sum of RGB (Red+Green+Blue) = 224+55+73=352 (46% of max value = 765). Red value is 224 (87.89% from 255 or 63.64% from 352); Green value is 55 (21.88% from 255 or 15.62% from 352); Blue value is 73 (28.91% from 255 or 20.74% from 352); Max value from RGB is 224 - color contains mainly: red. Hex color #E03749 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E03749 is #1FC8B6. Grayscale: #6B6B6B. Windows color (decimal): -2082999 or 4798432. OLE color: 4798432.

HSL color Cylindrical-coordinate representation of color #E03749: hue angle of 353.61º degrees, saturation: 0.73, 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 #E03749 is Cyan = 0, Magento = 0.75, Yellow = 0.67 and Black (K on CMYK) = 0.12.

Color convert

RGB2245573-
CMYK00.750.670.12
HSL353.61º73.16%54.71%-
HSV(B)353.61º75.45%87.84%-
XYZ33.3119.068.23-
YUV107.58108.49211.04-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 224 (87.89% from 255) = 63.64%
GREEN value IS 55 (21.88% from 255) = 15.62%
BLUE value IS 73 (28.91% from 255) = 20.74%
R=63.64%
G=15.62%
B=20.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.67
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224557300.750.670.12353.6173.1654.71
HexE0374904B43C1624937
Octal3406711101131031454211167
Binary11100000110111100100101001011100001111001011000101001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E03749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E03749; }

 p { color: rgb(224,55,73); }

 H1.HeaderClassName
 {
   color: #E03749;
 }
 .AnyTagClassName
 {
   color: #E03749;
 }
</style>
background-color css

<style>
 a { background-color: #E03749; }

 a { background-color: rgb(224,55,73); }

 div.DivClassName
 {
   background-color: #E03749;
 }
 .BgClassName
 {
   background-color: #E03749;
 }
</style>
border-color css

<style>
 span { border-color: #E03749; }

 span { border-color: rgb(224,55,73); }

 td.TdClassName
 {
   border-color: #E03749;
 }
 .TagClassName
 {
   border-color: #E03749;
 }
</style>