#E0374C

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

Shades of Amaranth #E0374C

Tints of Amaranth #E0374C

Color information

#E0374C (or 0xE0374C) is unknown color: approx Amaranth. HEX triplet: E0, 37 and 4C. RGB value is (224,55,76). Sum of RGB (Red+Green+Blue) = 224+55+76=355 (47% of max value = 765). Red value is 224 (87.89% from 255 or 63.10% from 355); Green value is 55 (21.88% from 255 or 15.49% from 355); Blue value is 76 (30.08% from 255 or 21.41% from 355); Max value from RGB is 224 - color contains mainly: red. Hex color #E0374C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E0374C is #1FC8B3. Grayscale: #6C6C6C. Windows color (decimal): -2082996 or 4995040. OLE color: 4995040.

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

Color convert

RGB2245576-
CMYK00.750.660.12
HSL352.54º73.16%54.71%-
HSV(B)352.54º75.45%87.84%-
XYZ33.4119.18.76-
YUV107.92109.99210.79-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 63.10%
GREEN value IS 55 (21.88% from 255) = 15.49%
BLUE value IS 76 (30.08% from 255) = 21.41%
R=63.10%
G=15.49%
B=21.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.66
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224557600.750.660.12352.5473.1654.71
HexE0374C04B42C1614937
Octal3406711401131021454111167
Binary11100000110111100110001001011100001011001011000011001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0374C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0374C; }

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

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

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

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

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

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

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

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