#EC4547

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

Shades of Amaranth #EC4547

Tints of Amaranth #EC4547

Color information

#EC4547 (or 0xEC4547) is unknown color: approx Amaranth. HEX triplet: EC, 45 and 47. RGB value is (236,69,71). Sum of RGB (Red+Green+Blue) = 236+69+71=376 (49% of max value = 765). Red value is 236 (92.58% from 255 or 62.77% from 376); Green value is 69 (27.34% from 255 or 18.35% from 376); Blue value is 71 (28.12% from 255 or 18.88% from 376); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4547 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC4547 is #13BAB8. Grayscale: #777777. Windows color (decimal): -1292985 or 4670956. OLE color: 4670956.

HSL color Cylindrical-coordinate representation of color #EC4547: hue angle of 359.28º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EC4547 is Cyan = 0, Magento = 0.71, Yellow = 0.70 and Black (K on CMYK) = 0.07.

Color convert

RGB2366971-
CMYK00.710.700.07
HSL359.28º81.46%59.8%-
HSV(B)359.28º70.76%92.55%-
XYZ37.8622.548.32-
YUV119.16100.83211.34-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 62.77%
GREEN value IS 69 (27.34% from 255) = 18.35%
BLUE value IS 71 (28.12% from 255) = 18.88%
R=62.77%
G=18.35%
B=18.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.70
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236697100.710.700.07359.2881.4659.8
HexEC4547047467167513c
Octal3541051070107106754712174
Binary11101100100010110001110100011110001101111011001111010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC4547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC4547; }

 p { color: rgb(236,69,71); }

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

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

 a { background-color: rgb(236,69,71); }

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

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

 span { border-color: rgb(236,69,71); }

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