#E1374F

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

Shades of Amaranth #E1374F

Tints of Amaranth #E1374F

Color information

#E1374F (or 0xE1374F) is unknown color: approx Amaranth. HEX triplet: E1, 37 and 4F. RGB value is (225,55,79). Sum of RGB (Red+Green+Blue) = 225+55+79=359 (47% of max value = 765). Red value is 225 (88.28% from 255 or 62.67% from 359); Green value is 55 (21.88% from 255 or 15.32% from 359); Blue value is 79 (31.25% from 255 or 22.01% from 359); Max value from RGB is 225 - color contains mainly: red. Hex color #E1374F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1374F is #1EC8B0. Grayscale: #6C6C6C. Windows color (decimal): -2017457 or 5191649. OLE color: 5191649.

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

Color convert

RGB2255579-
CMYK00.760.650.12
HSL351.53º73.91%54.9%-
HSV(B)351.53º75.56%88.24%-
XYZ33.8319.39.34-
YUV108.57111.32211.05-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 62.67%
GREEN value IS 55 (21.88% from 255) = 15.32%
BLUE value IS 79 (31.25% from 255) = 22.01%
R=62.67%
G=15.32%
B=22.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.65
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225557900.760.650.12351.5373.9154.9
HexE1374F04C41C1604a37
Octal3416711701141011454011267
Binary11100001110111100111101001100100000111001011000001001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1374F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1374F; }

 p { color: rgb(225,55,79); }

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

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

 a { background-color: rgb(225,55,79); }

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

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

 span { border-color: rgb(225,55,79); }

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