#E03949

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

Shades of Amaranth #E03949

Tints of Amaranth #E03949

Color information

#E03949 (or 0xE03949) is unknown color: approx Amaranth. HEX triplet: E0, 39 and 49. RGB value is (224,57,73). Sum of RGB (Red+Green+Blue) = 224+57+73=354 (46% of max value = 765). Red value is 224 (87.89% from 255 or 63.28% from 354); Green value is 57 (22.66% from 255 or 16.10% from 354); Blue value is 73 (28.91% from 255 or 20.62% from 354); Max value from RGB is 224 - color contains mainly: red. Hex color #E03949 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E03949 is #1FC6B6. Grayscale: #6C6C6C. Windows color (decimal): -2082487 or 4798944. OLE color: 4798944.

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

Color convert

RGB2245773-
CMYK00.750.670.12
HSL354.25º72.93%55.1%-
HSV(B)354.25º74.55%87.84%-
XYZ33.4119.258.26-
YUV108.76107.83210.2-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 63.28%
GREEN value IS 57 (22.66% from 255) = 16.10%
BLUE value IS 73 (28.91% from 255) = 20.62%
R=63.28%
G=16.10%
B=20.62%

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
Decimal224577300.750.670.12354.2572.9355.1
HexE0394904B43C1624937
Octal3407111101131031454211167
Binary11100000111001100100101001011100001111001011000101001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E03949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E03949; }

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

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

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

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

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

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

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

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