#EC474E

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

Shades of Amaranth #EC474E

Tints of Amaranth #EC474E

Color information

#EC474E (or 0xEC474E) is unknown color: approx Amaranth. HEX triplet: EC, 47 and 4E. RGB value is (236,71,78). Sum of RGB (Red+Green+Blue) = 236+71+78=385 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.30% from 385); Green value is 71 (28.12% from 255 or 18.44% from 385); Blue value is 78 (30.86% from 255 or 20.26% from 385); Max value from RGB is 236 - color contains mainly: red. Hex color #EC474E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC474E is #13B8B1. Grayscale: #797979. Windows color (decimal): -1292466 or 5130220. OLE color: 5130220.

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

Color convert

RGB2367178-
CMYK00.700.670.07
HSL357.45º81.28%60.2%-
HSV(B)357.45º69.92%92.55%-
XYZ38.2222.899.61-
YUV121.13103.66209.93-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 61.30%
GREEN value IS 71 (28.12% from 255) = 18.44%
BLUE value IS 78 (30.86% from 255) = 20.26%
R=61.30%
G=18.44%
B=20.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.67
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236717800.700.670.07357.4581.2860.2
HexEC474E046437165513c
Octal3541071160106103754512174
Binary11101100100011110011100100011010000111111011001011010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC474E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC474E; }

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

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

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

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

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

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

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

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