#E14053

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

Shades of Amaranth #E14053

Tints of Amaranth #E14053

Color information

#E14053 (or 0xE14053) is unknown color: approx Amaranth. HEX triplet: E1, 40 and 53. RGB value is (225,64,83). Sum of RGB (Red+Green+Blue) = 225+64+83=372 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60.48% from 372); Green value is 64 (25.39% from 255 or 17.20% from 372); Blue value is 83 (32.81% from 255 or 22.31% from 372); Max value from RGB is 225 - color contains mainly: red. Hex color #E14053 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E14053 is #1EBFAC. Grayscale: #727272. Windows color (decimal): -2015149 or 5456097. OLE color: 5456097.

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

Color convert

RGB2256483-
CMYK00.720.630.12
HSL352.92º72.85%56.67%-
HSV(B)352.92º71.56%88.24%-
XYZ34.4520.310.29-
YUV114.3110.34206.96-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 60.48%
GREEN value IS 64 (25.39% from 255) = 17.20%
BLUE value IS 83 (32.81% from 255) = 22.31%
R=60.48%
G=17.20%
B=22.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.63
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225648300.720.630.12352.9272.8556.67
HexE140530483FC1614939
Octal3411001230110771454111171
Binary11100001100000010100110100100011111111001011000011001001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E14053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E14053; }

 p { color: rgb(225,64,83); }

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

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

 a { background-color: rgb(225,64,83); }

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

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

 span { border-color: rgb(225,64,83); }

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