#E14149

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

Shades of Amaranth #E14149

Tints of Amaranth #E14149

Color information

#E14149 (or 0xE14149) is unknown color: approx Amaranth. HEX triplet: E1, 41 and 49. RGB value is (225,65,73). Sum of RGB (Red+Green+Blue) = 225+65+73=363 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.98% from 363); Green value is 65 (25.78% from 255 or 17.91% from 363); Blue value is 73 (28.91% from 255 or 20.11% from 363); Max value from RGB is 225 - color contains mainly: red. Hex color #E14149 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E14149 is #1EBEB6. Grayscale: #717171. Windows color (decimal): -2014903 or 4800993. OLE color: 4800993.

HSL color Cylindrical-coordinate representation of color #E14149: hue angle of 357º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E14149 is Cyan = 0, Magento = 0.71, Yellow = 0.68 and Black (K on CMYK) = 0.12.

Color convert

RGB2256573-
CMYK00.710.680.12
HSL357º72.73%56.86%-
HSV(B)357º71.11%88.24%-
XYZ34.1420.278.42-
YUV113.75105.01207.35-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 61.98%
GREEN value IS 65 (25.78% from 255) = 17.91%
BLUE value IS 73 (28.91% from 255) = 20.11%
R=61.98%
G=17.91%
B=20.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.68
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225657300.710.680.1235772.7356.86
HexE1414904744C1654939
Octal34110111101071041454511171
Binary111000011000001100100101000111100010011001011001011001001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E14149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E14149; }

 p { color: rgb(225,65,73); }

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

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

 a { background-color: rgb(225,65,73); }

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

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

 span { border-color: rgb(225,65,73); }

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