#EC1C4C

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

Shades of Amaranth #EC1C4C

Tints of Amaranth #EC1C4C

Color information

#EC1C4C (or 0xEC1C4C) is unknown color: approx Amaranth. HEX triplet: EC, 1C and 4C. RGB value is (236,28,76). Sum of RGB (Red+Green+Blue) = 236+28+76=340 (45% of max value = 765). Red value is 236 (92.58% from 255 or 69.41% from 340); Green value is 28 (11.33% from 255 or 8.24% from 340); Blue value is 76 (30.08% from 255 or 22.35% from 340); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1C4C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC1C4C is #13E3B3. Grayscale: #5F5F5F. Windows color (decimal): -1303476 or 4988140. OLE color: 4988140.

HSL color Cylindrical-coordinate representation of color #EC1C4C: hue angle of 346.15º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EC1C4C is Cyan = 0, Magento = 0.88, Yellow = 0.68 and Black (K on CMYK) = 0.07.

Color convert

RGB2362876-
CMYK00.880.680.07
HSL346.15º84.55%51.76%-
HSV(B)346.15º88.14%92.55%-
XYZ36.3119.198.63-
YUV95.66116.91228.1-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 69.41%
GREEN value IS 28 (11.33% from 255) = 8.24%
BLUE value IS 76 (30.08% from 255) = 22.35%
R=69.41%
G=8.24%
B=22.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.68
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236287600.880.680.07346.1584.5551.76
HexEC1C4C05844715a5534
Octal354341140130104753212564
Binary111011001110010011000101100010001001111010110101010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC1C4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC1C4C; }

 p { color: rgb(236,28,76); }

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

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

 a { background-color: rgb(236,28,76); }

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

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

 span { border-color: rgb(236,28,76); }

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