#E13143

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

Shades of Amaranth #E13143

Tints of Amaranth #E13143

Color information

#E13143 (or 0xE13143) is unknown color: approx Amaranth. HEX triplet: E1, 31 and 43. RGB value is (225,49,67). Sum of RGB (Red+Green+Blue) = 225+49+67=341 (45% of max value = 765). Red value is 225 (88.28% from 255 or 65.98% from 341); Green value is 49 (19.53% from 255 or 14.37% from 341); Blue value is 67 (26.56% from 255 or 19.65% from 341); Max value from RGB is 225 - color contains mainly: red. Hex color #E13143 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E13143 is #1ECEBC. Grayscale: #676767. Windows color (decimal): -2019005 or 4403681. OLE color: 4403681.

HSL color Cylindrical-coordinate representation of color #E13143: hue angle of 353.86º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E13143 is Cyan = 0, Magento = 0.78, Yellow = 0.70 and Black (K on CMYK) = 0.12.

Color convert

RGB2254967-
CMYK00.780.700.12
HSL353.86º74.58%53.73%-
HSV(B)353.86º78.22%88.24%-
XYZ33.1618.617.15-
YUV103.68107.31214.54-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 65.98%
GREEN value IS 49 (19.53% from 255) = 14.37%
BLUE value IS 67 (26.56% from 255) = 19.65%
R=65.98%
G=14.37%
B=19.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.70
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225496700.780.700.12353.8674.5853.73
HexE1314304E46C1624b36
Octal3416110301161061454211366
Binary11100001110001100001101001110100011011001011000101001011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E13143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E13143; }

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

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

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

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

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

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

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

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