#EC394A

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

Shades of Amaranth #EC394A

Tints of Amaranth #EC394A

Color information

#EC394A (or 0xEC394A) is unknown color: approx Amaranth. HEX triplet: EC, 39 and 4A. RGB value is (236,57,74). Sum of RGB (Red+Green+Blue) = 236+57+74=367 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.31% from 367); Green value is 57 (22.66% from 255 or 15.53% from 367); Blue value is 74 (29.30% from 255 or 20.16% from 367); Max value from RGB is 236 - color contains mainly: red. Hex color #EC394A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC394A is #13C6B5. Grayscale: #707070. Windows color (decimal): -1296054 or 4864492. OLE color: 4864492.

HSL color Cylindrical-coordinate representation of color #EC394A: hue angle of 354.3º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EC394A is Cyan = 0, Magento = 0.76, Yellow = 0.69 and Black (K on CMYK) = 0.07.

Color convert

RGB2365774-
CMYK00.760.690.07
HSL354.3º82.49%57.45%-
HSV(B)354.3º75.85%92.55%-
XYZ37.2921.258.62-
YUV112.46106.3216.12-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 64.31%
GREEN value IS 57 (22.66% from 255) = 15.53%
BLUE value IS 74 (29.30% from 255) = 20.16%
R=64.31%
G=15.53%
B=20.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.69
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236577400.760.690.07354.382.4957.45
HexEC394A04C4571625239
Octal354711120114105754212271
Binary1110110011100110010100100110010001011111011000101010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC394A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC394A; }

 p { color: rgb(236,57,74); }

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

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

 a { background-color: rgb(236,57,74); }

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

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

 span { border-color: rgb(236,57,74); }

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