#E03144

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

Shades of Amaranth #E03144

Tints of Amaranth #E03144

Color information

#E03144 (or 0xE03144) is unknown color: approx Amaranth. HEX triplet: E0, 31 and 44. RGB value is (224,49,68). Sum of RGB (Red+Green+Blue) = 224+49+68=341 (45% of max value = 765). Red value is 224 (87.89% from 255 or 65.69% from 341); Green value is 49 (19.53% from 255 or 14.37% from 341); Blue value is 68 (26.95% from 255 or 19.94% from 341); Max value from RGB is 224 - color contains mainly: red. Hex color #E03144 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E03144 is #1FCEBB. Grayscale: #676767. Windows color (decimal): -2084540 or 4469216. OLE color: 4469216.

HSL color Cylindrical-coordinate representation of color #E03144: hue angle of 353.49º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E03144 is Cyan = 0, Magento = 0.78, Yellow = 0.70 and Black (K on CMYK) = 0.12.

Color convert

RGB2244968-
CMYK00.780.700.12
HSL353.49º73.84%53.53%-
HSV(B)353.49º78.12%87.84%-
XYZ32.8818.467.3-
YUV103.49107.98213.96-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 65.69%
GREEN value IS 49 (19.53% from 255) = 14.37%
BLUE value IS 68 (26.95% from 255) = 19.94%
R=65.69%
G=14.37%
B=19.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.70
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224496800.780.700.12353.4973.8453.53
HexE0314404E46C1614a36
Octal3406110401161061454111266
Binary11100000110001100010001001110100011011001011000011001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E03144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E03144; }

 p { color: rgb(224,49,68); }

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

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

 a { background-color: rgb(224,49,68); }

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

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

 span { border-color: rgb(224,49,68); }

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