#E1434C

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

Shades of Amaranth #E1434C

Tints of Amaranth #E1434C

Color information

#E1434C (or 0xE1434C) is unknown color: approx Amaranth. HEX triplet: E1, 43 and 4C. RGB value is (225,67,76). Sum of RGB (Red+Green+Blue) = 225+67+76=368 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.14% from 368); Green value is 67 (26.56% from 255 or 18.21% from 368); Blue value is 76 (30.08% from 255 or 20.65% from 368); Max value from RGB is 225 - color contains mainly: red. Hex color #E1434C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1434C is #1EBCB3. Grayscale: #737373. Windows color (decimal): -2014388 or 4998113. OLE color: 4998113.

HSL color Cylindrical-coordinate representation of color #E1434C: hue angle of 356.58º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E1434C is Cyan = 0, Magento = 0.70, Yellow = 0.66 and Black (K on CMYK) = 0.12.

Color convert

RGB2256776-
CMYK00.700.660.12
HSL356.58º72.48%57.25%-
HSV(B)356.58º70.22%88.24%-
XYZ34.3620.548.99-
YUV115.27105.85206.27-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 61.14%
GREEN value IS 67 (26.56% from 255) = 18.21%
BLUE value IS 76 (30.08% from 255) = 20.65%
R=61.14%
G=18.21%
B=20.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.66
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225677600.700.660.12356.5872.4857.25
HexE1434C04642C1654839
Octal34110311401061021454511071
Binary111000011000011100110001000110100001011001011001011001000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1434C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1434C; }

 p { color: rgb(225,67,76); }

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

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

 a { background-color: rgb(225,67,76); }

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

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

 span { border-color: rgb(225,67,76); }

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