#E5414E

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

Shades of Amaranth #E5414E

Tints of Amaranth #E5414E

Color information

#E5414E (or 0xE5414E) is unknown color: approx Amaranth. HEX triplet: E5, 41 and 4E. RGB value is (229,65,78). Sum of RGB (Red+Green+Blue) = 229+65+78=372 (49% of max value = 765). Red value is 229 (89.84% from 255 or 61.56% from 372); Green value is 65 (25.78% from 255 or 17.47% from 372); Blue value is 78 (30.86% from 255 or 20.97% from 372); Max value from RGB is 229 - color contains mainly: red. Hex color #E5414E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E5414E is #1ABEB1. Grayscale: #737373. Windows color (decimal): -1752754 or 5128677. OLE color: 5128677.

HSL color Cylindrical-coordinate representation of color #E5414E: hue angle of 355.24º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E5414E is Cyan = 0, Magento = 0.72, Yellow = 0.66 and Black (K on CMYK) = 0.10.

Color convert

RGB2296578-
CMYK00.720.660.10
HSL355.24º75.93%57.65%-
HSV(B)355.24º71.62%89.8%-
XYZ35.5820.999.38-
YUV115.52106.83208.94-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 61.56%
GREEN value IS 65 (25.78% from 255) = 17.47%
BLUE value IS 78 (30.86% from 255) = 20.97%
R=61.56%
G=17.47%
B=20.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.66
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal229657800.720.660.10355.2475.9357.65
HexE5414E04842A1634c3a
Octal34510111601101021254311472
Binary111001011000001100111001001000100001010101011000111001100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5414E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5414E; }

 p { color: rgb(229,65,78); }

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

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

 a { background-color: rgb(229,65,78); }

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

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

 span { border-color: rgb(229,65,78); }

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