#E0374E

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

Shades of Amaranth #E0374E

Tints of Amaranth #E0374E

Color information

#E0374E (or 0xE0374E) is unknown color: approx Amaranth. HEX triplet: E0, 37 and 4E. RGB value is (224,55,78). Sum of RGB (Red+Green+Blue) = 224+55+78=357 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.75% from 357); Green value is 55 (21.88% from 255 or 15.41% from 357); Blue value is 78 (30.86% from 255 or 21.85% from 357); Max value from RGB is 224 - color contains mainly: red. Hex color #E0374E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E0374E is #1FC8B1. Grayscale: #6C6C6C. Windows color (decimal): -2082994 or 5126112. OLE color: 5126112.

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

Color convert

RGB2245578-
CMYK00.750.650.12
HSL351.83º73.16%54.71%-
HSV(B)351.83º75.45%87.84%-
XYZ33.4819.139.14-
YUV108.15110.99210.63-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 62.75%
GREEN value IS 55 (21.88% from 255) = 15.41%
BLUE value IS 78 (30.86% from 255) = 21.85%
R=62.75%
G=15.41%
B=21.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.65
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224557800.750.650.12351.8373.1654.71
HexE0374E04B41C1604937
Octal3406711601131011454011167
Binary11100000110111100111001001011100000111001011000001001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0374E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0374E; }

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

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

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

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

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

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

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

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