#E14249

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

Shades of Amaranth #E14249

Tints of Amaranth #E14249

Color information

#E14249 (or 0xE14249) is unknown color: approx Amaranth. HEX triplet: E1, 42 and 49. RGB value is (225,66,73). Sum of RGB (Red+Green+Blue) = 225+66+73=364 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.81% from 364); Green value is 66 (26.17% from 255 or 18.13% from 364); Blue value is 73 (28.91% from 255 or 20.05% from 364); Max value from RGB is 225 - color contains mainly: red. Hex color #E14249 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E14249 is #1EBDB6. Grayscale: #727272. Windows color (decimal): -2014647 or 4801249. OLE color: 4801249.

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

Color convert

RGB2256673-
CMYK00.710.680.12
HSL357.36º72.6%57.06%-
HSV(B)357.36º70.67%88.24%-
XYZ34.220.398.44-
YUV114.34104.68206.93-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 61.81%
GREEN value IS 66 (26.17% from 255) = 18.13%
BLUE value IS 73 (28.91% from 255) = 20.05%
R=61.81%
G=18.13%
B=20.05%

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
Decimal225667300.710.680.12357.3672.657.06
HexE1424904744C1654939
Octal34110211101071041454511171
Binary111000011000010100100101000111100010011001011001011001001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E14249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E14249; }

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

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

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

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

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

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

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

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