#E14350

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

Shades of Amaranth #E14350

Tints of Amaranth #E14350

Color information

#E14350 (or 0xE14350) is unknown color: approx Amaranth. HEX triplet: E1, 43 and 50. RGB value is (225,67,80). Sum of RGB (Red+Green+Blue) = 225+67+80=372 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60.48% from 372); Green value is 67 (26.56% from 255 or 18.01% from 372); Blue value is 80 (31.64% from 255 or 21.51% from 372); Max value from RGB is 225 - color contains mainly: red. Hex color #E14350 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E14350 is #1EBCAF. Grayscale: #737373. Windows color (decimal): -2014384 or 5260257. OLE color: 5260257.

HSL color Cylindrical-coordinate representation of color #E14350: hue angle of 355.06º 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 #E14350 is Cyan = 0, Magento = 0.70, Yellow = 0.64 and Black (K on CMYK) = 0.12.

Color convert

RGB2256780-
CMYK00.700.640.12
HSL355.06º72.48%57.25%-
HSV(B)355.06º70.22%88.24%-
XYZ34.5120.69.75-
YUV115.72107.85205.94-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 60.48%
GREEN value IS 67 (26.56% from 255) = 18.01%
BLUE value IS 80 (31.64% from 255) = 21.51%
R=60.48%
G=18.01%
B=21.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.64
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225678000.700.640.12355.0672.4857.25
HexE1435004640C1634839
Octal34110312001061001454311071
Binary111000011000011101000001000110100000011001011000111001000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E14350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E14350; }

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

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

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

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

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

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

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

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